[−][src]Module async_imap::types
This module contains types used throughout the IMAP protocol.
Structs
| Capabilities | |
| Fetch | An IMAP |
| Mailbox | Meta-information about an IMAP mailbox, as returned by
|
| Name | A name that matches a |
Enums
| Capability | List of available Capabilities. |
| Flag | With the exception of |
| NameAttribute | An attribute set for an IMAP name. |
| StatusAttribute | re-exported from imap_proto; |
| UnsolicitedResponse | Responses that the server sends that are not related to the current command. RFC 3501 states that clients need to be able to accept any response at any time. These are the ones we've encountered in the wild. |
Type Definitions
| Seq | From section 2.3.1.2 of RFC 3501. |
| Uid | From section 2.3.1.1 of RFC 3501. |