rust-imap/examples
Curtis McEnroe 6b4461eb07
Borrow TlsConnector
TlsConnector is meant to be reusable and there is no reason to take
ownership over one.
2018-03-18 22:18:15 -04:00
..
basic.rs Borrow TlsConnector 2018-03-18 22:18:15 -04:00
gmail_oauth2.rs Borrow TlsConnector 2018-03-18 22:18:15 -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.