method
rfc822_text
rfc822_text()
private
Hide source
# File lib/net/imap.rb, line 2154 def rfc822_text token = match(T_ATOM) name = token.value.upcase match(T_SPACE) return name, nstring end