Crate panorama_imap[−][src]
Panorama/IMAP
This is a library that implements parts of the IMAP protocol according to RFC 3501 and several extensions. Although its primary purpose is to be used in panorama, it should be usable for general-purpose IMAP client development. See the client module for more information on how to get started with a client quickly.
RFCs:
- RFC3501 (IMAP4) : work-in-progress
- RFC2177 (IDLE) : implemented
- RFC5256 (SORT / THREAD) : planned
Modules
client | IMAP Client |
codec | |
command | |
parser | Module that implements parsers for all of the IMAP types. |
response | Structs and enums that have to do with responses. |