Docs.rs
maildirpp-0.4.0
maildirpp 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
soywod
kmaasrud
Dependencies
gethostname ^0.4.3
normal
mail-parser ^0.8.2
dev
percent-encoding ^2.3.0
dev
tempfile ^3.8.0
dev
walkdir ^2.3.3
dev
Versions
83.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
maildirpp
0.4.0
All Items
Crate Items
Structs
Enums
Crate
maildirpp
Copy item path
Source
Structs
§
Mail
Entries
An iterator over email messages in a maildir (either from
cur
,
new
or
tmp
).
Mail
Entry
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.