__construct() __construct(mixed $data, array $opts = array()) Constructor. Parameters mixed $data Data. array $opts Additional options: eol: (boolean) If true, normalize EOLs in input. @since 2.2.0 skipscan: (boolean) If true, don't scan input for binary/literal/quoted data. @since 2.2.0 Throws \Horde_Imap_Client_Data_Format_Exception
__toString() __toString() : string Returns the string value of the raw data. Returns string — String value.
escape() escape() : string Returns the data formatted for output to the IMAP server. Returns string — IMAP escaped string.
escapeStream() escapeStream() : resource Return the escaped string as a stream. Returns resource — The IMAP escaped stream.
quoted() quoted() : boolean Does this data item require quoted string output? Returns boolean — True if quoted output is required.
literal() literal() : boolean Does this data item require literal string output? Returns boolean — True if literal output is required.
binary() binary() : boolean If literal output, is the data binary? Returns boolean — True if the literal output is binary.
getStream() getStream() : \Horde_Stream Return the contents of the string as a stream object. Returns \Horde_Stream — The stream object.
_filterParams() _filterParams() : object Return the base string filter parameters. Returns object — Filter parameters.