| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -2/+18 |
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -17/+8 |
* | Get rid of alloca() in fetchmail. | Matthias Andree | 2005-07-31 | 1 | -16/+0 |
* | Add xfree() macro. | Matthias Andree | 2005-07-31 | 1 | -0/+1 |
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr... | Matthias Andree | 2005-07-30 | 1 | -1/+0 |
* | Rename lock_release to fm_lock_release, to avoid namespace collision on | Matthias Andree | 2005-07-23 | 1 | -2/+4 |
* | Fix typo. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
* | Add prototypes for strlc?? functions. | Matthias Andree | 2005-07-20 | 1 | -0/+10 |
* | Add POSIX_space definition compliant to SUSv3. | Matthias Andree | 2005-07-20 | 1 | -0/+4 |
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -2/+2 |