diff options
author | Kali Kaneko <kali@leap.se> | 2016-03-29 17:21:43 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-03-30 11:56:31 -0400 |
commit | f05b0ec45ac667e85a610219d77906f049eb58cc (patch) | |
tree | a426348380f249262d6f6e2919779d73ca8eab7d /changes | |
parent | 303df4aceba4d9dfff74ec4024373cbadae36d75 (diff) |
[feature] SMTP delivery bounces
We catch any error on SMTP delivery and format it as a bounce message
delivered to the user Inbox.
this doesn't comply with the bounce format, but it's a nice first start.
leaving proper structuring of the delivery failure report for future
iterations.
- Resolves: #7263
Diffstat (limited to 'changes')
-rw-r--r-- | changes/next-changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index f89af89..9b2a9d6 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -13,6 +13,7 @@ Features - `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events. - `#4008 <https://leap.se/code/issues/4008>`_: Add token-based authentication to local IMAP/SMTP services. - `#7889 <https://leap.se/code/issues/7889>`_: Use cryptography instead of pycryptopp to reduce dependencies. +- `#7263 <https://leap.se/code/issues/7263>`_: Implement local bounces to notify user of SMTP delivery errors. - Use twisted.cred to authenticate IMAP users. - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. |