aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-11-02 05:43:33 +0000
committerNikolaus Schulz <microschulz@web.de>2006-11-02 05:43:33 +0000
commitcb48d392fafc32a6588318586f15218928c62fa0 (patch)
treec29023fdd3fdff281e1848a9db461393b8028663 /TODO
parent46f9aa44a9b3e1fa5c597d012a55e8330fc4180f (diff)
downloadarchivemail-cb48d392fafc32a6588318586f15218928c62fa0.tar.gz
archivemail-cb48d392fafc32a6588318586f15218928c62fa0.tar.bz2
archivemail-cb48d392fafc32a6588318586f15218928c62fa0.zip
TODO update. Added: IMAP url clutter/password leakage, unfriendly locking
practice. Removed: only prompt for IMAP password when running in terminal.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index d8f9bce..cba67e5 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
-Only ask for the IMAP password if running interactively. (isatty?)
+Be a nicer citizen with respect to mailbox locking.
+
+Perhaps prune/shorten IMAP mailbox URLs in messages?
+They may be quite long and may contain the sensitive password.
+Perhaps find a clean, lean replacement for all that clutter in the IMAP urls.
Require --output-dir for IMAP archiving? Otherwise we just drop the archive in
in the current working directory.