= private = protected
close()
Sends a CLOSE command to close the currently selected mailbox. The CLOSE command permanently removes from the mailbox all messages that have the Deleted flag set.
# File lib/net/imap.rb, line 720 def close send_command("CLOSE") end