Releases: creativeprojects/imap
Releases · creativeprojects/imap
v0.3.7
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
Security update
- update packages: CVE-2024-6104
Changelog
- b3b5901 don't fail the pipeline on codecov error
- 5e4e693 run limitio tests in parallel
- 2229c8f update deprecated option in goreleaser configuration
- 9530367 upgrade packages (CVE-2024-6104)
v0.3.5
Security update
- update
x/net
package: CVE-2023-45288
Changelog
- 122f917 upgrade packages to fix CVE-2023-45288
v0.3.4
Security update
- CVE-2024-24786
- built with go 1.22.1
Changelog
- cfb37bf add codecov token
- 6051f7e build with go 1.22
- ade5cb3 replace goreleaser deprecated options
- c58daf9 upgrade packages (CVE-2024-24786)
v0.3.3
v0.3.2
Security update
Security fix for:
Compiled with go 1.21
Changelog
- b277e60 upgrade packages for CVE-2023-3978 CVE-2023-39325 CVE-2023-44487
v0.3.1
Security update
Changelog
- fa66481 add debug info on history
- f144812 prep next release
- 85b74f9 upgrade CI
- 2650f69 upgrade packages (CVE-2022-41723)
v0.3.0
v0.2.0
v0.1.0
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