Unsubscribes the specified mailbox.
box the mailbox that is unsubscribed
box
Future<Mailbox> unsubscribeMailbox(Mailbox box) { return _sendMailboxCommand('UNSUBSCRIBE', box); }