Commit Graph

22 Commits

Author SHA1 Message Date
Aleksander Machniak
b60e6188f3 Fix so addr-spec with missing closing angle bracket can be parsed (#8164) 2021-08-15 10:51:24 +02:00
Aleksander Machniak
89e54718ca Migration to PHPUnit v9 2021-07-25 11:07:56 +02:00
Aleksander Machniak
79b5343563 Fix handling of address groups in email headers by ignoring their names (#7663) 2021-02-06 16:41:50 +01:00
johndoh
9e739faac5 Return 204 rather than 404 on missing contact photo (#7778)
* return 204 rather than 404 on missing contact photo
* a little code cleanup
* don't use blank.gif as placeholder, use data: uri instead
2020-12-19 10:10:54 +01:00
Aleksander Machniak
66ca4f0f72 CS fixes, PHP8 fixes, short array syntax, tests 2020-11-30 14:03:11 +01:00
Aleksander Machniak
30610e867e Merge branch 'fix_encode' of https://github.com/shirosaki/roundcubemail into shirosaki-fix_encode
Refactor the new code
2020-06-13 12:53:31 +02:00
Aleksander Machniak
47d9ed6d0c Add support for PHPUnit 6 and 7 (#6870)
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned

We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
2019-12-28 09:37:45 +01:00
Hiroshi Shirosaki
d9667295d8 Fix wordwrap with ISO-2022-JP
A message with ISO-2022-JP-MS characters currupts by wordwrap.
Use ISO-2022-JP-MS charset in wordwrap.
Add a unit test.
2019-12-03 17:35:02 +09:00
dfukagaw28
89a4134064 Add support for DelSp=Yes messages (#5702) 2017-03-22 08:30:36 +01:00
Aleksander Machniak
f7427f151e Get rid of Mail_mimeDecode package dependency (#1490416) 2015-06-27 15:05:17 +02:00
Aleksander Machniak
13e0a6556f Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284) 2015-02-19 16:39:48 +01:00
Aleksander Machniak
f01666a622 Fix handling of email addresses with quoted domain part (#1490040) 2014-08-21 18:08:26 +02:00
Aleksander Machniak
2b8f033bcb Improvement in handling invalid email address strings 2014-02-23 14:20:43 +01:00
Aleksander Machniak
5140c31064 Remove quotes around addressee name in case they are encoded.
Some clients encode quotes with name using base64/quoted-printable
encoding. Quotes were removed only for unencoded strings. Now also
encoded names are handled this way.
So, recipient/sender strings are displayed without quotes around
and e.g. saving to addressbook does not save these redundant quotes.
2014-01-24 12:36:48 +01:00
Aleksander Machniak
0f15219a93 Fix text wrapping issue with long unwrappable lines (#1489371) 2013-10-12 13:03:31 +02:00
Aleksander Machniak
db108e3779 Fix another text wrapping issue (wrong handling of long unwrappable lines) 2013-05-23 08:59:27 +02:00
Aleksander Machniak
fd0fd3b0a0 Fix handling of invalid email addresses in headers (#1489092) 2013-05-10 09:35:24 +02:00
Aleksander Machniak
2ce01932fe Fix another text wrap issue (added test case) 2013-05-03 08:24:26 +02:00
Aleksander Machniak
1041aa46da Fix another text wrapping issue 2013-04-22 10:22:16 +02:00
Aleksander Machniak
7439d3ee14 Fix incorrect handling of leading spaces in text wrapping 2013-04-21 17:08:12 +02:00
Thomas Bruederli
6d41d8fd4b Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::format_flowed() and rcube_mime::unfold_flowed() 2013-01-18 21:26:18 +01:00
Aleksander Machniak
9b05f19338 Restructured tests 2012-08-27 08:45:13 +02:00