\Horde_Imap_Client_Socket_Catenate

Methods for the Socket driver used for a CATENATE command.

NOTE: This class is NOT intended to be accessed outside of a Base object. There is NO guarantees that the API of this class will not change across versions.

Summary

Methods
Properties
Constants
__construct()
fetchFromUrl()
No public properties found
No constants found
No protected methods found
$_socket
N/A
No private methods found
No private properties found
N/A

Properties

Methods

__construct()

__construct(\Horde_Imap_Client_Socket  $socket) 

Constructor.

Parameters

\Horde_Imap_Client_Socket $socket

Socket object.

fetchFromUrl()

fetchFromUrl(\Horde_Imap_Client_Url_Imap  $url) : resource

Given an IMAP URL, fetches the corresponding part.

Parameters

\Horde_Imap_Client_Url_Imap $url

An IMAP URL.

Throws

\Horde_Imap_Client_Exception

Returns

resource —

The section contents in a stream. Returns null if the part could not be found.