rust-imap/examples
2020-05-19 18:24:08 +02:00
..
basic.rs Even more doc updates 2018-11-22 14:00:58 -05:00
gmail_oauth2.rs Clippy clean 2018-11-22 14:27:07 -05:00
README.md (feat) Provide example integration with Rustls crate 2019-09-17 12:51:38 -07:00
rustls.rs Remove unnecessary dotenv dependency 2019-09-18 09:04:01 -07:00
starttls.rs Added: STARTTLS example 2020-05-19 18:24:08 +02: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.
  • rustls - This demonstrates how to use Rustls instead of Openssl for secure connections (helpful for cross compilation).