Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/1.0.3-2
    63d620c5 · Upload to unstable ·
    golang-github-emersion-go-mbox Debian release 1.0.3-2
    
  • debian/1.0.3-1
    7a049f01 · Upload to unstable ·
    golang-github-emersion-go-mbox Debian release 1.0.3-1
    
  • upstream/1.0.3
    Upstream version 1.0.3
  • v1.0.3
    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
    
  • v1.0.2
    go-mbox v1.0.2
    
    Michal Horejsek (1):
          Use bufio.Reader instead bufio.Scanner to support messages with long lines
    
  • v1.0.1
    go-mbox v1.0.1
    
    Simon Ser (1):
          Format time as UTC in From line
    
  • v1.0.0
    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
    
  • v0.1.0
    17204284 · Add go.mod ·
    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)