Property | Type | Description | |
---|---|---|---|
$client_debug | boolean | If false, does not outpt the current line of client output to debug. |
Property | Type | Description | |
---|---|---|---|
$_buffer | string | Sending buffer. |
Method | Description | |
---|---|---|
read ( integer $size = null ) : Horde_Imap_Client_Tokenize | Read data from incoming IMAP stream. | |
write ( string $data, boolean $eol = false ) | Writes data to the IMAP output stream. | |
writeLiteral ( mixed $data, integer $length, boolean $binary = false ) | Writes literal data to the IMAP output stream. |
public bool $client_debug | ||
return | boolean |