email-reply-parser
Advanced tools
Comparing version 1.0.11 to 1.0.13
@@ -19,2 +19,3 @@ var FragmentDTO = require("./fragmentdto"); | ||
/^\s*(Den\s.+\sskrev\s.+:)$/m, // Den DATE skrev NAME <EMAIL>: | ||
/^\s*(pe\s.+\s.+kirjoitti:)$/m, // pe DATE NAME <EMAIL> kirjoitti: | ||
/^\s*(Am\s.+\sum\s.+\sschrieb\s.+:)$/m, // Am DATE um TIME schrieb NAME: | ||
@@ -29,3 +30,3 @@ /^(在[\s\S]+写道:)$/m, // > 在 DATE, TIME, NAME 写道: | ||
/^\s*(Da\s?:.+\s?(\[|<).+(\]|>))/u, // "Da: NAME <EMAIL>" OR "Da : NAME <EMAIL>" OR "Da : NAME<EMAIL>" (With support whitespace before start and before <) | ||
/^(20[0-9]{2}\-(?:0?[1-9]|1[012])\-(?:0?[0-9]|[1-2][0-9]|3[01]|[1-9])\s[0-2]?[0-9]:\d{2}\s.+?:).*<(.*)>'/m, // 20YY-MM-DD HH:II GMT+01:00 NAME <EMAIL>: | ||
/^(20[0-9]{2})-([0-9]{2}).([0-9]{2}).([0-9]{2}):([0-9]{2})*.(.*)>:$/m, // 20YY-MM-DD HH:II GMT+01:00 NAME <EMAIL>: | ||
/^\s*([a-z]{3,4}\.\s[\s\S]+\sskrev\s[\s\S]+:)$/m, // DATE skrev NAME <EMAIL>: | ||
@@ -32,0 +33,0 @@ /^([0-9]{2}).([0-9]{2}).(20[0-9]{2})(.*)(([0-9]{2}).([0-9]{2}))(.*)\"( *)<(.*)>( *):$/m, // DD.MM.20YY HH:II NAME <EMAIL> |
{ | ||
"name": "email-reply-parser", | ||
"version": "1.0.11", | ||
"version": "1.0.13", | ||
"description": "Node library for parsing plain text email content. Based on https://github.com/willdurand/EmailReplyParser", | ||
@@ -5,0 +5,0 @@ "main": "lib/emailreplyparser.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9238
216