This file lists major changes between releases in Gray Duck Mail.
Version 0.9.11.1
- Added Localization Support (#6)
- Created Semi-unique Hash for Unsubscribe Links (#7)
- Added
WEB_SECRET
andLANGUAGE
Docker Environment Variables
Version 0.9.9.1
- Fixed a bug (#5) where new messages were not added to the archive.
Version 0.9.9
- IMAP Support (#3)
- Added
EMAIL_PROTOCOL
andIMAP_FOLDER
Docker Environment Variables - Fixed a bug in the auto-generated footer
- Fixed a bug in the startup sequence
Version 0.9.8
- Public Unsubscription Links
- Rate Limiting Outgoing Mail
- Administration Page Enhancements
- Added
RATE_LIMIT_PER_ROUND_COUNT
,RATE_LIMIT_ROUND_WAIT_TIME
,WEB_UNSUBSCRIBE
,WEB_USE_HTTPS
, andWEB_EXTERNAL_URL
Docker Environment Variables - Changed
ASPNETCORE_URLS
Docker Environment Variable - Bug Fixes
Breaking Changes
There is a breaking change in this release. This version introduces "one click" unsubscribe links. This feature requires an externally facing port to be served. For security, a designated port is monitored for these unsubscribe "one click" links. This new port requires a change to the ASPNETCORE_URLS
Docker environment variable. For more information, see the installation guide and security considerations.