Internet Direct (Indy) Version 9.0.2 Beta
TIdIMAP4ConnectionState
Identifies the connection state, and subsequent valid commands, for an IMAP4 client.

TIdIMAP4ConnectionState = (csAny, csNonAuthenticated, csAuthenticated, csSelected);
Description
TIdIMAP4ConnectionState is an enumerated type that represents the connection state for the IMAP4 client. TIdIMAP4ConnectionState values are used to determine when IMAP4 commands are valid and permitted for the client connection. TIdIMAP4ConnectionState can contain the following values:

csAny permits the commands cmdCAPABILITY, cmdNOOP, and cmdLOGOUT.

csNonAuthenticated permits commands from the csAny connection state, as well as the commands cmdAUTHENTICATE and cmdLOGOUT.

csAuthenticated permits commands from the csNonAuthenticated connection state, as well as the commands cmdSELECT, cmdEXAMINE, cmdCREATE, cmdDELETE, cmdRENAME, cmdSUBSCRIBE, cmdUNSUBSCRIBE, cmdLIST, cmdLSUB, cmdSTATUS, and cmdAPPEND.

csSelected permits commands from the csAuthenticated connection state, as well as the commands cmdCHECK, cmdCLOSE, cmdEXPUNGE, cmdSEARCH, cmdFETCH, cmdSTORE, cmdCOPY, cmdUID, and the experimental/expansion commmands represented by cmdXCmd.