* More addressing hacks
[citadel.git] / citadel / internet_addressing.c
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...