rust-imap/examples
Bryce Fisher-Fleig e3123476f5 (nit) Cargo fmt
2019-09-17 20:14:29 -07: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 (nit) Cargo fmt 2019-09-17 20:14:29 -07: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).