* serv_smtp.c: instead of doubling delivery retry times unbounded, set a
[citadel.git] / citadel / serv_smtp.c
2001-09-16 Art Cancro* serv_smtp.c: instead of doubling delivery retry times...
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-05-18 Art Cancro* Fixed bug in mime_parser.c that caused parts to be...
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-10-17 Art Cancro* IMAP date strings. More stupidity.
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-07-22 Art Cancro* fix?
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-22 Art Cancro* more IMAP
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-05-15 Art Cancro* Double the retry interval for SMTP deliveries after...
2000-05-11 Art Cancro* serv_smtp.c: clear the relevant state buffers after...
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-19 Art Cancro* SMTP hacks to deal with AOL braindamage
2000-03-18 Art Cancro* Support multiline responses from SMTP servers when...
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-07 Art Cancro* socket stuff
2000-03-05 Art Cancro* couple of minor security fixes
2000-03-04 Art Cancro* swapped the bounce messages
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.