Skip to content

0.4.0

Compare
Choose a tag to compare
@emersion emersion released this 06 Jan 22:00
· 2 commits to master since this release
v0.4.0
go-maildir v0.4.0

Simon Ser (14):
      Discard info field for messages in new/
      Improve error messages
      Bump readdirChunk
      Add Dir.Walk
      Use os.Rename instead of os.Link + os.Remove
      Simplify Unseen info field handling
      Consolidate field parsing into dedicated function
      Improve readability of Dir.Filename
      Ensure error is non-nil for illegal Dir.Flags test
      Ensure filename contains separator in Dir.Filename
      Only cast to flagList right before sorting
      Check for File.Close error in Dir.copyToTmp
      Drop unnecessary Dir.SetFlags call in Dir.Copy
      Read dir in chunks in Dir.Clean