method
body_extension
body_extension()
private
Hide source
# File lib/net/imap.rb, line 2419 def body_extension token = lookahead case token.symbol when T_LPAR shift_token result = body_extensions match(T_RPAR) return result when T_NUMBER return number else return nstring end end