You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,7 @@ This directory contains examples of working with the IMAP client.
6
6
Examples:
7
7
* basic - This is a very basic example of using the client.
8
8
* gmail_oauth2 - This is an example using oauth2 for logging into gmail as a secure appplication.
9
+
* idle - This is an example showing how to use IDLE to monitor a mailbox.
9
10
* rustls - This demonstrates how to use Rustls instead of Openssl for secure connections (helpful for cross compilation).
10
-
* timeout - This demonstrates how to use timeouts while connecting to an IMAP server.
11
+
* starttls - This is an example showing how to use STARTTLS after connecting over plaintext.
12
+
* timeout - This demonstrates how to use timeouts while connecting to an IMAP server by using a custom TCP/TLS stream initialization and creating a `Client` directly instead of using the `ClientBuilder`.
0 commit comments