method
rfc822_text
v1_9_3_392 -
Show latest stable
- Class:
Net::IMAP::ResponseParser
rfc822_text()private
No documentation available.
# File lib/net/imap.rb, line 2265
def rfc822_text
token = match(T_ATOM)
name = token.value.upcase
match(T_SPACE)
return name, nstring
end