rust-imap/examples/README.md
2016-06-24 20:56:11 -04:00

370 B

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.