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