use Result;
use Parser;
use ;
use crateImapClient;
/// Close the selected mailbox (CLOSE, RFC 3501).
///
/// Expunges \Deleted messages and returns to the authenticated state.
///
/// NOTE: requires a selected mailbox, so this only works within a
/// stateful IMAP session. See https://github.com/pimalaya/sirup
;