method
atom_token?
atom_token?(token)
private
Hide source
# File lib/net/imap.rb, line 3325 def atom_token?(token) return ATOM_TOKENS.include?(token.symbol) end