Indy 9
TIdPOP3ServerState
See Also, Unit: IdPOP3Server
Represents valid POP3 states for a client connection.
TIdPOP3ServerState = (Auth, Trans, Update);
Unit
IdPOP3Server
Description
TIdPOP3ServerState is an enumerated type that represents valid values for the state of a connection to the POP3 Server. A POP3 session progresses through a number of states during its lifetime.

Auth indicates the POP3 server state for a new client connection that has not been authenticated. Auth is the initial state value for a POP3 connection after the POP3 server has sent a greeting. In this state, the client must identify itself to the POP3 server using a supported authentication method.

Trans indicates that the client connection has been authenticated, and can request actions on the POP3 server that affect the mail account.

Update indicates that the client connection has issued a POP3 QUIT command, and is in the process of updating server resources acquired during the POPStateTransaction state. The POP3 server will normally issue the a GOODBYE message when POPStateUpdate has completed successfully, and close the client connection.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.