rust-imap/examples
2016-06-29 18:48:50 -04:00
..
basic.rs Removing complicated printing of mailbox 2016-06-24 20:51:42 -04:00
gmail_oauth2.rs Hardening the oauth2 example for gmail 2016-06-28 22:29:55 -04:00
README.md Fixing examples README.md 2016-06-29 18:48:50 -04:00

Examples

This directory examples of working with the IMAP client.

Examples:

  • basic - This is a very basic example of using the client.
  • gmail_oauth2 - This is an example using oauth2 for logging into gmail as a secure appplication.