Various changes to appimage. Removed some old docs.
[citadel.git] / citadel / citmail.c
2021-03-30 Art CancroVarious changes to appimage. Removed some old docs.
2021-03-03 Art Cancromoved utils directory files into the root
2009-10-24 Dave WestMoved some files around into sub dirs to clean up the...
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-01-08 Art Cancro* Applied patch submitted by 'uplink' to ignore spuriou...
2008-05-16 Art CancroPrefix 'citmail:' to all error messages generated by...
2008-01-17 Art CancroThe encoding and decoding tables for Base64 are
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-10 Wilfried Göesgens* if -D added, citserver will print out the Directories.
2007-10-06 Wilfried Göesgens* as we now spend allmost all of our time on en/decodin...
2007-09-30 Art Cancrocitmail now produces more verbose errors
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-05-28 Art Cancrocitmail: completed the '-t' option (extract recipients
2007-05-28 Art CancroBegan implementation of sendmail -t option (not finished)
2007-05-28 Art CancroMinor cleanups to citmail. Added a command-line '...
2007-04-26 Wilfried Göesgens* don't use the config to get the hostname anymore...
2006-01-16 Wilfried Göesgenscentralized filename calculation
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-04-13 Art Cancro* citmail.c: changes to citmail to make it usable as...
2005-04-13 Art Cancro* Reverted database changes because the cull_logs funct...
2004-02-20 Art Cancro* Removed our customized tmpnam() and tmpfile() because...
2003-09-08 Art Cancro* The unix domain socket used for citmail to talk to...
2003-04-26 Art Cancro* Anytime a socket connect() fails, CLOSE THE SOCKET...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2000-12-30 Art Cancro* more buffer size stuff
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-08 Art Cancro* citmail reads citadel.config
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* Add Unix domain socket support to citmail.c
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-13 Art Cancro* Removed our naive 'conv_date()' RFC822-to-unixtime...
1999-07-19 Art Cancrooops
1999-07-18 Art CancroFixed message id stuff
1999-06-28 Art Cancro * Changed any remaining references to UUCP, to "Intern...
1999-04-13 Nathan Bryantfixed time_t handling (have to cast it to long for...
1999-03-23 Art CancroARRGH
1999-01-14 Art CancroChanges to support MIME
1999-01-13 Art Cancro * Various changes to begin work on support...
1998-12-27 Art Cancronetproc now uses syslog
1998-12-19 Art Cancro * Added "-i" flag to netproc to make it skip...
1998-11-11 Art Cancro * citserver.c, msgbase.c, user_ops.c: hide...
1998-11-10 Nathan Bryant*** empty log message ***
1998-11-05 Nathan Bryantdeleted revisions 1.11-1.12, added RCS Id keyword
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-28 Nathan Bryant * configure.in, acconfig.h: new files; partiall...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-17 Art Cancro * Updated citmail.c with the latest stuff from...
1998-08-05 Art CancroChanges required in order to handle the new translation...
1998-08-04 Art CancroAltered the translation of incoming Internet e-mail...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-12 Art Cancro Now, citmail.c doesn't attempt to read the userlog...
1998-07-11 Art CancroInitial revision