]> Pileus Git - ~andy/fetchmail/history - smtp.c
Credit John Beck's fixes.
[~andy/fetchmail] / smtp.c
2011-05-26 Matthias AndreeRevert SO_???TIMEO-based STARTTLS timeout handling.
2011-05-22 Matthias AndreeFix socket timeout handling.
2011-05-03 Sunil ShetyeCall strlen() only once when removing CRLF from a line
2010-03-18 Matthias AndreeFix MD5 compile on Solaris.
2010-03-18 Matthias AndreeFurther type fixes.
2009-10-28 Matthias AndreeRegression fix for multiline SMTP bugfix. Reported...
2009-08-20 Matthias AndreeFix SMTP_ok to cache multiline reponses...
2009-05-25 Matthias AndreeEnforce minimum recommended SMTP timeouts, apply to...
2009-05-04 Matthias AndreeFix format string bugs.
2005-12-20 Matthias Andree* SMTP/LMTP cleanup to fix these two bugs:
2005-08-02 Matthias AndreeFix prototype, to avoid compiler warnings with --disabl...
2005-04-24 Matthias AndreeFix debug mode string from SMTP to support LMTP as...
2004-11-10 Matthias AndreeClean up the horrible HAVE_[V]SNPRINTF mess, use Trio...
2004-07-21 Rob FunkRemove space after "MAIL FROM:" (patch from Phil Endecott)
2003-08-06 Eric S. RaymondReady to ship.
2003-03-01 Eric S. RaymondGuard some buffers.
2002-12-13 Eric S. RaymondReady to ship 6-2-0.
2002-12-09 Eric S. RaymondSecurity fix release.
2002-10-31 Eric S. RaymondReady to ship stable.
2002-04-09 Eric S. RaymondVarious cleanup patches.
2002-03-15 Eric S. RaymondInternationalization fix.
2002-03-10 Eric S. RaymondExpose the ESMTP name and password options.
2002-03-09 Eric S. RaymondInitial version of ESMTP AUTH.
2001-06-24 Eric S. RaymondHMH's second cleanup patch.
2001-06-23 Eric S. Raymondstrncat/snprintf cleanup.
2001-02-07 Eric S. RaymondFirst cut at ODMR support.
1999-02-03 Eric S. RaymondSimplify error reporting further.
1999-02-01 Eric S. RaymondReturn of the dancing progress dots.
1999-01-05 Eric S. RaymondProgress messages now go to stdout.
1999-01-05 Eric S. RaymondFirst step towards splitting error from progress messages.
1998-12-15 Eric S. Raymondgcc -Wall cleanup.
1998-11-26 Eric S. RaymondFix a garbage return.
1998-11-07 Eric S. RaymondAdded LMTP support.
1998-10-26 Eric S. RaymondJonathan T. Agnew's massive code cleanup.
1998-10-17 Eric S. RaymondMore verbosity fixes.
1998-10-17 Eric S. RaymondIntroduced O_DEBUG.
1998-05-25 Eric S. RaymondDon't <-enclose MAIL FROM name if it already contains...
1998-02-22 Eric S. RaymondTypo fix.
1997-06-13 Eric S. RaymondCopyright cleanup.
1997-05-15 Eric S. Raymond-Wall cleanup.
1997-05-13 Eric S. RaymondChange type of socket descriptors from FILE * to int...
1997-02-10 Eric S. RaymondAdded RFC1985 ETRN support.
1997-01-22 Eric S. RaymondESMTP SIZE option support.
1997-01-22 Eric S. RaymondSupport for EHLO and 8BITMIME extension.
1996-12-24 Eric S. RaymondDrop back to using SockGets/SockWrite.
1996-12-17 Eric S. RaymondRemove some inclusions no longer needed.
1996-12-17 Eric S. RaymondClean up some extra trailing LFs.
1996-12-17 Eric S. RaymondSockGets is gone.
1996-12-17 Eric S. RaymondEliminate SockWrite and SockPrintf.
1996-12-17 Eric S. RaymondMore through error conversion.
1996-12-17 Eric S. RaymondDon't use stderr here.
1996-12-05 Eric S. RaymondReady for Rachel.
1996-11-30 Eric S. RaymondTry to accomodate spam filtering
1996-11-16 Eric S. RaymondInclude Cameron McPherson's patch for handling multi...
1996-11-15 Eric S. RaymondMake error paths clearer.
1996-11-08 Eric S. RaymondDe-confuse SMTP response echoing.
1996-11-06 Eric S. RaymondBack out the attempt to use stdio.
1996-11-04 Eric S. RaymondEliminated socket.h.
1996-11-04 Eric S. RaymondSpecial socket I/O almost gone!
1996-11-04 Eric S. RaymondTrue internal buffering with stdio!
1996-11-01 Eric S. RaymondHeader cleanup.
1996-10-31 Eric S. RaymondSTEP 9: We can finally use SockGets here.
1996-10-31 Eric S. RaymondSTEP 5: SockPrintf() conversion.
1996-10-31 Eric S. RaymondSTEP 4: Make SMTP functions take file pointer arguments.
1996-10-30 Eric S. RaymondGet rid of an unnecessary function.
1996-10-23 Eric S. RaymondBe nore explicit.
1996-10-17 Eric S. RaymondRemove all those obnoxious block comments.
1996-09-24 Eric S. RaymondImproved RFC822 conformance in SMTP code.
1996-09-24 Eric S. RaymondThe great name change.
1996-09-12 Eric S. RaymondPrevent buffer overflow.
1996-09-12 Eric S. RaymondBetter debugging of SMTP stuff.
1996-09-12 Eric S. RaymondSMTP forwarding works.
1996-09-11 Eric S. RaymondSMTP forwarding complete; now to debug it.
1996-09-11 Eric S. RaymondMost of the way to SMTP forwarding.
1996-08-26 Eric S. RaymondInitial revision