# File lib/net/imap.rb, line 631 def expunge synchronize do send_command("EXPUNGE") return @responses.delete("EXPUNGE") end end