Crate maildirpp

Source

Structs§

MailEntries
An iterator over email messages in a maildir (either from cur, new or tmp).
MailEntry
A struct representing a single email message inside the maildir.
Maildir
The main entry point for this library. This struct can be instantiated from a path using the from implementations. The path passed in to the from should be the root of the maildir (the folder containing cur, new, and tmp).
Maildirs
An iterator of maildirs subdirectories, typically used to iterate over subfolders.

Enums§

Error
Crate-local error type.
Flag
Represents a maildir flag.