Vilma_MailboxDriver::deleteMailbox PHP Метод

deleteMailbox() абстрактный публичный Метод

Deletes an existing mailbox.
abstract public deleteMailbox ( string $user, string $domain )
$user string The name of the mailbox to delete.
$domain string The name of the domain in which to delete the mailbox.
    public abstract function deleteMailbox($user, $domain);