Skip to content
go-mbox v0.1.0

This is the initial release of go-mbox. This version comes from the original
blabber repository.

Dan Kortschak (1):
      Remove trailing semi-colon if present

Matt Zimmerman (3):
      adding support for mbox files with leading LF (\n)
      if a multipart content-type border exists, make sure that we aren't ending the parsing before the border ends
      use textproto package to parse the content-type found

Simon Ser (3):
      Add LICENSE
      Update README
      Add go.mod

Tobias Rehbein (22):
      Initial commit
      Add godoc badge
      Add .travis.yml
      Add Travis CI badge
      Fix golint issues
      Add license
      Integrate with coveralls.io
      Flesh out README.md
      Reword comments
      Fix coveralls.io integration
      Fix golint warning
      Fix go vet issue
      Fix typo in README.md
      Fix golint warning
      Let travis build against go 1.6
      Formatting issues
      Skip coveralls.io on pull requests
      Update README.md
      Fix README.md formatting
      Drop coveralls integration
      Update README.md
      Add a test for boundaries terminated by semicolon

emersion (8):
      Renames Mbox to Scanner
      Adds writer
      Escapes 'From ' lines in message body
      Adds writer tests
      Updates README
      writer: adds an extra line between messages
      Update scanner.go
      Use CRLF (#3)