aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var.Matthias Andree2011-05-033-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 lineSunil Shetye2011-05-033-12/+17
|
* Add a SockTimeout(int socket, int seconds) function.Matthias Andree2011-04-292-0/+28
| | | | Uses setsockopt(..., SOL_SOCKET, SO_{SND|RCV}TIMEO, ...).
* In the plugin child, call _exit, not exit.Matthias Andree2011-04-291-2/+2
|
* Properly report EXIT_FAILURE if the plugin/plugout execvp() fails.Matthias Andree2011-04-291-2/+2
|
* Fix grammar.Matthias Andree2011-04-291-1/+1
|
* Remove unused code.Matthias Andree2011-04-293-73/+0
|
* Fix typo in comment.Matthias Andree2011-04-281-1/+1
|
* Build fix for systems that don't have perl in /usr/bin (DragonFly).Matthias Andree2011-04-291-1/+1
|
* Add Google Mail links to section I9.Matthias Andree2011-04-131-0/+9
|
* Automatic update.Matthias Andree2011-04-111-110/+112
|
* Bump version.Matthias Andree2011-04-111-1/+1
|
* Remove support for SSLv2 (fixes Debian Bug #622054).Matthias Andree2011-04-115-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 Andree2011-04-071-2/+2
|
* xstrdup string constant for ctl->server.service.Matthias Andree2010-12-151-1/+1
|
* Reduce complexity of adding UIDs in fastuidl.Matthias Andree2010-12-141-2/+3
|
* Reduce complexity for parsing UIDL response to linear.Matthias Andree2010-12-141-2/+3
|
* Fixup MD5 transition.Matthias Andree2010-12-141-9/+0
|
* Unconditionally use our own MD5 code. Gets linked only as needed.Matthias Andree2010-12-143-13/+8
|
* Fix MD5Transform argument types to match md5c.c.Matthias Andree2010-12-141-1/+1
|
* C++ compatibility hack.Matthias Andree2010-12-121-1/+1
|
* Fix compiler warnings.Matthias Andree2010-12-123-4/+4
|
* Update Japanese translation, courtesy of Takeshi Hamasaki.Matthias Andree2010-12-112-95/+99
|
* Allow linking Hesiod on Fedora 14 when compiled with g++.Matthias Andree2010-12-111-0/+6
|
* Update website after 6.3.19 release.Matthias Andree2010-12-101-12/+14
|
* Get ready for 6.3.19 release.Matthias Andree2010-12-1019-1709/+2068
|
* bump project version for German translation.Matthias Andree2010-12-101-1/+1
|
* Update German translation.Matthias Andree2010-12-101-11/+6
|
* Add one more item to SHOULD.Matthias Andree2010-12-101-0/+1
|
* Hack: support quoted string in imap_fetch_body()Matthias Andree2010-12-102-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 Andree2010-12-096-509/+614
|
* Bump manpage version.Matthias Andree2010-12-051-1/+1
|
* Import Debian's 02_man_page.patch to fix typos and escape dashes.Hector Garcia2010-12-031-4/+4
|
* Add configuration hint to STLS/STARTTLS change.Matthias Andree2010-11-191-1/+2
|
* Document Sunil's forced-STARTTLS change.Matthias Andree2010-11-191-7/+9
|
* Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ↵Sunil Shetye2010-11-193-10/+6
| | | | capabilities
* Fixup typo.Matthias Andree2010-11-121-1/+1
|
* Demote GSSAPI verbose/debug syslog to INFO severity.Matthias Andree2010-11-122-12/+15
| | | | Requested by Carlos E. R. and Derek Simkowiak via fetchmail-users@.
* Distinguish between server not advertising TLS capability and server failing ↵Sunil Shetye2010-11-103-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 Andree2010-11-091-0/+6
|
* Smoke test XHTML 1.1 validation and skip test if failed.Matthias Andree2010-11-091-2/+9
|
* Skip validation asciidoc-generated file.Matthias Andree2010-11-061-1/+4
|
* Revert "Also smoke test XHTML 1.1 and skip test on fail (for FreeBSD ports)."Matthias Andree2010-11-061-8/+0
| | | | This reverts commit 5c068135bd86f650e83e3dc95b67a31fdeb2587e.
* Also smoke test XHTML 1.1 and skip test on fail (for FreeBSD ports).Matthias Andree2010-11-061-0/+8
|
* Bump version.Matthias Andree2010-10-221-1/+1
|
* The manual page now links to IANA for GSSAPI service names.Matthias Andree2010-10-222-2/+8
|
* Fix "antispam does not work"Sunil Shetye2010-10-213-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 Andree2010-10-191-30/+0
|
* Mention reporter confirmed fix of GSSAPI issue.Matthias Andree2010-10-191-1/+1
|
* Add send-erratum-notice.sh dist-tool script.Matthias Andree2010-10-161-0/+11
|