Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtEXPIRESupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports EXPIRE extension

Declaration

[C#]
    bool ExtEXPIRESupported;

[VB.NET]
    Property ExtEXPIRESupported As Boolean

[Pascal]
    property ExtEXPIRESupported : boolean;

[C++]
    bool get_ExtEXPIRESupported();

[PHP]
    bool get_ExtEXPIRESupported()

[Java]
    boolean getExtEXPIRESupported();

Description

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

    From RFC 2449 (Section 6.7, excerpt):

"While POP3 allows clients to leave messages on the server, RFC 1939 [POP3] warns about the problems that may arise from this, and allows servers to delete messages based on site policy. The EXPIRE capability avoids the problems mentioned in RFC 1939, by allowing the server to inform the client as to the policy in effect. The argument to the EXPIRE capability indicates the minimum server retention period, in days, for messages on the server. "
For more information see RFC 2449, Section 6.7.

See also:     AutoCAPA     ExtExpireUserChangeable     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum