Method: TMail::Decoder#header_body

Defined in:
lib/tmail/encode.rb

#header_body(str) ⇒ Object



150
151
152
# File 'lib/tmail/encode.rb', line 150

def header_body( str )
  @f << decode(str)
end