Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again. | Matthias Andree | 2011-05-26 | 1 | -3/+0 |
| | |||||
* | Update NEWS, mention STARTTLS timeout fix, ... | Matthias Andree | 2011-05-26 | 1 | -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 Andree | 2011-05-17 | 1 | -0/+2 |
| | |||||
* | SockOpen(): set SO_KEEPALIVE. | Matthias Andree | 2011-05-13 | 1 | -0/+3 |
| | |||||
* | Do not print "skipping message" for old messages even in verbose mode. | Sunil Shetye | 2011-05-11 | 1 | -0/+3 |
| | |||||
* | Do not search for UNSEEN messages in ranges. | Sunil Shetye | 2011-05-04 | 1 | -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 Andree | 2011-05-03 | 1 | -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 line | Sunil Shetye | 2011-05-03 | 1 | -0/+3 |
| | |||||
* | Remove support for SSLv2 (fixes Debian Bug #622054). | Matthias Andree | 2011-04-11 | 1 | -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 Andree | 2010-12-14 | 1 | -1/+6 |
| | |||||
* | Update Japanese translation, courtesy of Takeshi Hamasaki. | Matthias Andree | 2010-12-11 | 1 | -0/+6 |
| | |||||
* | Get ready for 6.3.19 release. | Matthias Andree | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Hack: support quoted string in imap_fetch_body() | Matthias Andree | 2010-12-10 | 1 | -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 Andree | 2010-12-09 | 1 | -3/+10 |
| | |||||
* | Add configuration hint to STLS/STARTTLS change. | Matthias Andree | 2010-11-19 | 1 | -1/+2 |
| | |||||
* | Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ↵ | Sunil Shetye | 2010-11-19 | 1 | -0/+2 |
| | | | | capabilities | ||||
* | Demote GSSAPI verbose/debug syslog to INFO severity. | Matthias Andree | 2010-11-12 | 1 | -0/+2 |
| | | | | Requested by Carlos E. R. and Derek Simkowiak via fetchmail-users@. | ||||
* | Distinguish between server not advertising TLS capability and server failing ↵ | Sunil Shetye | 2010-11-10 | 1 | -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 Andree | 2010-11-09 | 1 | -0/+6 |
| | |||||
* | The manual page now links to IANA for GSSAPI service names. | Matthias Andree | 2010-10-22 | 1 | -0/+3 |
| | |||||
* | Fix "antispam does not work" | Sunil Shetye | 2010-10-21 | 1 | -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 Andree | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Add fetchmail-EN-2010-03 (erratum notice). | Matthias Andree | 2010-10-16 | 1 | -0/+4 |
| | |||||
* | Multidrop: Do not lose wildcard flag, allow asterisk anywhere. | Matthias Andree | 2010-10-12 | 1 | -20/+31 |
| | |||||
* | Add release date. | Matthias Andree | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Mark Krb5 broken and deprecated. | Matthias Andree | 2010-10-09 | 1 | -0/+4 |
| | |||||
* | Revise NEWS file for upcoming 6.3.18. | Matthias Andree | 2010-10-09 | 1 | -28/+36 |
| | |||||
* | POP3: autoprobe NTLM. | Matthias Andree | 2010-10-09 | 1 | -0/+1 |
| | |||||
* | Import updated translations. | Matthias Andree | 2010-09-27 | 1 | -0/+2 |
| | |||||
* | Mention --principal for KRB4 only, and deprecate. | Matthias Andree | 2010-09-27 | 1 | -0/+3 |
| | |||||
* | Document GSSAPI cancellation fix. | Matthias Andree | 2010-09-25 | 1 | -0/+5 |
| | |||||
* | Update Chinese (simplified) translation. Courtesy of Ji Zheng-Yu. | Matthias Andree | 2010-09-25 | 1 | -0/+1 |
| | |||||
* | Fix typo/wording. | Matthias Andree | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Update cs fr it ja pl translations. | Matthias Andree | 2010-08-31 | 1 | -0/+8 |
| | |||||
* | Note restriction of GSSAPI creds fix. | Matthias Andree | 2010-08-28 | 1 | -0/+2 |
| | |||||
* | parse response to FETCH in a more flexible manner | Sunil Shetye | 2010-08-28 | 1 | -0/+2 |
| | | | | remove for loop in imap_fetch_headers() | ||||
* | X.509 matching split out; disallow TLD wildcards. | Matthias Andree | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | Disallow X.509 wildcard matches in domain literals. | Matthias Andree | 2010-08-27 | 1 | -3/+10 |
| | |||||
* | Require that X.509 wildcards start with "*.", | Matthias Andree | 2010-08-27 | 1 | -0/+3 |
| | | | | rather than just "*", to make abuse harder. | ||||
* | Avoid wedging Exchange 2007 with GSSAPI. | Matthias Andree | 2010-08-21 | 1 | -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 Andree | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | Mention TLS/getauth timeout in NEWS | Matthias Andree | 2010-08-05 | 1 | -0/+3 |
| | |||||
* | Incorrect headers: Refer user to bad-header option | Matthias Andree | 2010-06-17 | 1 | -0/+4 |
| | | | | BerliOS Bug #17272 by Björn Voigt. | ||||
* | Only report connection failures in verbose mode or if all addresses fail. | Matthias Andree | 2010-05-19 | 1 | -0/+10 |
| | |||||
* | Revise 6.3.18 bug fix entries in NEWS. | Matthias Andree | 2010-05-19 | 1 | -4/+6 |
| | |||||
* | Fix MD5* library pickup. | Matthias Andree | 2010-05-17 | 1 | -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 Andree | 2010-05-09 | 1 | -14/+24 |
| | | | | Fixes Debian Bug#580796 reported by Roland Stigge. | ||||
* | Get ready for 6.3.17 release. | Matthias Andree | 2010-05-06 | 1 | -5/+7 |
| | |||||
* | Update translations. | Matthias Andree | 2010-05-06 | 1 | -0/+13 |
| | |||||
* | On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED). | Matthias Andree | 2010-04-29 | 1 | -0/+2 |
| |