rust-imap/examples
Matt McCoy 86e1d46507 rustfmt the codebase (#36)
This will ensure that we are properly formatting this library code according to rust standards
2017-07-10 21:38:13 -04:00
..
basic.rs rustfmt the codebase (#36) 2017-07-10 21:38:13 -04:00
gmail_oauth2.rs rustfmt the codebase (#36) 2017-07-10 21:38:13 -04:00
README.md Fixing the example README.md 2016-06-29 18:57:46 -04:00

Examples

This directory contains 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.