From 8418983253568bc9ce6fe1a463c4784ca676e14d Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Fri, 24 Jun 2016 20:56:11 -0400 Subject: [PATCH] Adding README.md to examples --- examples/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..afa9711 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,11 @@ +Examples +======== + +This directory examples of working with the IMAP client. + +Current Examples: + * basic - This is a very basic example of using the client. + +Planned Examples: + * error_handling - This will show usage of handling errors that the client can return. + * gmail_oauth2 - This will be an example using oauth2 for logging into gmail as a secure appplication.