Removes the specified mailbox
box the mailbox to be deleted
box
Future<Mailbox> deleteMailbox(Mailbox box) { return _sendMailboxCommand('DELETE', box); }