Skip to content

Releases: willdurand/EmailReplyParser

2.10.0 (2022-01-30)

30 Jan 21:02
f25f8c6
Compare
Choose a tag to compare

What's Changed

  • Added: add support for getting visible reply text from Windows 10 Mail messages by @AlbinoDrought in #74
  • Added: support for Catalan reply structure by @SL-Gundam in #76
  • Fixed: fix regexp to handle datetime lines starting wih a few characters before On... by @Nuranto in #79
  • Fixedi: switch to github actions by @willdurand in #88

New Contributors

Full Changelog:

See: 2.9.0...2.10.0

2.9.0 (2020-03-24)

24 Mar 20:30
2.9.0
642bec1
Compare
Choose a tag to compare
  • Refactor processing order, #64
  • Update dutch signature, add present perfect, #71, #70
  • Add PHP 7.2 in Travis, #67
  • Change French regex to accept nbsp before colon character, #73

2.8.0 (2018-02-07)

07 Feb 16:42
f0b76bb
Compare
Choose a tag to compare
  • Added: support Russian
  • Added: support Ukrainian

2.7.0 (2017-11-30)

30 Nov 08:53
2.7.0
a1f6a22
Compare
Choose a tag to compare
  • add getSignatureRegex/setSignatureRegex (Elan Ruusamäe, #45)
  • parse email with simplified chinese headers (9 weeks ago) (Sofiane SADOUD, #61)
  • Fix from quote headers regexes (Rénald Casagraude, #60)

2.6.0 (2017-05-24)

24 May 08:51
9251cc0
Compare
Choose a tag to compare

Hi there! After more than a year, it is time for a new (minor) version: 2.6.0 is out! This is a huge release with tons of new supported email formats/languages 💪 . Thank you to all contributors ❤️

Changelog

  • Added: quote header regex for Norwegian Gmail and tests for those
  • Added: test for outlook in English
  • Added: support "sent from my" with 4 word after
  • Added: test for Polish
  • Added: support mail "From: Name" in Italian
  • Added: support mail "From: Name" in Dutch
  • Added: support for optional whitespace between From and : Support squared bracket for email
  • Added: allow whitespace before common header
  • Added: support some Hotmail header
  • Added: support character "=" for signature
  • Added: support for Yahoo mail
  • Added: support for Japanese, Simplified Chinese and Korean

2.5.0 (2016-02-25)

25 Feb 15:52
11f4919
Compare
Choose a tag to compare
  • Added: make SIG_REGEXP forward way
  • Fixed: usenet official signature (cf. #44)

2.4.1 (2015-10-01)

01 Oct 07:37
a5f8064
Compare
Choose a tag to compare

Fixed: Find signatures with no empty line above
Fixed: Use PSR-4 and autoload-dev

2.4.0 (2015-07-31)

31 Jul 09:50
b9da621
Compare
Choose a tag to compare
  • Added: danish and german quote headers

2.3.1 (2015-05-13)

13 May 09:17
Compare
Choose a tag to compare
  • Fixed: make quote header regexes lazy to avoid collapsing multiple headers into one. (#27)

2.3.0 (2015-04-13)

13 Apr 07:44
Compare
Choose a tag to compare
  • Fixed: the regex detecting day
  • Added: quote header regex for polish
  • Minor fixes in the code base thanks to Scrutinizer