diff options
author | Kali Kaneko <kali@leap.se> | 2015-12-15 02:42:14 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-12-15 02:42:54 -0400 |
commit | ae0ce0a07de82a38dda8259e2256b0cbcda9103e (patch) | |
tree | 9951d249908e1d65a4dfeb73e4e5fe8b4a4ef3a8 | |
parent | 2ab4fee80de10d89c4ff2b3db8e871c81c0ab8a1 (diff) |
[docs] add entry about cred-based token authentication to next-changelog
-rw-r--r-- | mail/changes/next-changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 7de9d986..625dcacb 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -11,6 +11,9 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. 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. +- Use twisted.cred to authenticate IMAP users. + - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -18,6 +21,7 @@ Bugfixes ~~~~~~~~ - `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235. - Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). + - Bugfix without related issue number. Misc |