# File lib/net/imap.rb, line 406 def examine(mailbox) synchronize do @responses.clear send_command("EXAMINE", mailbox) end end