aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2010-07-29 21:35:58 +0200
committerNikolaus Schulz <microschulz@web.de>2010-07-29 21:35:58 +0200
commita102b5baf93cfc7882fdf60406c5046b6f8d2ba9 (patch)
treeb9e0b9a182edbc26c12b0ff7a1c43a871d86df89 /TODO
parentb47cc46fbf9f70b69e2ae168647b5e0379920d3e (diff)
downloadarchivemail-a102b5baf93cfc7882fdf60406c5046b6f8d2ba9.tar.gz
archivemail-a102b5baf93cfc7882fdf60406c5046b6f8d2ba9.tar.bz2
archivemail-a102b5baf93cfc7882fdf60406c5046b6f8d2ba9.zip
Rename archivemail.py to archivemail
On Unix, most scripts don't come with a file extension, it's not needed, and we distribute the script as "archivemail" anyway. And most importantly, I like it better without the extension. :) With a little trick we can still load the script as a module from the test suite.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index aafd4a5..4f5e8ce 100644
--- a/TODO
+++ b/TODO
@@ -54,10 +54,6 @@ Implement a fallback if an IMAP server doesn't support SEARCH. (Ouch!)
Add IMAP tests to the testsuite (upload test messages with IMAP "APPEND
date-string"). This should be done without any real network I/O.
-The *.py filename extension is only needed to load archivemail as a module for
-for the test suite. There are more elegant ways to do this without adding the
-extension. Of course this is only cosmetic.
-
Try to port archivemail to email.message and the new mailboxes in Python 2.5.
Is these flexible enough for our needs?