subscribeMailbox method
Subscribes the specified mailbox.
The mailbox is listed in future LSUB commands,
compare listSubscribedMailboxes.
box the mailbox that is subscribed
Implementation
Future<Mailbox> subscribeMailbox(Mailbox box) =>
_sendMailboxCommand('SUBSCRIBE', box);