Indy 9
|
TIdMappedPop3 = class(TIdMappedTelnet)
property DefaultPort: integer;
The default value for DefaultPort is IdPORT_POP3 as assigned in Create.
property MappedPort: Integer;
The default value for MappedPort is IdPORT_POP3 as assigned in Create.
property UserHostDelimiter: String;
The default value for UserHostDelimiter is '#' (Decimal 35) as assigned in Create.
constructor Create(AOwner: TComponent); override;
Create initializes the Greeting used for client connections to the proxy to the numeric code 0 (zero) and text '+OK ' followed by the resource string RSPop3ProxyGreeting. ReplyUnknownCommand is initialized to contain the numeric code 0 (zero) and the text '-ERR ' followed by the resource string RSPop3UnknownCommand.
Create sets the default value for the UserHostDelimiter property to the character '#' (Decimal 35).