Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var. | Matthias Andree | 2011-05-03 | 3 | -6/+34 |
| | | | | | 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 | 3 | -12/+17 |
| | |||||
* | Add a SockTimeout(int socket, int seconds) function. | Matthias Andree | 2011-04-29 | 2 | -0/+28 |
| | | | | Uses setsockopt(..., SOL_SOCKET, SO_{SND|RCV}TIMEO, ...). | ||||
* | In the plugin child, call _exit, not exit. | Matthias Andree | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | Properly report EXIT_FAILURE if the plugin/plugout execvp() fails. | Matthias Andree | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | Fix grammar. | Matthias Andree | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Remove unused code. | Matthias Andree | 2011-04-29 | 3 | -73/+0 |
| | |||||
* | Fix typo in comment. | Matthias Andree | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Build fix for systems that don't have perl in /usr/bin (DragonFly). | Matthias Andree | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Add Google Mail links to section I9. | Matthias Andree | 2011-04-13 | 1 | -0/+9 |
| | |||||
* | Automatic update. | Matthias Andree | 2011-04-11 | 1 | -110/+112 |
| | |||||
* | Bump version. | Matthias Andree | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Remove support for SSLv2 (fixes Debian Bug #622054). | Matthias Andree | 2011-04-11 | 5 | -12/+15 |
| | | | | | | | | | | | | | 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 | ||||
* | Remove extraneous parentheses. | Matthias Andree | 2011-04-07 | 1 | -2/+2 |
| | |||||
* | xstrdup string constant for ctl->server.service. | Matthias Andree | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | Reduce complexity of adding UIDs in fastuidl. | Matthias Andree | 2010-12-14 | 1 | -2/+3 |
| | |||||
* | Reduce complexity for parsing UIDL response to linear. | Matthias Andree | 2010-12-14 | 1 | -2/+3 |
| | |||||
* | Fixup MD5 transition. | Matthias Andree | 2010-12-14 | 1 | -9/+0 |
| | |||||
* | Unconditionally use our own MD5 code. Gets linked only as needed. | Matthias Andree | 2010-12-14 | 3 | -13/+8 |
| | |||||
* | Fix MD5Transform argument types to match md5c.c. | Matthias Andree | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | C++ compatibility hack. | Matthias Andree | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings. | Matthias Andree | 2010-12-12 | 3 | -4/+4 |
| | |||||
* | Update Japanese translation, courtesy of Takeshi Hamasaki. | Matthias Andree | 2010-12-11 | 2 | -95/+99 |
| | |||||
* | Allow linking Hesiod on Fedora 14 when compiled with g++. | Matthias Andree | 2010-12-11 | 1 | -0/+6 |
| | |||||
* | Update website after 6.3.19 release. | Matthias Andree | 2010-12-10 | 1 | -12/+14 |
| | |||||
* | Get ready for 6.3.19 release. | Matthias Andree | 2010-12-10 | 19 | -1709/+2068 |
| | |||||
* | bump project version for German translation. | Matthias Andree | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Update German translation. | Matthias Andree | 2010-12-10 | 1 | -11/+6 |
| | |||||
* | Add one more item to SHOULD. | Matthias Andree | 2010-12-10 | 1 | -0/+1 |
| | |||||
* | Hack: support quoted string in imap_fetch_body() | Matthias Andree | 2010-12-10 | 2 | -0/+10 |
| | | | | | 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 | 6 | -509/+614 |
| | |||||
* | Bump manpage version. | Matthias Andree | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | Import Debian's 02_man_page.patch to fix typos and escape dashes. | Hector Garcia | 2010-12-03 | 1 | -4/+4 |
| | |||||
* | Add configuration hint to STLS/STARTTLS change. | Matthias Andree | 2010-11-19 | 1 | -1/+2 |
| | |||||
* | Document Sunil's forced-STARTTLS change. | Matthias Andree | 2010-11-19 | 1 | -7/+9 |
| | |||||
* | Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ↵ | Sunil Shetye | 2010-11-19 | 3 | -10/+6 |
| | | | | capabilities | ||||
* | Fixup typo. | Matthias Andree | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Demote GSSAPI verbose/debug syslog to INFO severity. | Matthias Andree | 2010-11-12 | 2 | -12/+15 |
| | | | | 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 | 3 | -16/+11 |
| | | | | | | 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 |
| | |||||
* | Smoke test XHTML 1.1 validation and skip test if failed. | Matthias Andree | 2010-11-09 | 1 | -2/+9 |
| | |||||
* | Skip validation asciidoc-generated file. | Matthias Andree | 2010-11-06 | 1 | -1/+4 |
| | |||||
* | Revert "Also smoke test XHTML 1.1 and skip test on fail (for FreeBSD ports)." | Matthias Andree | 2010-11-06 | 1 | -8/+0 |
| | | | | This reverts commit 5c068135bd86f650e83e3dc95b67a31fdeb2587e. | ||||
* | Also smoke test XHTML 1.1 and skip test on fail (for FreeBSD ports). | Matthias Andree | 2010-11-06 | 1 | -0/+8 |
| | |||||
* | Bump version. | Matthias Andree | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | The manual page now links to IANA for GSSAPI service names. | Matthias Andree | 2010-10-22 | 2 | -2/+8 |
| | |||||
* | Fix "antispam does not work" | Sunil Shetye | 2010-10-21 | 3 | -12/+4 |
| | | | | | | | | 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. | ||||
* | Drop patch-for-debugging, no longer needed. | Matthias Andree | 2010-10-19 | 1 | -30/+0 |
| | |||||
* | Mention reporter confirmed fix of GSSAPI issue. | Matthias Andree | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Add send-erratum-notice.sh dist-tool script. | Matthias Andree | 2010-10-16 | 1 | -0/+11 |
| |