]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Various changes to begin work on support for MIME messages
[citadel.git] / citadel / ChangeLog
index a4e4cf7be68ffbda95428bf6078b8d805c4d02db..2712474274e481317013e0e5aa5aaf495e21b063 100644 (file)
@@ -1,3 +1,15 @@
+Tue Jan 12 22:30:00 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Various changes to begin work on support for MIME messages
+               - Defined format type 4 for MIME
+               - msgbase.c: *temporary* hacks in output_message() for Type 4
+               - citmail.c: added more robust header parsing, and support
+                            for Type 4.  Also eliminated the crappy built-in
+                            SMTP server.
+               - Updated some of the technical documentation
+
+Sun Jan 10 13:34:36 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Fixed access to page log room
+
 Fri Jan  8 12:35:09 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * control.c: include <limits.h> to fix PATH_MAX undefined
        * serv_chat.c: made the following changes to cmd_sexp() --