summaryrefslogtreecommitdiff
path: root/doc/NOTES.md
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-04-21 17:02:47 -0300
committerdrebs <drebs@leap.se>2015-04-21 17:02:47 -0300
commitad8c61d00fb7d2474d129a5bb553dd0f5206f279 (patch)
treef6b6ee915ebe28b61655bbbd2c8ed57e1bc72020 /doc/NOTES.md
parent5d0fffda31e0f07f7f8396fda961d3d0fac33733 (diff)
parent799703cf884191d097eb5d5316fa964e421683fd (diff)
Merge tag '0.6.2' into debian/release-0.6.2
Tag leap.mx version 0.6.2 Conflicts: CHANGELOG src/leap/mx/mail_receiver.py
Diffstat (limited to 'doc/NOTES.md')
-rw-r--r--doc/NOTES.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/NOTES.md b/doc/NOTES.md
index a53f49d..337aa96 100644
--- a/doc/NOTES.md
+++ b/doc/NOTES.md
@@ -28,32 +28,3 @@ a viable protocol for this, and how would it interact with CouchDB?
4. What lib should we use for Python + Twisted + GPG/PGP ?
4.a. It looks like most people are using python-gnupg...
-
-
-## Tickets ##
--------------
-
-'''To be created:'''
-
-ticket for feature-alias_resolver_couchdb_support:
-
- o The alias resolver needs to speak to a couchdb/bigcouch
- instance(s). Currently, it merely creates an in-memory dictionary
- mapping. It seems like paisley is the best library for this.
-
-ticket for feature-check_recipient:
-
- o Need various errors for anything that could go wrong, e.g. the recipient
- address is malformed, sender doesn't have permissions to send to such
- address, etc.
- o These errcodes need to follow the SMTP server transport code spec.
-
-ticket for feature-virtual_alias_map:
-
- o Get the recipient's userid from couchdb.
-
-ticket for feature-evaluate_python_gnupg:
-
- o Briefly audit library in order to assess if it has the necessary
- features, as well as its general code quality.
-