Internet Direct (Indy) Version 9.0.1 Beta
TIdPOP3USERCommandEvent
Represents the event type triggered for the POP3 USER command.

TIdPOP3USERCommandEvent = procedure (AThread :TIdPeerThread; AUserName :String) of object;
Description
TIdPOP3USERCommandEvent is an event type triggered when a POP3 server receives the POP3 USER command from the client connection in AThread. AUserName is the POP3 maibox or account name received from the client connection to be used for authentication.