]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_metadata.c
Laid some of the groundwork for a partial
[citadel.git] / citadel / imap_metadata.c
index f767d413dcfd619abcaf9f01bc93cfcfa73320ef..c9927aa26f0e5ba047bf508e60da00ea1b3c8f49 100644 (file)
@@ -1,7 +1,10 @@
 /*
  * $Id:  $
  *
- * IMAP METADATA extension (yet another ugly disaster)
+ * IMAP METADATA extension
+ *
+ * This is a partial implementation of draft-daboo-imap-annotatemore-11
+ * intended to help a specific connector product work with Citadel.
  *
  */
 
@@ -55,8 +58,8 @@
 
 /*
  * Implements the GETMETADATA command.
- (
( This is currently a stub which returns no data, because we are not yet
+ *
* This is currently a stub which returns no data, because we are not yet
  * using any server annotations.
  */
 void imap_getmetadata(int num_parms, char *parms[]) {