| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix prototype warnings, remove unused functions. | Matthias Andree | 2010-10-05 | 1 | -10/+2 |
* | X.509 matching split out; disallow TLD wildcards. | Matthias Andree | 2010-08-27 | 1 | -0/+3 |
* | Avoid wedging Exchange 2007 with GSSAPI. | Matthias Andree | 2010-08-21 | 1 | -0/+1 |
* | Fix some rare or minor issues found with Clang 2.7 analyzer. | Matthias Andree | 2010-06-03 | 1 | -2/+2 |
* | Split string list stuff from uid.c into new idlist.c. | Matthias Andree | 2010-04-24 | 1 | -21/+21 |
* | Complete Doxygen documentation of uid.c and related definitions. | Matthias Andree | 2010-04-24 | 1 | -10/+19 |
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -0/+1 |
* | Fix MD5Digest prototype and remove unneeded type casts. | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
* | Fix MD5 compile on Solaris. | Matthias Andree | 2010-03-19 | 1 | -1/+1 |
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -4/+4 |
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -9/+9 |
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -0/+3 |
* | Refactoring: Rename smtp_open() to smtp_setup() | Matthias Andree | 2010-02-10 | 1 | -0/+1 |
* | Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye. | Matthias Andree | 2010-01-22 | 1 | -0/+1 |
* | Add sdump(), split xmalloc.h out of fetchmail.h | Matthias Andree | 2009-08-05 | 1 | -10/+1 |
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -0/+1 |
* | Major progress ticker bugfix/overhaul. | Matthias Andree | 2009-05-04 | 1 | -0/+6 |
* | Add report_flush(fp) function (report.c). | Matthias Andree | 2009-05-04 | 1 | -0/+2 |
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -0/+1 |
* | Remove FETCHMAIL_DEBUG diversion that couldn't be officially enabled and was | Matthias Andree | 2007-11-06 | 1 | -12/+0 |
* | Strengthen APOP a bit (validate RFC-822 syntax) in order to fend off | Matthias Andree | 2007-03-18 | 1 | -0/+3 |
* | Drop PS_TRUNCATED (27), which is never returned. | Matthias Andree | 2006-12-16 | 1 | -1/+0 |
* | First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete. | Matthias Andree | 2006-11-26 | 1 | -0/+4 |
* | Document sslproto details. | Matthias Andree | 2006-11-01 | 1 | -1/+2 |
* | Add a comment. | Matthias Andree | 2006-09-25 | 1 | -1/+1 |
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -0/+4 |
* | Wrap getaddrinfo() and block SIGALRM where needed. | Matthias Andree | 2006-08-14 | 1 | -0/+3 |
* | fix compilation on systems that don't know struct addrinfo (Solaris 2.6). | Matthias Andree | 2006-08-13 | 1 | -0/+2 |
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -1/+10 |
* | Revise UID_DELETED comment. | Matthias Andree | 2006-05-17 | 1 | -2/+2 |
* | Revise comments. | Matthias Andree | 2006-05-15 | 1 | -1/+1 |
* | Add pidfile option, requested by Héctor García. | Matthias Andree | 2006-04-02 | 1 | -12/+6 |
* | Add folder information to headers in tracepoll mode. | Matthias Andree | 2006-04-01 | 1 | -0/+1 |
* | Tighter check if strerror declaration is needed. | Matthias Andree | 2006-03-15 | 1 | -3/+3 |
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -3/+3 |
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -11/+11 |
* | Rename a methods and some variables to steer clear of C++ namespace. | Matthias Andree | 2006-03-13 | 1 | -1/+1 |
* | Fix a few compiler warnings through casts. | Matthias Andree | 2006-01-11 | 1 | -1/+1 |
* | Revise Maillennium workaround so that it is reported only once per server, in... | Matthias Andree | 2006-01-07 | 1 | -0/+8 |
* | * SMTP/LMTP cleanup to fix these two bugs: | Matthias Andree | 2005-12-20 | 1 | -0/+1 |
* | Sunil Shetye fixed these problems in a patch posted to fetchmail-devel: | Matthias Andree | 2005-11-14 | 1 | -1/+1 |
* | Document host_fqdn() interface. | Matthias Andree | 2005-11-10 | 1 | -1/+11 |
* | Change method->trail prototype to allow passing a tag to expect. | Matthias Andree | 2005-11-09 | 1 | -1/+1 |
* | Add parameter to host_fqdn() to state if the domain name is required, i. e. | Matthias Andree | 2005-10-30 | 1 | -1/+1 |
* | - make fetchmail --silent --quit really silent, Debian Bug #229014 by | Matthias Andree | 2005-10-30 | 1 | -0/+1 |
* | Rename isafile -> is_a_file, isidletimout -> is_idletimeout | Matthias Andree | 2005-09-25 | 1 | -2/+2 |
* | Expunge between IMAP folders when polling multiple folders. Sunil Shetye. | Matthias Andree | 2005-09-21 | 1 | -0/+2 |
* | Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". | Matthias Andree | 2005-09-20 | 1 | -3/+11 |
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -0/+1 |