aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again.Matthias Andree2011-05-261-3/+0
|
* Update NEWS, mention STARTTLS timeout fix, ...Matthias Andree2011-05-261-15/+24
| | | | | Swap bug fixes and changes. Mark Czech/French/German/Polish translations updated. Mark strlen() optimization as a change, rather than a bug fix.
* Mention impending SSLv2 removal.Matthias Andree2011-05-171-0/+2
|
* SockOpen(): set SO_KEEPALIVE.Matthias Andree2011-05-131-0/+3
|
* Do not print "skipping message" for old messages even in verbose mode.Sunil Shetye2011-05-111-0/+3
|
* Do not search for UNSEEN messages in ranges.Sunil Shetye2011-05-041-0/+4
| | | | | | | | | | Add gen_recv_split() to split long protocol messages when the message prefix matches Order of search commands: IMAP> A010 SEARCH UNSEEN UNDELETED (IMAP4 or higher) IMAP> A011 SEARCH UNSEEN IMAP> A012 FETCH 1:n FLAGS
* Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var.Matthias Andree2011-05-031-0/+3
| | | | | Requested by Jonathan Buschmann, to suppress read-notifications on servers such as MS Exchange or HP OpenMail.
* Call strlen() only once when removing CRLF from a lineSunil Shetye2011-05-031-0/+3
|
* Remove support for SSLv2 (fixes Debian Bug #622054).Matthias Andree2011-04-111-0/+4
| | | | | | | | | | | | | SSLv2 has been deprecated since 1996, and is insecure. Remove --sslproto SSL2 support. Set SSL_OP_NO_SSLvSSL_CTX 2 option so that the SSLv23 multi-version client no longer negotiates SSLv2. Note that some distributions (such as Debian) build OpenSSL 1.0.0 without SSLv2 support, so on those, the build would fail. Fixes Debian Bug #622054 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622054
* Unconditionally use our own MD5 code. Gets linked only as needed.Matthias Andree2010-12-141-1/+6
|
* Update Japanese translation, courtesy of Takeshi Hamasaki.Matthias Andree2010-12-111-0/+6
|
* Get ready for 6.3.19 release.Matthias Andree2010-12-101-1/+1
|
* Hack: support quoted string in imap_fetch_body()Matthias Andree2010-12-101-0/+3
| | | | | This is seen on Yahoo in * 123 FETCH (BODY[TEXT] ""), reported by Yasin Malli.
* Import first translation updates: cs fr it pl.Matthias Andree2010-12-091-3/+10
|
* Add configuration hint to STLS/STARTTLS change.Matthias Andree2010-11-191-1/+2
|
* Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ↵Sunil Shetye2010-11-191-0/+2
| | | | capabilities
* Demote GSSAPI verbose/debug syslog to INFO severity.Matthias Andree2010-11-121-0/+2
| | | | Requested by Carlos E. R. and Derek Simkowiak via fetchmail-users@.
* Distinguish between server not advertising TLS capability and server failing ↵Sunil Shetye2010-11-101-0/+1
| | | | | | during upgradation to TLS. Send a NOOP only after a failed STARTTLS in IMAP.
* Document XHTML 1.1 issue and workaround for 6.3.18.Matthias Andree2010-11-091-0/+6
|
* The manual page now links to IANA for GSSAPI service names.Matthias Andree2010-10-221-0/+3
|
* Fix "antispam does not work"Sunil Shetye2010-10-211-0/+2
| | | | | | | | This appears to be similar to the recent --nosoftbounce and --nobounce issue where command line options are not handled exactly the same way as the rcfile parser handles them. Reported by Kees Bakker, BerliOS bug #17599.
* Mention reporter confirmed fix of GSSAPI issue.Matthias Andree2010-10-191-1/+1
|
* Add fetchmail-EN-2010-03 (erratum notice).Matthias Andree2010-10-161-0/+4
|
* Multidrop: Do not lose wildcard flag, allow asterisk anywhere.Matthias Andree2010-10-121-20/+31
|
* Add release date.Matthias Andree2010-10-101-1/+1
|
* Mark Krb5 broken and deprecated.Matthias Andree2010-10-091-0/+4
|
* Revise NEWS file for upcoming 6.3.18.Matthias Andree2010-10-091-28/+36
|
* POP3: autoprobe NTLM.Matthias Andree2010-10-091-0/+1
|
* Import updated translations.Matthias Andree2010-09-271-0/+2
|
* Mention --principal for KRB4 only, and deprecate.Matthias Andree2010-09-271-0/+3
|
* Document GSSAPI cancellation fix.Matthias Andree2010-09-251-0/+5
|
* Update Chinese (simplified) translation. Courtesy of Ji Zheng-Yu.Matthias Andree2010-09-251-0/+1
|
* Fix typo/wording.Matthias Andree2010-09-021-2/+2
|
* Update cs fr it ja pl translations.Matthias Andree2010-08-311-0/+8
|
* Note restriction of GSSAPI creds fix.Matthias Andree2010-08-281-0/+2
|
* parse response to FETCH in a more flexible mannerSunil Shetye2010-08-281-0/+2
| | | | remove for loop in imap_fetch_headers()
* X.509 matching split out; disallow TLD wildcards.Matthias Andree2010-08-271-0/+1
|
* Disallow X.509 wildcard matches in domain literals.Matthias Andree2010-08-271-3/+10
|
* Require that X.509 wildcards start with "*.",Matthias Andree2010-08-271-0/+3
| | | | rather than just "*", to make abuse harder.
* Avoid wedging Exchange 2007 with GSSAPI.Matthias Andree2010-08-211-0/+4
| | | | | | | | | Exchange 2007 wedges if we try GSSAPI authentication and fail for lack of suitable credentails (for instance, because the user did not run kinit). Only try GSSAPI automatically if we have credentials. Reported by Patrick Rynhart, Debian Bug #568455, and Alan Murrell, to the fetchmail-users list.
* Decode and report GSSAPI errors in more detail.Matthias Andree2010-08-201-0/+1
|
* Mention TLS/getauth timeout in NEWSMatthias Andree2010-08-051-0/+3
|
* Incorrect headers: Refer user to bad-header optionMatthias Andree2010-06-171-0/+4
| | | | BerliOS Bug #17272 by Björn Voigt.
* Only report connection failures in verbose mode or if all addresses fail.Matthias Andree2010-05-191-0/+10
|
* Revise 6.3.18 bug fix entries in NEWS.Matthias Andree2010-05-191-4/+6
|
* Fix MD5* library pickup.Matthias Andree2010-05-171-0/+4
| | | | | | | | | Avoid picking up libmd5, which fails if libwww is installed because libmd5 uses "long" rather than fixed-width types. This fails on non-32-bit machines. Only probe libmd if md5.h is found. To fix Gentoo Bug #319283, reported by Karl Hakimian.
* Omit warning of insecure connection if --sslfingerprint matches.Matthias Andree2010-05-091-14/+24
| | | | Fixes Debian Bug#580796 reported by Roland Stigge.
* Get ready for 6.3.17 release.Matthias Andree2010-05-061-5/+7
|
* Update translations.Matthias Andree2010-05-061-0/+13
|
* On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED).Matthias Andree2010-04-291-0/+2
|