diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-04-14 22:20:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-04-14 22:20:11 +0000 |
commit | 89bd224f9c9bb3fea234fd10680dcd76814f5ff2 (patch) | |
tree | e6930e9a516442c5808a1a5fc754ea2d09071ebe | |
parent | cedf645a73789b2cf603c5f928a81facdb8aebad (diff) | |
download | fetchmail-89bd224f9c9bb3fea234fd10680dcd76814f5ff2.tar.gz fetchmail-89bd224f9c9bb3fea234fd10680dcd76814f5ff2.tar.bz2 fetchmail-89bd224f9c9bb3fea234fd10680dcd76814f5ff2.zip |
Henrik Storner's patch.
svn path=/trunk/; revision=1738
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,10 +17,12 @@ fetchmail-4.4.2 (): * Use TOP for POP3 retrieval to avoid marking messages seen. Duh! * Another fix for command-line --smtphost option. -* Deal with "Return-Path: <>". +* Deal with "Return-Path: <>" more gracefully. * Re-enable build on some random Solaris (memmove wasn't in the C library). +* Comparison of UIDs is no longer caseblind. +* Fix patch for unmime from Henrik Storner to correct "Content-Type:" header. -There are 279 people on fetchmail-friends and 169 on fetchmail-announce. +There are 271 people on fetchmail-friends and 179 on fetchmail-announce. fetchmail-4.4.1 (Tue Mar 24 00:01:20 EST 1998): * We now properly shroud IMAP passwords containing ", \, and SP. |