* Got some more parsing in there
[citadel.git] / citadel / serv_smtp.c
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.