rust-imap/examples
Jon Gjengset 590b80e3a6 Add structured results for all values using imap-proto (#58)
* First stab at structured types (#28)

Tests currently fail due to djc/imap-proto#2.

LSUB is also broken due to djc/imap-proto#4 (but we don't have tests for
that atm).

* Also parse out RFC822 fetch responses

* Make all the things zero-copy

* Also delegate IntoIterator for ZeroCopy ref

* Fix UNSEEN and LSUB

All tests now pass

* Address @sanmai-NL comments

* Correctly handle incomplete parser responses

* No need for git dep anymore
2018-02-09 11:22:20 -05:00
..
basic.rs Add structured results for all values using imap-proto (#58) 2018-02-09 11:22:20 -05:00
gmail_oauth2.rs Add structured results for all values using imap-proto (#58) 2018-02-09 11:22:20 -05: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.