Skip to content

Releases: emersion/go-mbox

1.0.3

15 Jun 06:44
v1.0.3
Compare
Choose a tag to compare
go-mbox v1.0.3

Different55 (1):
      Read the From: prefix before anything else

Simon Ser (2):
      ci: swap Travis for builds.sr.ht
      readme: add CI badge

1.0.2

02 Nov 09:08
v1.0.2
Compare
Choose a tag to compare
go-mbox v1.0.2

Michal Horejsek (1):
      Use bufio.Reader instead bufio.Scanner to support messages with long lines

1.0.1

14 Sep 19:31
v1.0.1
ba3b74d
Compare
Choose a tag to compare
go-mbox v1.0.1

Simon Ser (1):
      Format time as UTC in From line

1.0.0

05 Sep 07:13
v1.0.0
8b8f2e6
Compare
Choose a tag to compare
go-mbox v1.0.0

Simon Ser (13):
      readme: we are now the upstream
      Redesign Writer
      Refactor Scanner → Reader
      Drop Reader.Buffer
      Rename ErrInvalidMboxFormat to ErrInvalidFormat
      Update docs
      go fmt
      Prevent Writer methods from being called after Close
      Drop testScanMessage tests
      Don't buffer the whole message in Reader
      go fmt
      Remove debug logging
      Replace CRLF with LF in Writer

0.1.0

24 May 17:45
v0.1.0
1720428
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
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)