__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.