Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message.Encoder and a few other bits #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2018

  1. Write MIME-Version before Content-Type

    Purely cosmetic in the output.
    dra27 committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    0bec2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5883669 View commit details
    Browse the repository at this point in the history
  3. Expose Message.Encoder

    dra27 committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    c2dd228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aabee99 View commit details
    Browse the repository at this point in the history
  5. Encode messages in multiparts

    dra27 committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    c6b1a6e View commit details
    Browse the repository at this point in the history
  6. Encode message headers

    dra27 committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    820390a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f46ed9 View commit details
    Browse the repository at this point in the history
  8. Write <> for null Reverse-path not < >

    RFC5322 permits optional CFWS between the brackets but RFC5321 defines
    the null reverse-path as <> so it seems better to write that instead.
    dra27 committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    912f3bb View commit details
    Browse the repository at this point in the history