Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtLOGIN_DELAYSupported

TElPOP3Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Shows whether the POP3 server supports "LOGIN-DELAY" extension

Declaration

[C#]
    bool ExtLOGIN_DELAYSupported;

[VB.NET]
    Property ExtLOGIN_DELAYSupported As Boolean

[Pascal]
    property ExtLOGIN_DELAYSupported : boolean;

[C++]
    bool get_ExtLOGIN_DELAYSupported();

[PHP]
    bool get_ExtLOGIN_DELAYSupported()

[Java]
    boolean getExtLOGIN_DELAYSupported();

Description

    Shows whether the POP3 server supports "LOGIN-DELAY" extension. The value of the property is valid only after CAPA command has been sent either automatically or from code (see AutoCAPA property description).

    The LOGIN-DELAY capability includes an integer argument which indicates the number of seconds after an "+OK" response to a PASS, APOP, or AUTH command before another authentication will be accepted. For more information see RFC 2449, Section 6.5.

See also:     AutoCAPA     ExtLoginDelay     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum