Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdPOP3PASSCommandEvent
See Also
,
Unit: IdPOP3Server
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.