]> code.citadel.org Git - citadel.git/blobdiff - citadel/techdoc/protocol.txt
* Bumped internal version number to 5.66
[citadel.git] / citadel / techdoc / protocol.txt
index 85e6de4dc6479bc5856d8c3094891914e397a449..fac6a6bbe8f65926c1134ee1ce55edf7eb31278b 100644 (file)
@@ -2183,6 +2183,17 @@ asynchronous messages as they arrive, before doing anything else.
 
 
 
+ AUTO   (AUTOcompletion of email addresses)
+ The AUTO command is used by clients which want to request a list of email
+recipients whose names or email addresses match a partial string supplied by
+the client.  This string is the only parameter passed to this command.  The
+command will return ERROR if no user is logged in or if no address book could
+be found; otherwise, it returns LISTING_FOLLOWS followed by zero or more
+candidate recipients.
+
+
+
  SRCH   (SeaRCH the message base)
  
  This command's implementation is incomplete and will be documented when it