Crate maildirpp

source ·

Structs§

  • An iterator over email messages in a maildir (either from cur, new or tmp).
  • 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 the from should be the root of the maildir (the folder containing cur, new, and tmp).
  • An iterator of maildirs subdirectories, typically used to iterate over subfolders.

Enums§

  • Crate-local error type.
  • Represents a maildir flag.