]> Pileus Git - ~andy/fetchmail/history - smtp.c
First cut at ODMR support.
[~andy/fetchmail] / smtp.c
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