Expand description
This library provides a comprehensive implementation of the m2dir mail storage specification. The library is intentionally minimal and without any external dependencies. Priority is on high performance and flexibility, and it is usable in network applications as well as local ones.
Modules§
- error
- Any errors that can occur in the crate
Structs§
- Entry
- Represents a message entry in an m2dir.
- M2Dir
- Represents a single m2dir directory.
- M2Store
- Represents an m2store directory structure.
- Metadata
- Related metadata for an m2dir
Entry
.
Functions§
- validate_
checksum - Validates the checksum for a given set of bytes against a provided checksum string.
- write_
checksum - Writes a checksum derived from the provided bytes to a given writer.