rust-imap/examples
Jon Gjengset 7c95ae76d6 Swap openssl for native-tls (#43)
* Replace openssl with native-tls

* Add From<TlsError> to allow builder()?

* Update AppVeyor config

* No email since it's not configured
2017-10-01 19:53:03 -04:00
..
basic.rs Swap openssl for native-tls (#43) 2017-10-01 19:53:03 -04:00
gmail_oauth2.rs Swap openssl for native-tls (#43) 2017-10-01 19:53:03 -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.