aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Fix pre-/post-connect error/signal reporting.Matthias Andree2009-04-091-5/+12
* Fix Debian Bug#508667: do not lose PS_MAXFETCH (13) exit status.Matthias Andree2008-12-151-2/+4
* FIXME: (driver.c::fetchmessages) mark wholesize and separatefetchbody to be u...Matthias Andree2008-06-131-0/+3
* Merge Daniel Richard G.'s --sslcommonname option.Matthias Andree2008-03-071-4/+6
* Fix pluralization in oversized-messages warning.Matthias Andree2007-02-181-2/+4
* Drop PS_TRUNCATED (27), which is never returned.Matthias Andree2006-12-161-2/+0
* When the server name cannot be canonicalized, log the gai_strerror value.Matthias Andree2006-09-261-2/+3
* Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.Matthias Andree2006-08-141-1/+1
* Wrap getaddrinfo() and block SIGALRM where needed.Matthias Andree2006-08-141-4/+4
* Ignore SIGPIPE, EPIPE must suffice as error.Matthias Andree2006-08-141-22/+5
* switch setjmp/longjmp to sigsetjmp/siglongjmpMatthias Andree2006-08-131-15/+4
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-1/+11
* Keep all non-error syslog messages on one line per downloaded message.Matthias Andree2006-08-011-5/+3
* * IMAP4 patch by Sunil Shetye:Matthias Andree2006-05-211-3/+3
* Consistency: rename preprocessor label.Matthias Andree2006-05-101-1/+1
* Document that qmail-pop3d miscalculates the message sizes.Matthias Andree2006-05-081-0/+3
* Add folder information to headers in tracepoll mode. Matthias Andree2006-04-011-0/+2
* Work around C libraries that return a NULL in getaddrinfo()'s ai_canonname Matthias Andree2006-03-211-1/+9
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-7/+6
* Fix lost if ().Matthias Andree2006-03-141-0/+1
* Fix more compiler warnings.Matthias Andree2006-03-141-18/+21
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-3/+2
* Rename a methods and some variables to steer clear of C++ namespace.Matthias Andree2006-03-131-10/+10
* Stop printing blank lines in verbose syslog mode.Matthias Andree2006-03-031-2/+2
* Fix a few compiler warnings through casts.Matthias Andree2006-01-111-2/+2
* Drop line from 6.4.0 patch that accidentally hit the branch.Matthias Andree2005-12-131-1/+0
* Merge patch by Sunil Sheteye to fix five bugs:Matthias Andree2005-12-131-12/+46
* Plug potential memory and socket leak when polling multiple folders or when t...Matthias Andree2005-12-081-1/+3
* In oversized warning messages, print the account name, too. Fixes DebianMatthias Andree2005-11-171-4/+4
* Revise some error messages so they are less confusing. Sunil Shetye.Matthias Andree2005-11-101-6/+7
* Pass the tag to ->trail method.Matthias Andree2005-11-091-2/+2
* Rename isafile -> is_a_file, isidletimout -> is_idletimeoutMatthias Andree2005-09-251-3/+3
* Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas ...Matthias Andree2005-09-211-1/+1
* Expunge between IMAP folders when polling multiple folders. Sunil Shetye.Matthias Andree2005-09-211-0/+8
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-21/+24
* Large protocol independence patch.Matthias Andree2005-08-281-71/+12
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-16/+1
* Get rid of alloca() in fetchmail.Matthias Andree2005-07-311-15/+17
* Plug memory leaks.Matthias Andree2005-07-311-0/+3
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-2/+2
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-5/+5
* Add a comment.Matthias Andree2005-07-261-1/+1
* Delete oversized messages with --flush when daemon mode isn't used.Matthias Andree2005-07-231-8/+5
* Add a comment.Matthias Andree2005-07-231-0/+6
* Fix Debian bug #301964, socket leak.Matthias Andree2005-07-201-1/+1
* Fix memset() argument order.Matthias Andree2005-07-031-1/+1
* Use getaddrinfo to canonicalize hostnames if INET6_ENABLE. Patch by Matthias ...Matthias Andree2005-07-031-1/+32
* i18n fixes, cs.po updates, by Miloslav Trmac.Matthias Andree2005-07-031-6/+5
* Nalin Dahyabhai's fix for driver.c to not call the private Kerberos Matthias Andree2005-07-031-1/+0
* Add two comments to lengthy setjmp() code.Matthias Andree2004-12-221-0/+2