* msgbase.c: began laying the groundwork to support attachments.
[citadel.git] / citadel / techdoc / session.txt
index 1c5d4f350ae2f6311ad6c8fc8936088dc279a154..4abd9d53f9ec858d897107c0571c0dff0b98e184 100644 (file)
@@ -664,7 +664,7 @@ the error) without reading in a message.  Client software should, in fact,
 perform this operation at the beginning of an "enter message" command
 *before* starting up its editor, so the user does not end up typing a message
 in vain that will not be permitted to be saved.  If it is set to 2, the
-server will accept an "apparant" post name if the user is privileged enough. 
+server will accept an "apparent" post name if the user is privileged enough. 
 This post name is arg 4.
   1  -  Recipient.  This argument is utilized only for private mail messages.
 It is ignored for public messages.  It contains, of course, the name of the
@@ -676,6 +676,8 @@ message as anonymous, otherwise 0 for a normal message.
 typically be 0; see the MSG0 command above).
   4  -  Post name.  When postflag is 2, this is the name you are posting as.
 This is an Aide only command.
+  5  -  Separator string to be used when there are MIME attachments following
+the normal message text.
 
  Possible result codes:
   OK  -  The request is valid.  (Client did not set the "post" flag, so the