Class: TMail::HeaderField

Inherits:
Object
  • Object
show all
Defined in:
lib/astrotrain/tmail.rb

Overview

small tweak to provide the raw body of headers in case they’re unable to be parsed properly

Instance Method Summary collapse

Instance Method Details

#raw_bodyObject



54
55
56
# File 'lib/astrotrain/tmail.rb', line 54

def raw_body
  @body
end