aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump automake requirement to 1.11, add dist-xz option.Matthias Andree2011-05-261-1/+1
|
* Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again.Matthias Andree2011-05-263-23/+2
|
* Drop revived but unneeded file.Matthias Andree2011-05-261-11/+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.
* Run S(TART)TLS negotiation under timeout alarm.Matthias Andree2011-05-262-4/+9
| | | | Reported missing by Thomas Jarosch.
* Fix missed disabling of alarm when SSL-wrapped connect failed.Matthias Andree2011-05-261-0/+1
|
* Update German translation.Matthias Andree2011-05-261-176/+183
|
* Handle socket errors on CAPABILITY probes.Matthias Andree2011-05-261-3/+9
|
* Reindent.Matthias Andree2011-05-261-9/+9
|
* Reword FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN, ...Matthias Andree2011-05-171-4/+5
| | | | | mentioning that some MS Exchange versions send a "deleted without being read" notification in this situation.
* Mention impending SSLv2 removal.Matthias Andree2011-05-171-0/+2
|
* Drop broken test code.Matthias Andree2011-05-171-18/+0
|
* Fix opie.h error handling.Matthias Andree2011-05-171-2/+2
| | | | Properly quote AC_MSG_ERROR argument.
* SockOpen(): set SO_KEEPALIVE.Matthias Andree2011-05-132-0/+12
|
* Correct call arguments to gen_transact().Matthias Andree2011-05-111-1/+1
|
* Do not print "skipping message" for old messages even in verbose mode.Sunil Shetye2011-05-112-18/+13
|
* Take note of immediate 6.3.20 release plansMatthias Andree2011-05-071-0/+11
|
* Add .mailmap file.Matthias Andree2011-05-041-0/+1
|
* correct call to gen_send()Sunil Shetye2011-05-041-2/+2
|
* Use proper branch name, provide stddef.h to Doxygen.Matthias Andree2011-05-041-1/+2
|
* Document transact.c, RecvSplit.Matthias Andree2011-05-042-67/+86
|
* Make macro expansions safer for VALID_ADDRESS and RBUF_WRITE.Matthias Andree2011-05-041-2/+2
|
* Fixup: match prefix caseblind, add some guards, streamline phase handling.Matthias Andree2011-05-041-17/+47
| | | | | | Add a few asserts to catch abuse, and use strlcpy/strlcat rather than snprintf because some implementations of the latter are unsuitable for detecting buffer exhaustion.
* Fixup: remove unused variables.Matthias Andree2011-05-041-1/+1
|
* Do not search for UNSEEN messages in ranges.Sunil Shetye2011-05-044-48/+133
| | | | | | | | | | 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
* Ignore stuff from non-VPATH builds or from Eclipse.Matthias Andree2011-05-041-4/+38
|
* 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
|