mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
TODO update. Added: IMAP url clutter/password leakage, unfriendly locking
practice. Removed: only prompt for IMAP password when running in terminal.
This commit is contained in:
parent
46f9aa44a9
commit
cb48d392fa
1 changed files with 5 additions and 1 deletions
6
TODO
6
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.
|
||||
|
|
Loading…
Reference in a new issue