diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:57:31 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-11-01 10:57:31 -0300 |
commit | 440a79fb330ffda37ed987cdc7e74333ed99266f (patch) | |
tree | 359509ab8daa6ac99f957aaa3ebfa62f1d0c5245 /CHANGELOG | |
parent | 5c336e674b6227365514f14fa37ed85be328d868 (diff) | |
parent | 07e279dbb6540044ae1a657dc9203d6987280469 (diff) |
Merge branch 'release-0.3.3'0.3.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +0.3.3 Nov 1: + o Fix return codes for check recipient access. Fixes #3356. + o Improve logging in general and support possible unicode parameters + without breaking. + o Try to figure out the encoding of an email first by looking into + its header, if that fails then by using chardet. + o Support more than utf8 encodings for emails. + o Add support for receiving mailing list mails. + o Use the uuid that alias_resolver returned and postfix added to the + mail headers, which improves performance. + o Look for public keys based on uuid instead of mail address. + 0.3.2 Sep 6: o Keep file watcher in memory to prevent losing file events. o Properly save the incoming mail as a doc in couch. |