Skip to content

Releases: creativeprojects/imap

v0.3.7

24 Nov 13:57
56fa986
Compare
Choose a tag to compare

Maintenance update

  • Rebuild docker image every week to keep the container up to date with security patches.

Changelog

  • df67055 Merge pull request #1 from creativeprojects/upgrade-gomaildir-0.6.0
  • 1542665 fix linter warnings
  • 5004358 fix maildir after changes in package version 0.6.0
  • 5fdfb95 rebuild docker image once a week
  • 56fa986 upgrade dependencies
  • 7ae2097 upgrade goreleaser to v2
  • 71805b1 upgrade packages
  • 6c73dab use go cache in pipeline

v0.3.6

25 Jun 20:22
9530367
Compare
Choose a tag to compare

Security update

Changelog

v0.3.5

25 Apr 22:03
328f56d
Compare
Choose a tag to compare

Security update

Changelog

v0.3.4

20 Mar 18:25
cfb37bf
Compare
Choose a tag to compare

Security update

Changelog

v0.3.3

02 Jan 15:07
a76671e
Compare
Choose a tag to compare

Security update

Changelog

v0.3.2

28 Oct 15:37
b277e60
Compare
Choose a tag to compare

Security update

Security fix for:

Compiled with go 1.21

Changelog

v0.3.1

14 Mar 16:58
Compare
Choose a tag to compare

Security update

Changelog

v0.3.0

29 Jan 19:09
Compare
Choose a tag to compare

New features

  • self-updater via selfupdate command
  • restart a copy where it stopped on error

Changelog

  • 55c6306 fix progress bar, quiet and verbose mode for copy
  • 1f72bbe restart from where the copy failed
  • 0258904 search for latest internal date on a mailbox
  • 022b94c selfupdate

v0.2.0

26 Sep 20:50
Compare
Choose a tag to compare

Only newer messages are downloaded during incremental copy.

Changelog

  • a528e97 fetch new messages only for incremental copy
  • 7a2c420 use context for cancellation (WIP)

v0.1.0

25 Sep 18:59
Compare
Choose a tag to compare

First release out of the door 😄

Changelog

  • 17ee3f5 add cobra and pterm
  • b237600 add copy command
  • 875458b add history on all backends
  • 895f48b add history to maildir
  • efab995 add integration tests
  • b0c1694 add mailbox deletion and backend tests
  • 4cd17b9 add memory backend for testing
  • 5da9322 add message compression on local store
  • e67b1e8 calculate hash when saving message in local store
  • 8595e95 close backend after the tests
  • 64bce25 close status file
  • 108e50a close store backend
  • f588b97 display mailbox history
  • c715388 find duplicates
  • 9d8c6eb fix storage of flags in bolt store
  • ef53a7c generate random UidValidity
  • d2b671e implements quick hash on memory backend
  • 2be246c implements unit test on copy mailbox
  • cae3e53 incremental copy using history
  • 4ef94a2 initial commit
  • f1eb1ee message ID
  • 5270b3c prepare first release
  • 6bf15aa receive message
  • f8563b8 refactoring: move backend to storage package
  • 3b14c1a remove mailbox attributes
  • 0aba875 remove mailbox flags
  • 3255e5d remove maildir tests on windows
  • d41e1a1 run short tests on CI
  • 30b52d4 save & load messages
  • 89dcccf save hash on localDB and calculate hash for duplicates
  • 9196c9e save mailbox info in a bolt store
  • 71b1b66 separate unit tests and integration tests
  • 483d3fb sets history per mailbox
  • b591344 simple storage of mails
  • 1fe5b6a tests with Maildir
  • b209d9d update packages
  • 2b874c0 use uidplus extension
  • 8d7235a verbose logger
  • 743a825 will use Maildir format for local copy