Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Don't split on empty folded headers #4

Merged
merged 3 commits into from
Jul 2, 2014

Commits on Jul 2, 2014

  1. Configuration menu
    Copy the full SHA
    16489e6 View commit details
    Browse the repository at this point in the history
  2. Allow 2 or more whitespaces on line between header and body

    - Minimizes behaviour differences with 2-4 stable
    - Not allowing spaces on gap line breaks
      rspec ./spec/mail/message_spec.rb:274 # Mail::Message accepting a plain text string email should give allow for whitespace on the gap line between header and body
    
    Conflicts:
    	spec/monkeys/message_spec.rb
    nisanthchunduru committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    c4a1b7b View commit details
    Browse the repository at this point in the history
  3. Adds an empty line between headers and body in a fixture

    RFC conformant mails have an empty line separating headers and body
    
    http://tools.ietf.org/html/rfc2822#section-3.5
    message         =       (fields / obs-fields)
                            [CRLF body]
    nisanthchunduru committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    6217b76 View commit details
    Browse the repository at this point in the history