]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* IMAP COPY
[citadel.git] / citadel / ChangeLog
index e78ade58888ee4a8215ada08195669e45500de9c..c5cc5e329cec6ba7dc37ea102a3d31a519d5d57e 100644 (file)
@@ -1,8 +1,107 @@
  $Log$
+ Revision 573.106  2001/03/05 04:59:31  ajc
+ * IMAP COPY
+
+ Revision 573.105  2001/03/04 23:49:41  ajc
+ * IMAP EXPUNGE responses -should- be correct now
+
+ Revision 573.94  2001/02/20 00:02:56  ajc
+ * IMAP: implemented the STATUS command (sort of).
+
+ Revision 573.93  2001/02/19 22:24:41  ajc
+ * IMAP server: added untagged, unsolicited server messages for newly arrived
+   messages, and messages expunged by another session.
+
+ Revision 573.92  2001/02/17 05:53:35  ajc
+ * Repaired the creation of page log rooms in the wrong namespace when the
+   recipient does not yet have his/her log room created.
+ * Rewrite "EXPI messages" to run in two passes: one to gather messages to
+   purge and the next to delete them.  Works better in transactionland.
+
+ Revision 573.91  2001/02/14 08:11:27  error
+ * citadel.rc: added $Id$ (it's about time!)
+
+ Revision 573.90  2001/02/14 04:23:54  ajc
+ * Fixed POP3 server responses ending in \n instead of \r\n as they should be.
+   This was causing some clients (such as Pine) to lock up.
+
+ Revision 573.89  2001/02/13 04:06:14  ajc
+ * Worked out the remaining bugs in IMAP FETCH for the BODYSTRUCTURE and
+   BODY[n] data items.  I think.  So much protocol crud, so little time...
+
+ Revision 573.88  2001/02/13 01:18:44  ajc
+ * imap fetch
+
+ Revision 573.87  2001/02/12 04:31:34  ajc
+ * sysdep.c ig_tcp_server() - use IPPROTO_TCP instead of getprotobyname()
+
+ Revision 573.86  2001/02/08 04:45:58  ajc
+ * Fixed namespace problems resulting from the automatic namespece prefixing
+   added to create_room().  Also added the ability to specify "create a mailbox
+   but I've already supplied the namespace prefix" for situations where the
+   namespace isn't that of the logged in user.
+ * Made the POP3 server response messages slightly less humorous
+
+ Revision 573.85  2001/02/06 04:44:12  ajc
+ * Added a floor listing (complete with \NoSelect flag) to LIST and LSUB
+
+ Revision 573.84  2001/02/06 02:09:38  ajc
+ * citadel.rc: changed the default for local_screen_dimensions to 1, since
+   Internet users now outnumber dialup users 100 to 0.
+ * room_ops.c: added a really_create option to create_room().  Also moved the
+   generation of personal namespace into that function.  MODULE OWNERS PLEASE
+   CHECK YOUR CALLS TO AVOID MULTIPLE NAMESPACING!!
+ * room_ops.c: fixed a bug in cgetfloor() that left bad pointers around
+ * serv_imap.c: finished the CREATE command (finally)
+
+ Revision 573.83  2001/02/05 05:20:22  ajc
+ * Made some changes to functions which translate between Citadel room names
+   and IMAP folder names.  They're still buggy.
+
+ Revision 573.82  2001/02/04 23:17:28  ajc
+ * Implemented the IMAP CREATE command
+
+ Revision 573.81  2001/02/04 02:40:07  ajc
+ * more imap.  imap sucks.  die crispin die.
+
+ Revision 573.80  2001/02/03 10:02:12  error
+ * serv_ical.c: Verify that objects posted to My Calendar> are of type
+   text/x-calendar or text/calendar; abort saving if not
+
+ Revision 573.79  2001/02/03 09:30:46  error
+ * serv_ical.c: now creates a My Calendar> personal room, sets attributes
+
+ Revision 573.78  2001/02/03 08:21:00  error
+ * serv_ical.c and serv_ical.h added; skeleton code for now
+
+ Revision 573.77  2001/02/02 20:18:18  ajc
+ * Changed the error message in cdb_delete() to actually *say* cdb_delete
+   instead of cdb_store.  Useful to know which function failed...
+
+ Revision 573.76  2001/02/01 04:08:03  ajc
+ * IMAP minor change to mailbox name output
+ * Increased size of buffer in lprintf()
+
+ Revision 573.75  2001/01/28 09:50:02  error
+ * sysdep.c: lprintf() now generates timestamps
+
+ Revision 573.74  2001/01/28 07:35:04  error
+  * serv_bio.c: RBIO now also returns stats about a user, see session.txt
+
+ Revision 573.73  2001/01/16 04:03:13  ajc
+ * yeesh ... more on the IMAP BODYSTRUCTURE
+
+ Revision 573.72  2001/01/16 01:51:12  ajc
+ * imap bodystructure
+
+ Revision 573.71  2001/01/16 00:46:40  ajc
+ * Changed the MIME parser API *again* because we now need the ability to
+   supply callback functions to be executed before and/or after parsing a
+   multipart.  (Need this for IMAP BODYSTRUCTURE output.  Crispin sucks.)
+
  Revision 573.70  2001/01/15 23:59:26  ajc
  * user_ops.c: reject NULL password in CtdlTryPassword() instead of crashing
 
-
  Revision 573.68  2001/01/15 20:34:04  ajc
  * "Path:" removed for now because it confuses brain-dead Microsoft shitware
    into thinking that mail messages are newsgroup messages instead.  When we
@@ -2331,3 +2430,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
+