Releases: willdurand/EmailReplyParser
Releases · willdurand/EmailReplyParser
2.10.0 (2022-01-30)
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
- @AlbinoDrought made their first contribution in #74
- @Nuranto made their first contribution in #79
Full Changelog:
See: 2.9.0...2.10.0
2.9.0 (2020-03-24)
2.8.0 (2018-02-07)
- Added: support Russian
- Added: support Ukrainian
2.7.0 (2017-11-30)
2.6.0 (2017-05-24)
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)
- Added: make
SIG_REGEXP
forward way - Fixed: usenet official signature (cf. #44)
2.4.1 (2015-10-01)
Fixed: Find signatures with no empty line above
Fixed: Use PSR-4 and autoload-dev
2.4.0 (2015-07-31)
- Added: danish and german quote headers
2.3.1 (2015-05-13)
- Fixed: make quote header regexes lazy to avoid collapsing multiple headers into one. (#27)
2.3.0 (2015-04-13)
- Fixed: the regex detecting day
- Added: quote header regex for polish
- Minor fixes in the code base thanks to Scrutinizer