PHP Class Horde_Imap_Client_Socket_Connection_Pop3, horde

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.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Imap_Client_Socket_Connection_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_protocol

Public Methods

Method Description
read ( integer $size = null ) : string Read data from incoming POP3 stream.
write ( string $data, boolean $debug = true ) Writes data to the POP3 output stream.

Method Details

read() public method

Read data from incoming POP3 stream.
public read ( integer $size = null ) : string
$size integer UNUSED: The number of bytes to read from the socket.
return string Line of data.

write() public method

Writes data to the POP3 output stream.
public write ( string $data, boolean $debug = true )
$data string String data.
$debug boolean Output line to debug?

Property Details

$_protocol protected_oe property

protected $_protocol