index
:
fetchmail
legacy_64_vg_debian
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix IMAP protocol confusion on 2nd and subsequent polls.
Matthias Andree
2021-08-29
1
-1
/
+1
*
struct method: introduce con-/destructors
Matthias Andree
2021-08-27
1
-0
/
+11
*
SECURITY: IMAP: PREAUTH->abort if STARTTLS needed
Matthias Andree
2021-08-26
1
-0
/
+8
*
fetchmail no longer reports System error during SSL_connect(): Success.
Matthias Andree
2019-08-05
1
-1
/
+1
*
In-depth robustness.
Matthias Andree
2019-05-14
1
-2
/
+3
*
Do not translate header tags such as "Subject:".
Matthias Andree
2014-05-20
1
-26
/
+26
*
fetchmail workaround for a bug in Microsoft Exchange
Sunil Shetye
2012-05-10
1
-3
/
+22
*
Fix missed disabling of alarm when SSL-wrapped connect failed.
Matthias Andree
2011-05-26
1
-0
/
+1
*
Do not print "skipping message" for old messages even in verbose mode.
Sunil Shetye
2011-05-11
1
-18
/
+10
*
Remove unused code.
Matthias Andree
2011-04-29
1
-19
/
+0
*
Allow linking Hesiod on Fedora 14 when compiled with g++.
Matthias Andree
2010-12-11
1
-0
/
+6
*
Refer user to FAQ item #R15 on authfail with automatic scheme selection.
Matthias Andree
2010-09-25
1
-0
/
+3
*
Apply timeout to getauth() methods.
Matthias Andree
2010-08-05
1
-0
/
+2
*
Also run Kerberos errors through sdump().
Matthias Andree
2010-04-29
1
-6
/
+10
*
Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,
Matthias Andree
2010-04-18
1
-1
/
+2
*
Fix lots of warnings, most around string literals...
Matthias Andree
2010-03-18
1
-4
/
+7
*
Remove unused assignments/initializations found with llvm-clang.
Matthias Andree
2010-02-28
1
-1
/
+0
*
Cleanup: change " \n" to "\n" where appropriate.
Matthias Andree
2010-02-10
1
-2
/
+2
*
Fix error reporting for GSSAPI on Heimdal krb5 (extra * in format string).
Matthias Andree
2009-08-19
1
-1
/
+1
*
Merge and extend Redhat's AI_ADDRCONFIG patch.
Matthias Andree
2009-06-14
1
-0
/
+3
*
Treat permanent delivery errors as temporary (configurable).
Matthias Andree
2009-05-24
1
-8
/
+9
*
Revert incompatible pre/post-connect cmd fix part.
Matthias Andree
2009-05-04
1
-2
/
+2
*
Major progress ticker bugfix/overhaul.
Matthias Andree
2009-05-04
1
-24
/
+29
*
Fix pre-/post-connect error/signal reporting.
Matthias Andree
2009-04-09
1
-5
/
+12
*
Fix Debian Bug#508667: do not lose PS_MAXFETCH (13) exit status.
Matthias Andree
2008-12-15
1
-2
/
+4
*
FIXME: (driver.c::fetchmessages) mark wholesize and separatefetchbody to be u...
Matthias Andree
2008-06-13
1
-0
/
+3
*
Merge Daniel Richard G.'s --sslcommonname option.
Matthias Andree
2008-03-07
1
-4
/
+6
*
Fix pluralization in oversized-messages warning.
Matthias Andree
2007-02-18
1
-2
/
+4
*
Drop PS_TRUNCATED (27), which is never returned.
Matthias Andree
2006-12-16
1
-2
/
+0
*
When the server name cannot be canonicalized, log the gai_strerror value.
Matthias Andree
2006-09-26
1
-2
/
+3
*
Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.
Matthias Andree
2006-08-14
1
-1
/
+1
*
Wrap getaddrinfo() and block SIGALRM where needed.
Matthias Andree
2006-08-14
1
-4
/
+4
*
Ignore SIGPIPE, EPIPE must suffice as error.
Matthias Andree
2006-08-14
1
-22
/
+5
*
switch setjmp/longjmp to sigsetjmp/siglongjmp
Matthias Andree
2006-08-13
1
-15
/
+4
*
Freeaddrinfo() fix for Uli Zappe's bug.
Matthias Andree
2006-08-07
1
-1
/
+11
*
Keep all non-error syslog messages on one line per downloaded message.
Matthias Andree
2006-08-01
1
-5
/
+3
*
* IMAP4 patch by Sunil Shetye:
Matthias Andree
2006-05-21
1
-3
/
+3
*
Consistency: rename preprocessor label.
Matthias Andree
2006-05-10
1
-1
/
+1
*
Document that qmail-pop3d miscalculates the message sizes.
Matthias Andree
2006-05-08
1
-0
/
+3
*
Add folder information to headers in tracepoll mode.
Matthias Andree
2006-04-01
1
-0
/
+2
*
Work around C libraries that return a NULL in getaddrinfo()'s ai_canonname
Matthias Andree
2006-03-21
1
-1
/
+9
*
Further cleanups to compile with C++ compiler.
Matthias Andree
2006-03-15
1
-7
/
+6
*
Fix lost if ().
Matthias Andree
2006-03-14
1
-0
/
+1
*
Fix more compiler warnings.
Matthias Andree
2006-03-14
1
-18
/
+21
*
merge Mirek's fetchmail-signed.patch
Matthias Andree
2006-03-14
1
-3
/
+2
*
Rename a methods and some variables to steer clear of C++ namespace.
Matthias Andree
2006-03-13
1
-10
/
+10
*
Stop printing blank lines in verbose syslog mode.
Matthias Andree
2006-03-03
1
-2
/
+2
*
Fix a few compiler warnings through casts.
Matthias Andree
2006-01-11
1
-2
/
+2
*
Drop line from 6.4.0 patch that accidentally hit the branch.
Matthias Andree
2005-12-13
1
-1
/
+0
*
Merge patch by Sunil Sheteye to fix five bugs:
Matthias Andree
2005-12-13
1
-12
/
+46
[next]