Converted two more .c files to new logging standard
[citadel.git] / citadel / internet_addressing.c
2001-04-14 Art Cancro* Fixed an unterminated string bug in IMAP APPEND....
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-25 Art Cancro* Added an API function to extract and unfold specific...
2000-03-20 Art Cancro* "Brown paper bag" fix for SMTP bug (incoming long...
2000-03-18 Art Cancro* 5.70b1
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-05 Art Cancro* couple of minor security fixes
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-26 Art Cancro* Properly handle all aliases specified in network...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-16 Art Cancro* More addressing hacks
2000-02-10 Art Cancro* When parsing incoming Date fields, replace with the...
2000-02-09 Art Cancro* Miscellaneous tweaks to SMTP and POP processing....
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-02-03 Art Cancro* Formalized the 'Internet Configuration' logistics...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
2000-01-13 Art Cancro* techdoc/delivery-list.txt: added (syntax for delivery...
2000-01-09 Art Cancro* Bug fixes
2000-01-08 Art Cancro* Fixed a bug
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-26 Art Cancro* serv_vcard: don't run hooks when not logged in (such...
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* Fixed up the "Date:" headers to be RFC822-compliant
1999-12-22 Art Cancro* Got some more parsing in there
1999-12-20 Art Cancro* More address parsing logic
1999-12-17 Art Cancro* More header parsing stuff. Still needs work.
1999-12-17 Art Cancro* added some rfc822 stuffs
1999-12-14 Art Cancro* More SMTP implementation
1999-12-11 Art Cancro* Implemented most of MAIL FROM:
1999-12-10 Art Cancro* internet_addressing.c: added. (Internet address...