aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-09-27 13:24:38 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-09-27 13:24:38 +0200
commit77317bf3d6d96a3ca580ea38039ceed23026dcdf (patch)
treef1a1ededeebfae72de5535f342e84ca7a1a0ecbd
parent25a88150b49f7bebafd616745e467c87a9d699d2 (diff)
downloadfetchmail-77317bf3d6d96a3ca580ea38039ceed23026dcdf.tar.gz
fetchmail-77317bf3d6d96a3ca580ea38039ceed23026dcdf.tar.bz2
fetchmail-77317bf3d6d96a3ca580ea38039ceed23026dcdf.zip
Add Debian Bug #531589 assessment.
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 8816c231..2827bafb 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,6 +6,10 @@ soon - MUST:
- 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.
+ 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.
- Fix further occurrences of SMTP reply code handling:
- for proper smtp_reponse caching of multiline codes (there are some)
- for stomping over control characters.