Vilma_MailboxDriver::deleteMailbox PHP Method

deleteMailbox() abstract public method

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);