diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-29 23:36:18 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-29 23:36:18 +0000 |
commit | 8d63bdbb764b37aa4c4a2dbe2c2d40f9087e2de4 (patch) | |
tree | 6a0c90adda8671246c2e45aa1e95090295346df7 /NEWS | |
parent | 829ccaebd1fd501f2b483164d3c446b943265cd9 (diff) | |
download | fetchmail-8d63bdbb764b37aa4c4a2dbe2c2d40f9087e2de4.tar.gz fetchmail-8d63bdbb764b37aa4c4a2dbe2c2d40f9087e2de4.tar.bz2 fetchmail-8d63bdbb764b37aa4c4a2dbe2c2d40f9087e2de4.zip |
Remove reference of exit code 15 to IMAP IDLE.
Reported by Isaac Wilcox.
svn path=/branches/BRANCH_6-3/; revision=4981
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -85,6 +85,10 @@ fetchmail 6.3.6 (not yet released): * Update Japanese (Takeshi Hamasaki), Polish (Jakub Bogusz), Russian (Pavel Maryanov) and Vietnamese (Clytie Siddall) translations. +# DOCUMENTATION: +* Dropped exit status 15 from manual page, it's not used by fetchmail. + Reported by Isaac Wilcox. + # KNOWN BUGS AND WORKAROUNDS: (this section floats upwards through the NEWS to be on top of the list) * fetchmail does not handle messages without Message-ID header well @@ -183,6 +187,7 @@ fetchmail 6.3.5 (released 2006-10-09): * switch setjmp/longjmp to sigsetjmp/siglongjmp * IMAP now supports the EXTERNAL authentication method, courtesy of Götz 'nimrill' Babin-Ebell, BerliOS patch #1095 with minor changes. + Note that this change causes --sslcert to override --user. * The sslproto keywords are now case insensitive, courtesy of Götz 'nimrill' Babin-Ebell, BerliOS patch #1095. * When going to sleep, log for how long. Suggested by Claudia Ludwig. |