]> code.citadel.org Git - citadel.git/blobdiff - citadel/techdoc/hack.txt
serv_extnotify now uses field '2' instead of field 'W' within the server; resolve...
[citadel.git] / citadel / techdoc / hack.txt
index 769e563bdbc47359d11e424db845bb6c313b66f9..20e45a5498d4e12bb68509c80ef20117f1e6104a 100644 (file)
@@ -274,15 +274,16 @@ S       Special field   Only meaningful for messages being spooled over a
                        -> "S" followed by "CANCEL" means that this message
                           should be deleted from the local message base once
                           it has been replicated to all network systems.
-T      date/Time       A 32-bit integer containing the date and time of
-                        the message in standard UNIX format (the number
-                        of seconds since January 1, 1970 GMT).
+T      date/Time       Unix timestamp containing the creation date/time of
+                       the message.
 U       sUbject         Optional.  Developers may choose whether they wish to
                         generate or display subject fields.
 V      enVelope-to     The recipient specified in incoming SMTP messages.
 W      Wefewences      Previous message ID's for conversation threading.  When
                        converting from RFC822 we use References: if present, or
                        In-Reply-To: otherwise.
+                       (Who in extnotify spool messages which don't need to know
+                       other message ids)
 Y      carbon copY     Optional, and only in Mail messages.
 0      Error           This field is typically never found in a message on
                        disk or in transit.  Message scanning modules are
@@ -291,6 +292,7 @@ Y   carbon copY     Optional, and only in Mail messages.
                        message looks like spam, etc.)
 1      suppress index  The presence of this field indicates that the message is
                        disqualified from being added to the full text index.
+2      extnotify       Used internally by the serv_extnotify module.
   
                        EXAMPLE