Commit Graph

53 Commits

Author SHA1 Message Date
Philip Weir
1e95cf3b9e Stub out 2 more contact searching tests (#9903)
* remove unused, duplicate, test

* stub out contact advanced search

* stub out contact saved search test

* test std vs adv search response
2025-06-23 07:23:41 +02:00
Aleksander Machniak
a8218b1eeb Fix bug where some messages could get malformed in an import from a MBOX file (#9510) 2024-07-17 20:34:55 +02:00
Aleksander Machniak
3dbbbd4ce1 Fix attachment name decoding when 'charset' parameter exists in the headers (#9376) 2024-03-09 11:58:33 +01:00
Aleksander Machniak
57a285d15e Fix regression in decoding mail parts FETCHed from IMAP (#9096) 2023-08-13 10:51:47 +02:00
Aleksander Machniak
fc3cd4484a Fix QR code images for contacts with non-ASCII characters (#9001) 2023-05-04 07:34:55 +02:00
Aleksander Machniak
2ed16e57ec Fix so vCard output does not contain non-standard/redundant TYPE=OTHER and TYPE=INTERNET (#8838) 2023-04-10 13:14:47 +02:00
Aleksander Machniak
249bc0e338 Fix so N property always exists in a vCard export (#8771) 2022-11-02 11:53:31 +01:00
Aleksander Machniak
f23aaed10e Remove use of unreliable charset detection (#8344) 2022-04-09 14:13:50 +02:00
Aleksander Machniak
cb37d14c5c Support responses (snippets) in HTML format (#5315) 2021-08-28 19:17:19 +02:00
Aleksander Machniak
25214753cb Support displaying RTF content (including encapsulated HTML) from a TNEF attachment 2021-07-11 09:31:09 +02:00
Aleksander Machniak
655e7c7159 Add RFC2231 support to rcube_mime_decode (#7390) 2021-06-05 08:46:16 +02:00
Josh Soref
203f456620 Spelling (#8001) 2021-04-18 08:43:18 +02:00
Aleksander Machniak
f4ed1024dc PHP8 fixes, CS fixes, short array syntax, tests 2020-12-02 20:15:00 +01:00
Aleksander Machniak
1007b873f0 More action tests, PHP8 fixes 2020-11-15 12:03:37 +01:00
Aleksander Machniak
8b16a7dfe7 More tests 2020-11-08 11:06:42 +01:00
Aleksander Machniak
97991b59be Add more tests for contact actions, fix various code issues 2020-11-05 11:59:02 +01:00
Aleksander Machniak
836adabbda Add more actions tests 2020-11-03 19:57:34 +01:00
Aleksander Machniak
e2572b8984 PHP8 compat. fixes, added some tests 2020-11-02 08:55:42 +01:00
Aleksander Machniak
545a1569f1 Steps -> Actions refactoring (#7688)
* Move action handling code to rcmail class
* Add rcmail_action class
* Add action aliases
* Get rid of $OUTPUT global
* Move some methods from rcmail to rcmail_action
* PHP8 compat. fixes
* Add framework for testing actions
* Fix obvious code mistakes
2020-11-01 11:25:38 +01:00
Aleksander Machniak
0dee528adb Add test for #6410 2018-08-24 12:33:15 +02:00
Aleksander Machniak
1fcf7bfab3 Fix bug where HTML messages with @media styles could moddify style of page body (#5811) 2017-06-28 08:26:05 +02:00
Aleksander Machniak
f7427f151e Get rid of Mail_mimeDecode package dependency (#1490416) 2015-06-27 15:05:17 +02:00
Aleksander Machniak
f864495b7b Fix import of multiple contact email addresses from Outlook-csv format (#1490169) 2014-12-01 14:26:52 +01:00
Aleksander Machniak
25fb9732a0 Fix so all unknown email addresses from Google csv format are imported (#1490159) 2014-11-26 18:49:31 +01:00
Aleksander Machniak
bb1398a54e Fix import of multiple contact groups from Google-csv format (#1490159) 2014-11-19 08:46:43 +01:00
Aleksander Machniak
5f17657e82 Support contacts import in GMail CSV format 2014-08-14 18:19:55 +02:00
Aleksander Machniak
18ff2e4ac6 Added some tests for IMAP THREAD parser 2014-01-15 14:19:36 +01:00
Thomas Bruederli
fdb30f3279 Fix CSS selector modifications when nested in @media blocks 2013-10-26 11:49:02 +02:00
Aleksander Machniak
b92ec5c86d Fix bug where multi-level quoting was replaced with one-level quoted text after format=flowed wrapping 2013-05-03 09:26:13 +02:00
Aleksander Machniak
38c19a2064 Fix csv2vcard test 2013-05-01 11:19:47 +02:00
Aleksander Machniak
d8270b66cc Fix wrapping of text lines with the same length as specified length limit 2013-03-18 19:51:32 +01:00
Aleksander Machniak
7ebed11b05 More improvements to format=flowed handling + fix in wordwrap() used internally by format_flowed() 2013-01-21 11:56:06 +01:00
Aleksander Machniak
aabd628286 Improve format=flowed text unfolding, add test for signature separator handling 2013-01-21 11:55:57 +01: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
acf851f823 Fix address fields import from CSV (#1488900) 2013-01-07 17:53:37 +01:00
Aleksander Machniak
584e356920 Fix so mobile phone has TYPE=CELL in exported vCard (#1488812) 2012-11-18 12:42:55 +01:00
Aleksander Machniak
3833790db4 Support contacts import from CSV file (#1486399) 2012-11-16 13:22:10 +01:00
Aleksander Machniak
8f66aa06f5 Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683) 2012-09-09 16:50:14 +02:00
alecpl
f5d62f7157 - Fix bug in handling of base href and inline content (#1488290) 2012-01-05 09:51:41 +00:00
thomascube
98c2d69acf Be more strict in style attribute filtering 2011-12-10 01:50:03 +00:00
alecpl
d61756663c - Fix problem with parsing HTML message body with non-unicode characters (#1487813) 2011-11-10 08:18:54 +00:00
alecpl
c08b18c4b9 - Fix relative URLs handling according to a <base> in HTML (#1487889) 2011-04-29 08:17:42 +00:00
alecpl
968754b09e - Fix regression in html conditional comments handling by washtml class 2011-04-19 08:23:31 +00:00
thomascube
0fbadebe13 Improve vcard import: map more fields, support photo urls, better UTF-16 charset detection 2011-02-27 13:30:34 +00:00
thomascube
a1013c0372 Exclude punctuation from URLs within text; only link accepted url schemes 2011-01-10 14:50:48 +00:00
alecpl
0ff554d165 - Fix handling square brackets in links (#1487672) 2011-01-10 13:22:45 +00:00
thomascube
6bdb6102c0 Do charset detection in vcards with encoded values (#1485542) 2011-01-04 22:00:35 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
ad18d63cc1 - Fix handling of extended mailto links (with params) (#1486354) 2010-02-05 08:25:22 +00:00
thomascube
5570ad60b4 Improved charset detection in vcard import + added unit tests for it 2010-01-26 07:19:56 +00:00