= private = protected
logout()
Sends a LOGOUT command to inform the server that the client is done with the connection.
# File lib/net/imap.rb, line 373 def logout send_command("LOGOUT") end