= private = protected
noop()
Sends a NOOP command to the server. It does nothing.
# File lib/net/imap.rb, line 321 def noop send_command("NOOP") end