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

TIdPOP3PASSCommandEvent = procedure (AThread :TIdPeerThread; APassword :String) of object;
Description
TIdPOP3PASSCommandEvent is an event type triggered when a POP3 server receives the POP3 PASS command from the client connection in AThread. APassword is the password received from the client to be used for authentication.