rust-imap/examples/README.md
2020-06-22 08:03:56 +02:00

470 B

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).
  • timeout - This demonstrates how to use timeouts while connecting to an IMAP server.