Olivia5k / mbox

Package mbox parses mbox files into messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mbox

Build Status Coverage 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 mbox files into messages


Languages

Language:Go 100.0%