$client_debug
$client_debug : boolean
If false, does not outpt the current line of client output to debug.
PHP stream connection to the IMAP server.
NOTE: This class is NOT intended to be accessed outside of the package. There is NO guarantees that the API of this class will not change across versions.
writeLiteral(mixed $data, integer $length, boolean $binary = false)
Writes literal data to the IMAP output stream.
mixed | $data | Either a stream resource, or Horde_Stream object. |
integer | $length | The literal length. |
boolean | $binary | If true, this is binary data. |
read(integer $size = null) : \Horde_Imap_Client_Tokenize
Read data from incoming IMAP stream.
integer | $size | UNUSED: The number of bytes to read from the socket. |
The tokenized data.