aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Miroslav Trmac writes:Matthias Andree2005-06-111-0/+3
| | | | | | | | | | | | | | | | | | The 'port' setting used to be an integer, now it can be an integer or a string, depending on the presence of IPv6 support. fetchmailconf assumes 'port' is an integer, though. When 'port' is a string, it defaults to None; fetchmailconf can't handle that and writes 'port None' to the output config file if the server entry is not edited, see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55623 The attached patch fixes this. Note that fetchmailconf still doesn't support other string values for 'port', even with this patch. Mirek svn path=/trunk/; revision=4058
* Revise POP3 UIDL/LAST assertions in the manpage.Matthias Andree2005-05-161-0/+4
| | | | svn path=/trunk/; revision=4056
* Merge SuSE's fetchmail-6.2.5-random-result.patchMatthias Andree2005-04-251-1/+2
| | | | svn path=/trunk/; revision=4037
* Merge SuSE's fetchmail-6.2.5-implicit-declaration.patchMatthias Andree2005-04-251-0/+1
| | | | svn path=/trunk/; revision=4036
* Merge SuSE's fetchmail-6.2.5-declaration.patchMatthias Andree2005-04-251-1/+3
| | | | svn path=/trunk/; revision=4035
* Add a THANKS file, split older news out to OLDNEWS file.Matthias Andree2005-04-241-3077/+2
| | | | svn path=/trunk/; revision=4034
* Mention MAIL FROM:<...> space removal patch from Phil Endecott,Matthias Andree2005-04-241-8/+13
| | | | | | | | the blank causes Cyrus's LMTP listener to complain, see comp.mail.imap <d49777apr@ariadne.rz.tu-clausthal.de> Tobias Riekeberg. 2005-04-21, "lost mail with fetchmail and cyrus". svn path=/trunk/; revision=4033
* Print warning if multidrop is configured, but not envelope option.Matthias Andree2005-04-131-0/+2
| | | | svn path=/trunk/; revision=4029
* Revised "POP3 strong authentication fixes." that esr put into release 3873Matthias Andree2005-03-191-0/+3
| | | | | | | on 2004-01-13 07:02:39Z, it would loop infinitely when CAPA failed. Reported by David Greaves. svn path=/trunk/; revision=4027
* Mention that we're more careful with the .fetchids file now.Matthias Andree2005-03-061-0/+2
| | | | svn path=/trunk/; revision=4023
* Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the ↵Graham Wilson2004-11-141-0/+2
| | | | | | kernel version instead of calling uname(1). Thanks to Paul Slootman. svn path=/trunk/; revision=4007
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-0/+5
| | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996
* SSL validation handling fixes by Brian Candler.Matthias Andree2004-11-101-0/+4
| | | | svn path=/trunk/; revision=3991
* Honor sslcertpath setting even if sslcertck is unset. Patch by Brian Candler.Matthias Andree2004-11-081-0/+2
| | | | svn path=/trunk/; revision=3987
* Fix showdots parsing bug that maps preliminary to final flag values twice,Matthias Andree2004-11-081-0/+2
| | | | | | | trashing the setting when more than one server is configured. Patch submitted by Brian Candler. svn path=/trunk/; revision=3985
* Disable the sleep(3) after POP3 login. Submitted by Brian Candler.Matthias Andree2004-11-081-0/+1
| | | | svn path=/trunk/; revision=3984
* Normalize most locale codesets to IANA codesets, based on Matthias Andree2004-11-071-0/+2
| | | | | | norm_charmap.c by Markus Kuhn. (Matthias Andree) svn path=/trunk/; revision=3982
* Update.Matthias Andree2004-10-201-1/+3
| | | | svn path=/trunk/; revision=3951
* UpdateMatthias Andree2004-10-121-0/+6
| | | | svn path=/trunk/; revision=3942
* Merge Fabrice Bellet's patch to fix recentcount/count after IMAPMatthias Andree2004-09-101-0/+3
| | | | | | | | | | | | | | | | | | EXPUNGE, to fix a hang after EXPUNGE for servers that don't update the number of RECENT and EXISTS messages such as Dovecot 0.99.10. Fixes Red Hat bug #113492. Credits: Fabrice Bellet (patch) Timo Sirainen (patch assistance) Alexandre Oliva (bug report) References: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=113492 http://bugzilla.redhat.com/bugzilla/attachment.cgi?id=100788&action=view http://lists.ccil.org/pipermail/fetchmail-friends/2004-June/008840.html svn path=/trunk/; revision=3938
* Mention HESIOD/resolv.h fixes on FreeBSD.Matthias Andree2004-06-201-1/+2
| | | | svn path=/trunk/; revision=3914
* Mention automake.Matthias Andree2004-06-201-0/+1
| | | | svn path=/trunk/; revision=3909
* This is what I'm handing to Rob Funk.Eric S. Raymond2004-06-011-3/+5
| | | | svn path=/trunk/; revision=3879
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-0/+2
| | | | svn path=/trunk/; revision=3875
* POP3 strong authentication fixes.Eric S. Raymond2004-01-131-1/+3
| | | | svn path=/trunk/; revision=3873
* Fix patch for Sunil Shetye's POP3 tweaks.Eric S. Raymond2004-01-131-0/+2
| | | | svn path=/trunk/; revision=3871
* Freeze before attempting to shipperize the releae process.Eric S. Raymond2004-01-121-0/+3
| | | | svn path=/trunk/; revision=3865
* Ready to ship.Eric S. Raymond2003-10-151-0/+4
| | | | svn path=/trunk/; revision=3860
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+1
| | | | svn path=/trunk/; revision=3858
* Dup killer now uses an MD5 hash of the message headers.Eric S. Raymond2003-10-101-0/+1
| | | | svn path=/trunk/; revision=3853
* We remove all NULs now.Eric S. Raymond2003-10-101-0/+1
| | | | svn path=/trunk/; revision=3850
* Don't tip the hand about the DoS.Eric S. Raymond2003-10-101-4/+2
| | | | svn path=/trunk/; revision=3841
* Close a Debian bug.Eric S. Raymond2003-10-101-0/+2
| | | | svn path=/trunk/; revision=3840
* Merge in various small fixes, including two remote DOSEric S. Raymond2003-10-101-0/+11
| | | | svn path=/trunk/; revision=3838
* Ready to ship.Eric S. Raymond2003-08-131-0/+4
| | | | svn path=/trunk/; revision=3835
* Ready to ship.Eric S. Raymond2003-08-061-1/+6
| | | | svn path=/trunk/; revision=3831
* Support faked IDLE.Eric S. Raymond2003-07-221-3/+7
| | | | svn path=/trunk/; revision=3829
* We can build now.Eric S. Raymond2003-07-171-1/+1
| | | | svn path=/trunk/; revision=3825
* Ready to ship.Eric S. Raymond2003-07-171-0/+4
| | | | svn path=/trunk/; revision=3823
* Yet another round of fixes.Eric S. Raymond2003-07-171-0/+2
| | | | svn path=/trunk/; revision=3819
* Better \n tolerance.Eric S. Raymond2003-07-171-1/+4
| | | | svn path=/trunk/; revision=3818
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-3/+12
| | | | svn path=/trunk/; revision=3814
* Reverted the i18n stuff.Eric S. Raymond2003-03-011-1/+0
| | | | svn path=/trunk/; revision=3806
* Ready to ship.Eric S. Raymond2003-03-011-1/+7
| | | | svn path=/trunk/; revision=3805
* Documentation updates.Eric S. Raymond2003-02-281-0/+1
| | | | svn path=/trunk/; revision=3803
* IDLE implementation.Eric S. Raymond2003-02-281-0/+4
| | | | svn path=/trunk/; revision=3794
* Before the IDLE patch.Eric S. Raymond2003-02-281-0/+6
| | | | svn path=/trunk/; revision=3792
* Ready to ship.Eric S. Raymond2003-01-141-0/+5
| | | | svn path=/trunk/; revision=3783
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-0/+5
| | | | svn path=/trunk/; revision=3778
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-0/+8
| | | | svn path=/trunk/; revision=3776