Internet Direct (Indy) Version 9.0.2 Beta
IMAPCommands
Represents valid IMAP4 commands.

IMAPCommands: Array [1..25] Of String  = ( 'CAPABILITY', 'NOOP', 'LOGOUT', 'AUTHENTICATE', 'LOGIN', 'SELECT', 'EXAMINE', 'CREATE', 'DELETE', 'RENAME', 'SUBSCRIBE', 'UNSUBSCRIBE', 'LIST', 'LSUB', 'STATUS', 'APPEND', 'CHECK', 'CLOSE', 'EXPUNGE', 'SEARCH', 'FETCH', 'STORE', 'COPY', 'UID', 'X');
Description
IMAPCommands is a constant value that contains an Array of Strings representing the IMAP4 command set. IMAPCommands is used when the IMAP4 Server executes a client connection thread to determine if the command text from the client connection is a valid IMAP4 command.