aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Expand)AuthorAgeFilesLines
* Major progress ticker bugfix/overhaul.Matthias Andree2009-05-041-0/+6
* Add report_flush(fp) function (report.c).Matthias Andree2009-05-041-0/+2
* Merge Daniel Richard G.'s --sslcommonname option.Matthias Andree2008-03-071-0/+1
* Remove FETCHMAIL_DEBUG diversion that couldn't be officially enabled and wasMatthias Andree2007-11-061-12/+0
* Strengthen APOP a bit (validate RFC-822 syntax) in order to fend offMatthias Andree2007-03-181-0/+3
* Drop PS_TRUNCATED (27), which is never returned.Matthias Andree2006-12-161-1/+0
* First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete.Matthias Andree2006-11-261-0/+4
* Document sslproto details.Matthias Andree2006-11-011-1/+2
* Add a comment.Matthias Andree2006-09-251-1/+1
* Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.Matthias Andree2006-08-141-0/+4
* Wrap getaddrinfo() and block SIGALRM where needed.Matthias Andree2006-08-141-0/+3
* fix compilation on systems that don't know struct addrinfo (Solaris 2.6).Matthias Andree2006-08-131-0/+2
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-1/+10
* Revise UID_DELETED comment.Matthias Andree2006-05-171-2/+2
* Revise comments.Matthias Andree2006-05-151-1/+1
* Add pidfile option, requested by Héctor García.Matthias Andree2006-04-021-12/+6
* Add folder information to headers in tracepoll mode. Matthias Andree2006-04-011-0/+1
* Tighter check if strerror declaration is needed.Matthias Andree2006-03-151-3/+3
* Fix more compiler warnings.Matthias Andree2006-03-141-3/+3
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-11/+11
* Rename a methods and some variables to steer clear of C++ namespace.Matthias Andree2006-03-131-1/+1
* Fix a few compiler warnings through casts.Matthias Andree2006-01-111-1/+1
* Revise Maillennium workaround so that it is reported only once per server, in...Matthias Andree2006-01-071-0/+8
* * SMTP/LMTP cleanup to fix these two bugs:Matthias Andree2005-12-201-0/+1
* Sunil Shetye fixed these problems in a patch posted to fetchmail-devel:Matthias Andree2005-11-141-1/+1
* Document host_fqdn() interface.Matthias Andree2005-11-101-1/+11
* Change method->trail prototype to allow passing a tag to expect.Matthias Andree2005-11-091-1/+1
* Add parameter to host_fqdn() to state if the domain name is required, i. e. Matthias Andree2005-10-301-1/+1
* - make fetchmail --silent --quit really silent, Debian Bug #229014 by Matthias Andree2005-10-301-0/+1
* Rename isafile -> is_a_file, isidletimout -> is_idletimeoutMatthias Andree2005-09-251-2/+2
* Expunge between IMAP folders when polling multiple folders. Sunil Shetye.Matthias Andree2005-09-211-0/+2
* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn".Matthias Andree2005-09-201-3/+11
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-0/+1
* Large protocol independence patch.Matthias Andree2005-08-281-2/+18
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-17/+8
* Get rid of alloca() in fetchmail.Matthias Andree2005-07-311-16/+0
* Add xfree() macro.Matthias Andree2005-07-311-0/+1
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-1/+0
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-231-2/+4
* Fix typo.Matthias Andree2005-07-201-1/+1
* Add prototypes for strlc?? functions.Matthias Andree2005-07-201-0/+10
* Add POSIX_space definition compliant to SUSv3.Matthias Andree2005-07-201-0/+4
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-2/+2
* Fix reply_hack() type of third argument (int vs. size_t), by Miloslav Trmac.Matthias Andree2005-07-031-1/+1
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-0/+5
* Make iana_charset variable a const char * (was char *).Matthias Andree2004-11-081-1/+1
* Provide iana_charset, a normalized IANA charmap name.Matthias Andree2004-11-071-0/+5
* Let stuff_warning do the RFC-2047 encoding.Matthias Andree2004-10-201-2/+2
* Fix miscellaneous warnings.Matthias Andree2004-10-201-10/+4
* Add RFC-2047 encoder for internationalized mail warnings.Matthias Andree2004-10-191-0/+1