Indy 9
|
TIdPOP3ServerMessageNumberEvent = procedure (ASender: TIdCommand; AMessageNum :Integer) of object;
POP3 commands that trigger a TIdPOP3ServerMessageNumberEvent event are only valid when the TIdPOP3ServerState is Tran. In some situations, AMessageNum is an optional POP3 command parameter, and can contain -1 when a value isn't specified by the client connection. Some functions require this capability. For example, the LIST command can operate either by a certain message number or a with no arguments. See RFC1939 for details.