Skip to content
/ mbox Public
forked from emersion/go-mbox

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

Notifications You must be signed in to change notification settings

nmcclain/mbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbox

Build Status GoDoc

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

Documentation

Please refer to GoDoc for the API documentation.

Alternatives

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

Both packages provide ways to parse 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%