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
/
sink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In-depth robustness.
Matthias Andree
2019-05-14
1
-2
/
+2
*
Added mapping to to PS_TRANSIENT or PS_REFUSED of LMTP response.
Evil2000
2018-11-25
1
-2
/
+10
*
Fix GCC8 format truncation warnings.
Matthias Andree
2018-04-14
1
-2
/
+3
*
Do not translate header tags such as "Subject:".
Matthias Andree
2014-05-20
1
-10
/
+13
*
Remove extraneous parentheses.
Matthias Andree
2011-04-07
1
-2
/
+2
*
Fix "antispam does not work"
Sunil Shetye
2010-10-21
1
-11
/
+1
*
Remove excess assignment.
Matthias Andree
2010-10-09
1
-2
/
+0
*
Fix some rare or minor issues found with Clang 2.7 analyzer.
Matthias Andree
2010-06-03
1
-0
/
+3
*
Fix lots of warnings, most around string literals...
Matthias Andree
2010-03-18
1
-3
/
+4
*
Remove unused assignments/initializations found with llvm-clang.
Matthias Andree
2010-02-28
1
-1
/
+1
*
Check seteuid() return value.
Matthias Andree
2010-02-26
1
-2
/
+8
*
Fix verbose mode progress formatting regression from 6.3.10.
Matthias Andree
2010-02-26
1
-0
/
+4
*
BSMTP error reporting and stdout handling fixes
Matthias Andree
2010-02-26
1
-22
/
+24
*
Refactoring: Rename smtp_open() to smtp_setup()
Matthias Andree
2010-02-10
1
-2
/
+2
*
Declare Sunil's new smtp_rset() function static.
Matthias Andree
2010-01-28
1
-1
/
+1
*
Recover from SMTP protocol errors on RSET. (Sunil Shetye)
Matthias Andree
2010-01-28
1
-8
/
+19
*
Always treat 530 SMTP codes as temporary.
Matthias Andree
2009-05-25
1
-0
/
+12
*
Enforce minimum recommended SMTP timeouts, apply to EHLO/LHLO as well.
Matthias Andree
2009-05-25
1
-5
/
+5
*
Fix compiler warning (unused parameter).
Matthias Andree
2009-05-25
1
-0
/
+2
*
Fix bounce message detail regression from 6.3.0.
Matthias Andree
2009-05-25
1
-3
/
+7
*
Fix compiler warning. Patch by Prasad J. Pandit, pj.pandit)a(yahoo.co.in.
Matthias Andree
2009-05-25
1
-1
/
+1
*
Fix a few compiler warnings around implicit conversion or extra ";".
Matthias Andree
2009-01-14
1
-1
/
+1
*
Fix long-standing (since r2215/v4.6.8) crash on NULL pointer dereference
Matthias Andree
2007-07-29
1
-1
/
+1
*
Make BSMTP output actually work, it would persistently fail with SOCKET error
Matthias Andree
2007-03-29
1
-1
/
+1
*
Do not crash with a null pointer dereference when opening the BSMTP file
Matthias Andree
2007-03-29
1
-2
/
+8
*
Back out --smtp list from bouncing. Sunil reports that this may require AUTH ...
Matthias Andree
2007-02-24
1
-31
/
+3
*
Try --smtp list when bouncing. Reported by Christian Kurz, Debian Bug #150137.
Matthias Andree
2007-02-21
1
-3
/
+31
*
Remove excess no-op strcpy() after strdup() found by Andreas Krennmair.
Matthias Andree
2006-12-12
1
-1
/
+0
*
Fix regression from 6.3.4 that crashes fetchmail --mda FOO when encountering
Matthias Andree
2006-11-14
1
-5
/
+5
*
Freeaddrinfo() fix for Uli Zappe's bug.
Matthias Andree
2006-08-07
1
-3
/
+3
*
Improve sink error detection and reporting.
Matthias Andree
2006-08-06
1
-14
/
+28
*
set no bouncemail now also prevents 'General SMTP/ESMTP error.' bounces.
Matthias Andree
2006-04-04
1
-1
/
+2
*
More warning fixes (from FreeBSD 6.1).
Matthias Andree
2006-03-25
1
-1
/
+1
*
Further cleanups to compile with C++ compiler.
Matthias Andree
2006-03-15
1
-2
/
+2
*
Fix more compiler warnings.
Matthias Andree
2006-03-14
1
-1
/
+2
*
Yet another bogus free() to be fixed.
Matthias Andree
2006-01-19
1
-1
/
+1
*
Fix segfault or bus error after bouncing a message. This bug was
Matthias Andree
2006-01-19
1
-2
/
+7
*
* SMTP/LMTP cleanup to fix these two bugs:
Matthias Andree
2005-12-20
1
-40
/
+41
*
Do not trash destination domain if multiple messages are forwarded into the
Matthias Andree
2005-12-13
1
-32
/
+31
*
Sunil Shetye fixed these problems in a patch posted to fetchmail-devel:
Matthias Andree
2005-11-14
1
-56
/
+43
*
Use new host_fqdn() interface.
Matthias Andree
2005-10-30
1
-1
/
+4
*
Rearrange #include directives in an attempt to fix BerliOS Bug #4725,
Matthias Andree
2005-09-19
1
-2
/
+2
*
Write RFC-compliant BSMTP envelopes. Reported by Nico Golde.
Matthias Andree
2005-08-16
1
-3
/
+8
*
Remove port/service dualism and make everything a service.
Matthias Andree
2005-08-02
1
-8
/
+0
*
Get rid of alloca() in fetchmail.
Matthias Andree
2005-07-31
1
-33
/
+46
*
INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...
Matthias Andree
2005-07-30
1
-3
/
+3
*
strcpy -> strlcpy, strcat -> strlcat
Matthias Andree
2005-07-30
1
-7
/
+8
*
Add From: header to warning emails. Debian Bug#244828.
Matthias Andree
2005-07-23
1
-0
/
+2
*
Really fix Debian bug #207919 (junk in Received: header when smtphost set).
Matthias Andree
2005-07-20
1
-2
/
+1
*
Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
Matthias Andree
2005-07-03
1
-1
/
+1
[next]