* @category Horde * @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Sentmail_Null extends IMP_Sentmail { /** */ protected function _log($action, $message_id, $recipient, $success) { } /** */ public function favouriteRecipients($limit, $filter = null) { return array(); } /** */ public function numberOfRecipients($hours, $user = false) { return 0; } /** */ protected function _deleteOldEntries($before) { } }