Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodemailer/mailparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: asutherland/mailparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 15, 2012

  1. normalize whitespace because js2-mode is aggressive about it.

    I'll need to re-diff to generate proper upstream patches, but the one I
    need right now is a fix for something that does not affect node...
    asutherland committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    45b57f2 View commit details
    Browse the repository at this point in the history
  2. Web browser atob does not like whitespace/newlines!

    Node's new Buffer(string, "base64") just ignores characters it doesn't
    expect, such as whitespace, newlines, other characters.
    asutherland committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    f737655 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2012

  1. Configuration menu
    Copy the full SHA
    5be37ae View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. Merge commit 'a3ec87b7e9b5e57033aef7691d920282f0961d68'

    Conflicts:
    	lib/mailparser.js
    asutherland committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    88316b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f03b3a5 View commit details
    Browse the repository at this point in the history
Loading