Skip to content

Releases: amalfra/maildir

Correct publish script

09 Apr 11:19
Compare
Choose a tag to compare
  • Fix bug with publish script

Drop support for old Go versions

28 May 17:07
Compare
Choose a tag to compare
  • Minimum Go version 1.18 is required.

Sunset support for older go versions than 1.16

21 May 10:30
Compare
Choose a tag to compare
  • min Go version 1.16 required

Go mod and drop support for old go versions

24 Jul 08:43
Compare
Choose a tag to compare
  • This version adds go mod and drops support for old go versions. Go 1.12+ is required now.
  • Use Github actions for CI. Readme badge also updated.

Make Maildir directories creation be handled automagically

21 Jul 06:48
321e0c9
Compare
Choose a tag to compare

Now the standard Maildir directories - cur,new, and tmp will be automatically created - if they do not exist.

Better cross platform file handling

01 Dec 07:02
184fadc
Compare
Choose a tag to compare

This release add better cross platform file handling using path/filepath instead of path package

Code improvements

01 Dec 06:10
ed0ed17
Compare
Choose a tag to compare

This is release won't add any major changes to exposed methods. Following code improvements have been made:

  • Use range keyword when iterating over arrays
  • Use strings.TrimPrefix instead of strings.Replace

First release

30 Nov 10:34
Compare
Choose a tag to compare

Initial release