Skip to content

Package mbox parses the mbox file format into messages and formats messages into mbox files

License

Notifications You must be signed in to change notification settings

emersion/go-mbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mbox

Build Status Coverage Status GoDoc

Package mbox parses the mbox file format into messages.

Documentation

Please refer to GoDoc for the API documentation.

Alternatives

  • github.com/sam-falvo/mbox
  • github.com/bthomson/mbox

Both packages provide ways to the mbox file format. After looking at the code of both packages I decided to roll my own variant, leveraging the standard library as much as possible. This implementation basically boils down to one well tested split function for bufio.Scanner.

About

Package mbox parses the mbox file format into messages and formats messages into mbox files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages