Indy 9
|
TIdPOP3ServerState = (Auth, Trans, Update);
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.