Horde_Imap_Client_Base::_vanished PHP Method

_vanished() abstract protected method

Get the list of vanished messages.
abstract protected _vanished ( integer $modseq, Horde_Imap_Client_Ids $ids ) : Horde_Imap_Client_Ids
$modseq integer Mod-sequence value.
$ids Horde_Imap_Client_Ids UIDs.
return Horde_Imap_Client_Ids List of UIDs that have vanished.
    protected abstract function _vanished($modseq, Horde_Imap_Client_Ids $ids);