@hackage codec-mbox0.2.0.0
A library to read and write mailboxes in mbox format
Categories
License
BSD-3-Clause
Maintainer
Nicolas Pouillard <nicolas.pouillard@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
- base >=3 && <4 || >=4 && <5
- bytestring >=0.9 Show all…
Dependents (2)
@hackage/mbox-tools, @hackage/acme-everything
The library provides functions to read, write, and manipulate mbox's. This library focuses on three points: robustness, efficency, and scalability. It's using lazy bytestrings and can handle very big mailboxes.