rust-imap/examples
Johannes Schilling 515d574742 src/lib.rs: sync code in doc-comment with examples/basic.rs
is there some way to include the code directly from examples/basic.rs?
2018-08-29 17:37:57 +02:00
..
basic.rs src/lib.rs: sync code in doc-comment with examples/basic.rs 2018-08-29 17:37:57 +02:00
gmail_oauth2.rs adjust examples to the latest changes 2018-08-29 16:08:53 +02: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.