]> Pileus Git - ~andy/fetchmail/blobdiff - TODO.txt
Freeze strings for release.
[~andy/fetchmail] / TODO.txt
index 8816c231dfe00c461ae5dbf6246f72dcbe88c995..25a54cf14bcca281296132b815abf4e165f19546 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,7 +5,6 @@ soon - MUST:
 - Debian Bug #475239, MIME decoder may break up words (need to quote results)
 - put bare IP addresses in brackets for SMTP (check if there are RFC
   1123/5321/5322 differences)
-- Debian Bug #531589: fetchmail ignores SIGUSR1 in idle mode.
 - Fix further occurrences of SMTP reply code handling:
    - for proper smtp_reponse caching of multiline codes (there are some)
    - for stomping over control characters.
@@ -17,6 +16,12 @@ soon - MUST:
   Postfix virtual users" around 2009-09-23 on fetchmail-users@).
 
 soon - SHOULD:
+- support NIL and strings where they are alternatives to literals
+- Debian Bug #531589: fetchmail ignores SIGUSR1 in idle mode.
+  seems non-trivial to fix: in imap_idle(), we wait for untagged
+  responses, and may be deep in SSL_peek -- and that restarts the
+  underlying blocking read() from the socket, so we never break out of
+  the SSL_peek() with SIGUSR1.
 - add repoll for all kinds of auth failures
   (requires framework to track which auth failed in auto mode)
 - SockOpen sometimes exits with errno == 0, confusing users (found with