diff options
author | Nikolaus Schulz <microschulz@web.de> | 2006-11-02 05:43:33 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2006-11-02 05:43:33 +0000 |
commit | cb48d392fafc32a6588318586f15218928c62fa0 (patch) | |
tree | c29023fdd3fdff281e1848a9db461393b8028663 | |
parent | 46f9aa44a9b3e1fa5c597d012a55e8330fc4180f (diff) | |
download | archivemail-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.
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |