An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/rorycl/mailboxoperator : v0.0.6

MailboxOperator is a golang package for reading the emails in mbox and maildir format mailboxes and passing each email to a func meeting the interface `Operator` with the signature `(r io.Reader) error`. The package reads the provided mailboxes concurrently, and provides WorkersNum worker goroutines to run the `Operator` function. Shared resources used by the Operator should be safe for concurrent use. An error from any one call to the Operator will shut down both the workers and mailbox producer goroutines and return the first error. Reading xz, gz and bz2 compressed mbox files is supported transparently.

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/rorycl/mailboxoperator@v0.0.6
Published:
Indexed:
Related tag: v0.0.6

    Loading...
    Readme
    Loading...