Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.Idle

TElIMAPClient     See also     


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


Sends IDLE command to the server.

Declaration

[C#]
    void Idle();

[VB.NET]
    Sub Idle()

[Pascal]
    procedure Idle;

[C++]
    void Idle();

[PHP]
    void Idle()

[Java]
    void idle();

Description

    Use this method to initialize the idle mode. The IDLE command was introduced in [RFC 2177]. It tells the server that the client is ready to accept the unsolicited real-time updates.

See also:     IdleDone     IdleActive     IdleAuto     IdleSupported     IdleTimeout     OnIdle    

Discuss this help topic in SecureBlackbox Forum