class Mail::Message

def raw_source

mail.raw_source #=> "This is an invalid email message"
mail = Mail.new('This is an invalid email message')

Example:

by the parsers or decoder / encoders
was instantiated. This is set at initialization and so is untouched
Provides access to the raw source of the message as it was when it
def raw_source
  @raw_source
end