aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Expand)AuthorAgeFilesLines
* 6.4.1, regression fix for default file locations.Matthias Andree2019-09-281-0/+1
* Align with legacy_6x.Matthias Andree2019-08-251-2/+2
* Minor Doxygen updates/fixes.Matthias Andree2019-08-201-2/+2
* FreeBSD cleanups to header shuffling.Matthias Andree2019-08-051-7/+0
* Waive AC_TYPE_SIGNAL and assume signal handlers return void.Matthias Andree2019-05-121-0/+1
* In-depth fix for to64frombits() BASE64 encoder buffer sizing.Matthias Andree2018-04-141-2/+2
* UIDL database speedup with Patricia trees.Matthias Andree2016-12-111-2/+3
* Accept more options with a running daemon.Matthias Andree2016-07-061-1/+1
* TLS overhaul, bumping version to 6.4Matthias Andree2015-01-261-3/+3
* Do not translate header tags such as "Subject:".Matthias Andree2014-05-201-2/+5
* Remove comment that confuses splint.Matthias Andree2013-05-111-1/+1
* Document transact.c, RecvSplit.Matthias Andree2011-05-041-7/+10
* Do not search for UNSEEN messages in ranges.Sunil Shetye2011-05-041-0/+11
* Factor out common NTLM code.Matthias Andree2010-10-091-0/+5
* Fix missing prototype for norm_charmap.Matthias Andree2010-10-091-2/+2
* Fix prototype warnings, remove unused functions.Matthias Andree2010-10-051-10/+2
* X.509 matching split out; disallow TLD wildcards.Matthias Andree2010-08-271-0/+3
* Avoid wedging Exchange 2007 with GSSAPI.Matthias Andree2010-08-211-0/+1
* Fix some rare or minor issues found with Clang 2.7 analyzer.Matthias Andree2010-06-031-2/+2
* Split string list stuff from uid.c into new idlist.c.Matthias Andree2010-04-241-21/+21
* Complete Doxygen documentation of uid.c and related definitions.Matthias Andree2010-04-241-10/+19
* Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,Matthias Andree2010-04-181-0/+1
* Fix MD5Digest prototype and remove unneeded type casts.Matthias Andree2010-04-181-1/+1
* Fix MD5 compile on Solaris.Matthias Andree2010-03-191-1/+1
* Further type fixes.Matthias Andree2010-03-181-4/+4
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-9/+9
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-241-1/+1
* Feature: bad-header {reject|pass}Matthias Andree2010-02-241-0/+3
* Refactoring: Rename smtp_open() to smtp_setup()Matthias Andree2010-02-101-0/+1
* Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye.Matthias Andree2010-01-221-0/+1
* Add sdump(), split xmalloc.h out of fetchmail.hMatthias Andree2009-08-051-10/+1
* Treat permanent delivery errors as temporary (configurable).Matthias Andree2009-05-241-0/+1
* 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