Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish for release. | Matthias Andree | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'common-6x' into legacy_63 | Matthias Andree | 2011-05-31 | 1 | -1/+2 |
|\ | | | | | | | | | | | Conflicts: NEWS fetchmail-SA-2011-01.txt | ||||
| * | Add CVE name. | Matthias Andree | 2011-05-31 | 1 | -1/+2 |
| | | |||||
| * | Add fetchmail-SA-2011-01.txt | Matthias Andree | 2011-05-31 | 1 | -0/+1 |
| | | |||||
| * | 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. | ||||
* | | Add fetchmail-SA-2011-01.txt | Matthias Andree | 2011-05-30 | 1 | -0/+1 |
| | | |||||
* | | Move 'KNOWN BUGS AND WORKAROUNDS' section up. | Matthias Andree | 2011-05-30 | 1 | -20/+20 |
| | | |||||
* | | Get 6.3.20 change documentation fit for release. | Matthias Andree | 2011-05-29 | 1 | -12/+15 |
| | | |||||
* | | 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 | -11/+24 |
| | | | | | | | | | | Swap bug fixes and changes. Mark Czech/French/German/Polish translations updated. Mark strlen() optimization as a change, rather than a bug fix. | ||||
* | | Revert SO_???TIMEO-based STARTTLS timeout handling. | Matthias Andree | 2011-05-26 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | This reverts commits 47c05b10018f5ec7493e4bd9f521aaa18d96f1e2 and 72ce8bce8dd655b6aefa33d0a74e883dad5202b5, the code isn't portable, for instance, Solaris does not support SO_RCVTIMEO/SO_SNDTIMEO. These socket-level options are known, but Solaris returns EAFNOSUPPORT. Reported by Jonathan Buschmann. | ||||
* | | Fix socket timeout handling. | Matthias Andree | 2011-05-22 | 1 | -0/+8 |
| | | | | | | | | Fixes STARTTLS hangs reported by Thomas Jarosch. | ||||
* | | Reinstate SSLv2 support on legacy_63 branch. | Matthias Andree | 2011-05-17 | 1 | -4/+0 |
|/ | | | | | Revert "Remove support for SSLv2 (fixes Debian Bug #622054)." This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460. | ||||
* | 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 |
| |