aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Release 6.3.16.Matthias Andree2010-04-061-2/+3
|
* Fix --interface regression, Debian Bug #576717.Matthias Andree2010-04-061-0/+4
|
* Revise OpenSSL issue.Matthias Andree2010-04-061-2/+3
|
* Reserve switch away from OpenSSL.Matthias Andree2010-04-061-0/+2
|
* Extend documentation on recent OpenSSL fix.Matthias Andree2010-04-061-0/+1
|
* Call OpenSSL_add_all_algorithms().Matthias Andree2010-04-061-0/+6
| | | | To fix Debian Bug #576430, reported by Sjoerd Simons.
* Update for 6.3.15 release.Matthias Andree2010-03-281-1/+3
|
* Clarify BRANCH_6-3 status: an obsolete tag to record SVN->Git conversion.Matthias Andree2010-03-191-1/+3
|
* Sunil's fix for --nosoftbounce confirmed by reporter.Matthias Andree2010-03-141-1/+1
|
* Mention that Sunil's commit also fixed --nobounce.Matthias Andree2010-03-051-2/+3
|
* Skip XHTML validation if xmllint or DTD are missing.Matthias Andree2010-03-051-0/+1
|
* Credit Sunil with the --nosoftbounce patch.Matthias Andree2010-03-051-1/+1
|
* Properly check for h_errno declaration and include netdb.h.Matthias Andree2010-03-051-0/+2
|
* set global flags in a consistent mannerSunil Shetye2010-03-051-0/+2
|
* Update translations (German); to -beta1/2 (Chinese/Dutch, Italian).Matthias Andree2010-02-261-9/+11
|
* Check seteuid() return value.Matthias Andree2010-02-261-0/+1
|
* Fix verbose mode progress formatting regression from 6.3.10.Matthias Andree2010-02-261-0/+2
|
* Mark --bsmtp - unsuitable for delivery and subject to removal.Matthias Andree2010-02-261-0/+1
|
* BSMTP error reporting and stdout handling fixesMatthias Andree2010-02-261-0/+2
| | | | | * Do not close stdout when using mda and "bsmtp -" at the same time. * Log operating system errors when BSMTP writes fail.
* Import translation updates for Czech/Italian (6.3.15-beta1), ↵Matthias Andree2010-02-251-0/+7
| | | | Indonesian/Japanese/Polish/Vietnamese (6.3.14).
* Update French translation, courtesy of Frédéric Marchal.Matthias Andree2010-02-241-0/+3
|
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-241-3/+2
| | | | to resolve an ambiguity found by Frédéric Marchal.
* Bugfix: recognize local as shorthand for localdomains.Matthias Andree2010-02-241-0/+5
|
* Feature: bad-header {reject|pass}Matthias Andree2010-02-241-0/+6
|
* Revise --mda documentation for user id switching.Matthias Andree2010-02-101-2/+4
| | | | | This should clarify an issue that Uli Zappe reported to the fetchmail-users@ mailing list in February 2010.
* Add CVE for sdump X.509 display bug in 6.3.11-6.3.13.Matthias Andree2010-02-091-3/+3
|
* Update documents/scripts after SVN -> Git move.Matthias Andree2010-02-061-1/+18
|
* Getting ready for 6.3.14 release.Matthias Andree2010-02-051-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5480
* 6.3.12: Fix Debian Bug ID for SMTP multiline issue, spotted by Nico Golde.Matthias Andree2010-02-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5472
* Stricter validation of IMAP responses containing byte or message counts.Matthias Andree2010-02-041-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5469
* IMAP SEARCH fixes & FETCH fallback by Sunil ShetyeMatthias Andree2010-02-041-0/+12
| | | | | | | | | | | | | | | | | * The IMAP client now uses "SEARCH UNSEEN" rather than "SEARCH UNSEEN NOT DELETED" again on IMAP2, to fix a regression in fetchmail 6.2.5 reported by Will Stringer in June 2004. (Sunil Shetye) * The IMAP client now uses "SEARCH UNSEEN UNDELETED" on IMAP4 and IMAP4r1 servers (Sunil Shetye). * Workaround: The IMAP client now falls back to "FETCH n:m FLAGS" if the server does not support "SEARCH". (Sunil Shetye) * The IMAP client now requests message numbers in batches of 1,000 to avoid problems if there are more than 1860 unseen messages. (Sunil Shetye) Note that this wasn't security relevant because fetchmail would only read up to the maximum buffer size and leave the remainder of the string unread, going out of synch afterwards. svn path=/branches/BRANCH_6-3/; revision=5468
* Security fix for sdump() (X.509 cert display in verbose mode).Matthias Andree2010-02-041-0/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5467
* Recover from SMTP protocol errors on RSET. (Sunil Shetye)Matthias Andree2010-01-281-0/+3
| | | | | | | | | | | | | Apply patch from Sunil Shetye to fix a problem reported by James Moe. Before this fix, fetchmail's SMTP client would not recover from errors such as lost connections that were encountered when fetchmail had sent RSET, for instance, after an anti-spam filter dropped the connection after detecting spam. Fetchmail then tried to send subsequent mail through this broken connection and deferred retrieval until the next poll. Now, if RSET fails, fetchmail closes the connection and reopens it for the next message to be delivered. svn path=/branches/BRANCH_6-3/; revision=5463
* Fix gssapi.h compiler warning on FreeBSD...Matthias Andree2010-01-221-0/+4
| | | | | | ...and only include gssapi.h if we're not including gssapi/gssapi.h. svn path=/branches/BRANCH_6-3/; revision=5461
* Revise for grammar, spelling, and clarity. Courtesy of Robert Mullin.Matthias Andree2010-01-221-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5460
* Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye.Matthias Andree2010-01-221-0/+10
| | | | | | | | | | | | | The IMAP client no longer skips messages from several IMAP servers including Dovecot if fetchmail's "idle" is in use. Causes were that fetchmail (a) ignored some untagged responses when it should not (b) relied on EXISTS messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP standard) and aren't sent by Dovecot either. Fix by Sunil Shetye (the fix also consolidates IMAP response handling, improving overall robustness of the IMAP client), bug report and testing by Matt Doran, with further hints from Timo Sirainen. svn path=/branches/BRANCH_6-3/; revision=5459
* Update Italian translation, courtesy of Vincenzo Campanella.Matthias Andree2009-11-161-0/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=5457
* Release 6.3.13.Matthias Andree2009-10-301-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5449
* Regression fix for multiline SMTP bugfix. Reported by Thomas Jarosch.Matthias Andree2009-10-281-0/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5445
* Credit translatorsMatthias Andree2009-10-211-0/+13
| | | | svn path=/branches/BRANCH_6-3/; revision=5444
* Release 6.3.12.Matthias Andree2009-10-051-3/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5439
* Fetchmailconf: Fix descriptions for smtpaddress and smtpname optionsMatthias Andree2009-09-231-0/+2
| | | | | | | | Smtpaddress is for RCPT TO, not MAIL FROM. Found by Gerard Seibert. 'Append to MAIL FROM line:' => 'Use domain on RCPT TO line:' 'Set RCPT To address:' => 'Set fixed RCPT TO address:' svn path=/branches/BRANCH_6-3/; revision=5433
* Update Chinese (simplified) translation, courtesy of Zheng-Yu Ji.Matthias Andree2009-09-231-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5432
* Merge Vietnamese translation, courtesy of Clytie Siddall.Matthias Andree2009-09-211-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5430
* Document 6.3.11 free() bug workaround.Matthias Andree2009-08-271-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5428
* Fix SMTP_ok to cache multiline reponses...Matthias Andree2009-08-201-0/+3
| | | | | | but there are more functions that need fixing (look for smtp_response). svn path=/branches/BRANCH_6-3/; revision=5425
* Look for MD5_Init in libcrypto (not libssl).Matthias Andree2009-08-191-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5423
* Fix error reporting for GSSAPI on Heimdal krb5 (extra * in format string).Matthias Andree2009-08-191-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5422
* Fix free() of unallocated memory on intact/non-verbose SSL-connections.Matthias Andree2009-08-171-0/+9
| | | | | | | Problem was improper scoping of xfree(tt). Patch courtesy of Thomas Heinz. Fixes Gentoo bug #280760. svn path=/branches/BRANCH_6-3/; revision=5415
* Translation updates: Spanish Castilian and Catalan, Polish.Matthias Andree2009-08-061-0/+3
| | | | | | Courtesy of Ernest Adrogué Calveras, Francisco Molinero, Jakub Bogusz. svn path=/branches/BRANCH_6-3/; revision=5408