$list_escape
$list_escape : string
Escapes mailbox for use in LIST command (UTF-8).
An object that provides a way to switch between UTF7-IMAP and human-readable representations of a mailbox name.
get(string $mbox, boolean $utf7imap = false) : \Horde_Imap_Client_Mailbox
Shortcut to obtaining mailbox object.
string | $mbox | The mailbox name. |
boolean | $utf7imap | Is mailbox UTF7-IMAP encoded? Otherwise, mailbox is assumed to be UTF-8. |
A mailbox object.