summaryrefslogtreecommitdiff
path: root/changes/next-changelog.txt
AgeCommit message (Collapse)Author
2017-05-26[bug] check if key is expiredRuben Pollan
For expired keys gnupg will not allow us to encrypt (to force it we'll need to fake the system date). Let's bounce the email properly in this case, and register the error. Make sure as well that _encrypt_message does not return None, let's raise exceptions in case of failure. - Related: #8663
2016-04-18[pkg] Update changelogKali Kaneko
2016-04-14[feature] Bounce stalled emails after a timeout.Ruben Pollan
* Resolves: #7998
2016-03-11[bug] Check if the account is enabledRuben Pollan
- Resolves: #7961
2015-12-09[feat] use the original message for encryptionRuben Pollan
Do not reconstruct the message from the parsed one. Added test for missleading encoding. - Resolves: #7253
2015-12-09[feat] postfix lookup against couchdb for client smtp fingerprintRuben Pollan
- Resolves: #4285
2015-11-26[doc] document the return codes of the TCP mapsRuben Pollan
- Resolves: #7271
2015-11-23[feat] add '@deliver.local' to uuidRuben Pollan
- Resolves: #5959