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: arkcore/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.
  • 11 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 27, 2015

  1. Merge pull request #1 from andris9/master

    Merge upstream
    AVVS committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    333b486 View commit details
    Browse the repository at this point in the history
  2. try/catch around datetime.strtotime

    It is prone to crashing, adds error logs and sets date to false in that case.
    AVVS committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    c7e2cd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. Adds icu-charset-detector

    Sometimes people insert incorrect charset into their html.
    This patch adds optional dependency on https://github.com/mooz/node-icu-charset-detector
    to solve this.
    
    When detecting charset of passed html we asses given buffer,
    and if confidence that detected charset is correct is higher than 80%
    or if detected charset equals to declared mime content-type we return
    it instead of passing content-type declared in html meta attribute
    AVVS committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    b55100a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Configuration menu
    Copy the full SHA
    dc25289 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'andris9-master'

    AVVS committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    a2b7881 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. update icu detector

    AVVS committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    88afa2d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. Configuration menu
    Copy the full SHA
    e978700 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'andris9-master'

    AVVS committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    b597981 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Configuration menu
    Copy the full SHA
    0527d27 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'andris9-master'

    AVVS committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    11b145e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Merge pull request #5 from andris9/master

    merge upstream
    AVVS committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    7bdc126 View commit details
    Browse the repository at this point in the history
Loading