]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Added support for "Cc" and "Bcc" IMAP SEARCHes
[citadel.git] / citadel / ChangeLog
index 01d17996034734120c0bd2ddbae67de34b4d4e88..6b9ccf53fc73bc060d746d8f430cd0d6b6b0b40e 100644 (file)
@@ -1,4 +1,67 @@
  $Log$
+ Revision 612.14  2003/12/15 16:33:47  ajc
+ * Added support for "Cc" and "Bcc" IMAP SEARCHes
+ * Bumped the version number to 6.13
+
+ Revision 612.13  2003/12/11 04:21:23  ajc
+ * Removed a "FIXME this needs blah blah" comment because blah blah has
+   since been completed
+
+ Revision 612.12  2003/12/11 04:06:55  nbryant
+ configure.ac: add support for position-independent executables. can be disabled
+ with --disable-pie
+
+ Revision 612.11  2003/12/11 03:44:18  nbryant
+ domain.c: include <arpa/nameser_compat.h> if present
+ configure.ac: check for <arpa/nameser_compat.h>
+
+ Revision 612.10  2003/12/10 03:58:26  ajc
+ * Completed a more accurate implementation of the ENVELOPE fetch in IMAP.
+
+ Revision 612.9  2003/12/09 06:39:19  nbryant
+ did a minimal amount of ANSIfication without changing anything that would
+ affect the compiler output in any way. I was just trying to get enough warnings
+ enabled to be able to tell if there are any nested functions lurking about...
+
+ If we get rid of nested functions we can get some big security gains under
+ Fedora.
+
+ Revision 612.8  2003/12/09 05:12:49  ajc
+ * Don't give away anonymous poster information in IMAP or RFC822
+
+ Revision 612.7  2003/12/09 04:50:16  ajc
+ * Painstakingly combed through IMAP headers and responses for two hours in
+   an attempt to figure out why the horrendous pile of crap called Microsoft
+   Outlook counts the correct number of messages but wasn't displaying any
+   of them.  Eventually determined that it was ONE EXTRA SPACE after the
+   closing paren of the ENVELOPE output that caused Outlook to totally ignore
+   all the messages.  This only reinforces my belief that anything designed
+   in the state of Washington is utter and complete CRAP.
+ * Corrected the above glitch.  Outbreak works properly now.
+
+ Revision 612.6  2003/12/09 03:56:29  ajc
+ * user_ops.c: missing string declaration or something?
+
+ Revision 612.5  2003/12/08 17:41:01  ajc
+ * serv_smtp.c: validated and documented compliance with a big pile of RFC's
+   which are in one way or another related to SMTP.
+
+ Revision 612.4  2003/12/07 19:59:13  error
+ * Minor enhancements to a few of the trace file entries
+
+ Revision 612.3  2003/12/07 19:57:48  error
+ * Added some useless comments to some of the techdocs/ files
+
+ Revision 612.2  2003/12/07 19:56:24  error
+ * CREU command now allows specification of an initial password
+
+ Revision 612.1  2003/12/04 04:20:08  ajc
+ * Incoming RFC822 messages get the To: field translated directly to
+   a Citadel <R> field.
+
+ Revision 612.0  2003/12/01 04:11:48  ajc
+ * THIS IS 6.12
+
  Revision 611.10  2003/11/30 03:43:34  ajc
  * Support IMAP \Answered flag
 
@@ -5095,3 +5158,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
+