]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Augmented the "headers only" functionality of the message reading API (as
[citadel.git] / citadel / ChangeLog
index 7639848958428540f4194f5ccc2cc8579acfe62e..9b625a96c75b42997ed3e701d559eba62a853b0f 100644 (file)
@@ -1,4 +1,15 @@
  $Log$
+ Revision 591.74  2002/07/28 20:33:13  ajc
+ * Augmented the "headers only" functionality of the message reading API (as
+   well as the options of the server commands which expose it) to allow
+   headers+body, headers only, or body only.
+ * Adjusted message output of IMAP command FETCH BODY[1] when message is in
+   legacy Citadel format.  This fixes a bug exposed by SquirrelMail.
+
+ Revision 591.73  2002/07/23 04:00:06  ajc
+ * Completed the MSGP and MSG4 commands to set the client's preferred MIME
+   content types, and fetch messages with MIME content types.
+
  Revision 591.72  2002/07/21 22:29:46  ajc
  * Added in some infrastructure to switch the client's message reading from
    conventional MSG0 to a MIME-download type thing, like WebCit does.