Structs§
- An iterator over email messages in a maildir (either from
cur
,new
ortmp
). - A struct representing a single email message inside the 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 thefrom
should be the root of the maildir (the folder containingcur
,new
, andtmp
). - An iterator of maildirs subdirectories, typically used to iterate over subfolders.
Enums§
- Crate-local error type.
- Represents a maildir flag.