Skip to content

Releases: creativeprojects/imap

v0.3.8

03 Jan 22:50
5fa6326
Compare
Choose a tag to compare

Security update

Changelog

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)