async-imap 0.3.0

Async IMAP client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Examples

This directory contains examples of working with the IMAP client.

Examples:

* basic - This is a very basic example of using the client.

* idle - This is a basic example of how to perform an IMAP IDLE call
  and interrupt it based on typing a line into stdin. 

* gmail_oauth2 - This is an example using oauth2 for logging into
  gmail via the OAUTH2 mechanism.