# File lib/net/imap.rb, line 311 def capability synchronize do send_command("CAPABILITY") return @responses.delete("CAPABILITY")[-1] end end