Horde_Imap_Client_Base::_expunge PHP Method

_expunge() abstract protected method

Expunge all deleted messages from the given mailbox.
abstract protected _expunge ( array $options ) : Horde_Imap_Client_Ids
$options array Additional options.
return Horde_Imap_Client_Ids If 'list' option is true, returns the list of expunged messages.
    protected abstract function _expunge($options);