\Horde_Imap_Client_Interaction_Server

An object representing an IMAP server command interaction (RFC 3501 [2.2.2]).

Summary

Methods
Properties
Constants
create()
__construct()
__toString()
$responseCode
$status
$token
BAD
BYE
NO
OK
PREAUTH
No protected methods found
$_checkStatus
N/A
No private methods found
No private properties found
N/A

Constants

BAD

BAD

Response codes (RFC 3501 [7.1]).

BYE

BYE

NO

NO

OK

OK

PREAUTH

PREAUTH

Properties

$responseCode

$responseCode : object

Response code (RFC 3501 [7.1]). Properties: - code: (string) Response code.

  • data: (array) Data associated with response.

Type

object

$status

$status : string

Status response from the server.

Type

string

$_checkStatus

$_checkStatus : boolean

Check for status response?

Type

boolean

Methods

__construct()

__construct(\Horde_Imap_Client_Tokenize  $token) 

Constructor.

Parameters

\Horde_Imap_Client_Tokenize $token

Tokenized data returned from the server.

__toString()

__toString()