* Finished the inbound side of gateway domain service
[citadel.git] / citadel / serv_smtp.c
2000-03-03 Art Cancro* Finished the inbound side of gateway domain service
2000-03-03 Art Cancro* Stuff
2000-02-29 Art Cancro* IGnet delivery is broken
2000-02-28 Art Cancro* IGnet stuff
2000-02-26 Art Cancro* Properly handle all aliases specified in network...
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-02-24 Art Cancro* Implemented holdoff time (15 minutes) for SMTP send...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-18 Art Cancro* Coded up the "bounce" functions. Still a coupla...
2000-02-17 Art Cancro* Tried to fix breakage with MS Outlook
2000-02-17 Art Cancro* Got the "MAIL From:" command sending the correct...
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-02-02 Art Cancro* serv_inetcfg: added
2000-01-26 Art Cancro* Changed '3' delivery code to '4' to make it more...
2000-01-26 Art Cancro* SMTP delivery is working but still *very* rough.
2000-01-25 Art Cancro* Wrote enough of the SMTP sender to get Patriot drooli...
2000-01-24 Art Cancro* Stuff
2000-01-23 Art Cancro* Coded up some more of the SMTP-sender (still not...
2000-01-22 Art Cancro* Added some more functionality to the string tokenizer
2000-01-21 Art Cancro* Clarified the delivery list format and shuffled some...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
2000-01-11 Art Cancro* Terminate SMTP responses with <CRLF> instead of <LF>
2000-01-09 Art Cancro* Bug fixes
2000-01-08 Art Cancro* Completed spool to outbound delivery queue (still...
2000-01-08 Art Cancro* Reworked some of the data structures to handle multip...
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-30 Art Cancro* Got initial SMTP delivery working in a very specific...
1999-12-24 Art Cancro* fixed some of the rfc822 parser
1999-12-23 Art Cancro* "Finished" initial hack of RFC822 import
1999-12-22 Art Cancro* Fun stuff with addressing and trying to save messages...
1999-12-22 Art Cancro* Got some more parsing in there
1999-12-17 Art Cancro* More header parsing stuff. Still needs work.
1999-12-14 Art Cancro* More SMTP implementation
1999-12-12 Art Cancro* Began RCPT command
1999-12-11 Art Cancro* Implemented most of MAIL FROM:
1999-12-11 Art Cancro* Added RSET command
1999-12-10 Art Cancro* internet_addressing.c: added. (Internet address...
1999-12-10 Art Cancro* Fixed some SMTP bugs
1999-12-10 Art Cancro* serv_smtp: implemented RFC821 "VRFY" and "EXPN" commands
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.