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
/
smtp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright.
Matthias Andree
2021-01-03
1
-0
/
+2
*
Update copyright.
Matthias Andree
2021-01-03
1
-1
/
+2
*
[smtp] Avoid truncating PLAIN AUTH passwords
Earl
2021-01-03
1
-5
/
+8
*
Replace most strncpy() by strlcpy() calls.
Matthias Andree
2019-05-12
1
-2
/
+1
*
Fix indentation to silence GCC 8 warnings.
Matthias Andree
2018-04-14
1
-1
/
+1
*
In-depth fix for to64frombits() BASE64 encoder buffer sizing.
Matthias Andree
2018-04-14
1
-4
/
+4
*
Revert SO_???TIMEO-based STARTTLS timeout handling.
Matthias Andree
2011-05-26
1
-3
/
+1
*
Fix socket timeout handling.
Matthias Andree
2011-05-22
1
-1
/
+3
*
Call strlen() only once when removing CRLF from a line
Sunil Shetye
2011-05-03
1
-8
/
+8
*
Fix MD5 compile on Solaris.
Matthias Andree
2010-03-19
1
-1
/
+1
*
Further type fixes.
Matthias Andree
2010-03-18
1
-1
/
+1
*
Regression fix for multiline SMTP bugfix. Reported by Thomas Jarosch.
Matthias Andree
2009-10-28
1
-2
/
+2
*
Fix SMTP_ok to cache multiline reponses...
Matthias Andree
2009-08-20
1
-23
/
+38
*
Enforce minimum recommended SMTP timeouts, apply to EHLO/LHLO as well.
Matthias Andree
2009-05-25
1
-17
/
+25
*
Fix format string bugs.
Matthias Andree
2009-05-04
1
-1
/
+1
*
* SMTP/LMTP cleanup to fix these two bugs:
Matthias Andree
2005-12-20
1
-30
/
+22
*
Fix prototype, to avoid compiler warnings with --disable-nls.
Matthias Andree
2005-08-02
1
-1
/
+1
*
Fix debug mode string from SMTP to support LMTP as well.
Matthias Andree
2005-04-24
1
-3
/
+3
*
Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack
Matthias Andree
2004-11-10
1
-28
/
+6
*
Remove space after "MAIL FROM:" (patch from Phil Endecott)
Rob Funk
2004-07-21
1
-2
/
+2
*
Ready to ship.
Eric S. Raymond
2003-08-06
1
-4
/
+8
*
Guard some buffers.
Eric S. Raymond
2003-03-01
1
-0
/
+4
*
Ready to ship 6-2-0.
Eric S. Raymond
2002-12-13
1
-8
/
+5
*
Security fix release.
Eric S. Raymond
2002-12-09
1
-9
/
+41
*
Ready to ship stable.
Eric S. Raymond
2002-10-31
1
-0
/
+2
*
Various cleanup patches.
Eric S. Raymond
2002-04-09
1
-19
/
+38
*
Internationalization fix.
Eric S. Raymond
2002-03-15
1
-6
/
+7
*
Expose the ESMTP name and password options.
Eric S. Raymond
2002-03-10
1
-109
/
+105
*
Initial version of ESMTP AUTH.
Eric S. Raymond
2002-03-09
1
-2
/
+117
*
HMH's second cleanup patch.
Eric S. Raymond
2001-06-24
1
-1
/
+5
*
strncat/snprintf cleanup.
Eric S. Raymond
2001-06-23
1
-3
/
+13
*
First cut at ODMR support.
Eric S. Raymond
2001-02-07
1
-0
/
+3
*
Simplify error reporting further.
Eric S. Raymond
1999-02-03
1
-10
/
+10
*
Return of the dancing progress dots.
Eric S. Raymond
1999-02-01
1
-10
/
+10
*
Progress messages now go to stdout.
Eric S. Raymond
1999-01-05
1
-10
/
+10
*
First step towards splitting error from progress messages.
Eric S. Raymond
1999-01-05
1
-10
/
+10
*
gcc -Wall cleanup.
Eric S. Raymond
1998-12-15
1
-1
/
+1
*
Fix a garbage return.
Eric S. Raymond
1998-11-26
1
-0
/
+2
*
Added LMTP support.
Eric S. Raymond
1998-11-07
1
-11
/
+26
*
Jonathan T. Agnew's massive code cleanup.
Eric S. Raymond
1998-10-26
1
-6
/
+6
*
More verbosity fixes.
Eric S. Raymond
1998-10-17
1
-10
/
+10
*
Introduced O_DEBUG.
Eric S. Raymond
1998-10-17
1
-10
/
+10
*
Don't <-enclose MAIL FROM name if it already contains one.
Eric S. Raymond
1998-05-25
1
-11
/
+14
*
Typo fix.
Eric S. Raymond
1998-02-22
1
-1
/
+1
*
Copyright cleanup.
Eric S. Raymond
1997-06-13
1
-2
/
+1
*
-Wall cleanup.
Eric S. Raymond
1997-05-15
1
-2
/
+0
*
Change type of socket descriptors from FILE * to int. Change SockGets
Eric S. Raymond
1997-05-13
1
-31
/
+28
*
Added RFC1985 ETRN support.
Eric S. Raymond
1997-02-10
1
-0
/
+1
*
ESMTP SIZE option support.
Eric S. Raymond
1997-01-22
1
-25
/
+36
*
Support for EHLO and 8BITMIME extension.
Eric S. Raymond
1997-01-22
1
-3
/
+57
[next]