method
    
    body_fields
  body_fields()
  private
  
    Hide source    
    
      
  
# File lib/net/imap.rb, line 2402 def body_fields param = body_fld_param match(T_SPACE) content_id = nstring match(T_SPACE) desc = nstring match(T_SPACE) enc = case_insensitive_string match(T_SPACE) size = number return param, content_id, desc, enc, size end

  