Expand description
Library for working with the m2dir email storage format.
Structs§
- Flags
- A set of
Flag
s. - Folder
- A folder is an
M2dir
embedded in the context of anM2store
. - Folders
- An iterator over
Folder
s in anM2store
. - M2dir
- An m2dir as defined in the m2dir spec.
- M2store
- An m2store as defined in the m2dir spec.
- Message
- An email message stored in an m2dir.
- Messages
- An iterator over the email messages in a particular m2dir.
Enums§
- Error
- Errors that can occur while working with m2dirs.
- Flag
- Represents a single flag.
- Flags
Error - Errors that can occur while handling flags.