Internet Direct (Indy) Version 9.0.1 Beta
TIdPOP3Server.State
Indicates the state for an executing the POP3 client session.

property State: TIdPOP3ServerState;
Description
State is a TIdPOP3ServerState property that represents the state of a client connection to the POP3 server. State is used when CommandHandlersEnabled contains True, and the threaded client connection is executed.

The POP3 client thread progresses through a number of states during its execution lifetime. POPStateName indicates that the client connection has not been authenticated. POPStateName is also the initial state value for the thread client connection. State will be updated when the client thread has identified itself to the POP3 server using a supported authentication method, and when POP3 commands are issued to induce a POPStateTransaction or POPStateUpdate session state.