Commit Graph

8255 Commits

Author SHA1 Message Date
Aleksander Machniak
67bb509f2d Fix displaying HTML body with inline images encapsulated using TNEF format (winmail.dat) 2021-07-01 14:28:37 +02:00
Aleksander Machniak
b69d20ea19 Update to TinyMCE 5.8.2 2021-06-27 08:08:34 +02:00
Aleksander Machniak
044398ca82 Add an option to disable TNEF decoding 2021-06-24 11:42:31 +02:00
Thomas Bruederli
861be4606b Fix phpdoc error 2021-06-21 20:56:12 +02:00
Aleksander Machniak
3cc22ad1c8 Fix inserting a group from non-default source using the Insert contact(s) dialog (#8095) 2021-06-12 09:05:42 +02:00
Sebastian Brückner
1d2ad936a7 Fix parsing aud jwt claim (#8096) 2021-06-11 09:58:06 +02:00
Aleksander Machniak
5043255f7e Example_addressbook: Various improvements and fixes 2021-06-09 15:33:40 +02:00
Aleksander Machniak
fca2a8b826 Update localization 2021-06-06 09:21:55 +02:00
Aleksander Machniak
5d81c15f07 Document blankpage_url option (#5025) 2021-06-05 09:29:21 +02:00
Aleksander Machniak
655e7c7159 Add RFC2231 support to rcube_mime_decode (#7390) 2021-06-05 08:46:16 +02:00
Aleksander Machniak
9d60ee1675 Remove debug code 2021-06-02 12:46:24 +02:00
Aleksander Machniak
7ac269f775 Prevent contact email reset on update with invalid vcard (#7132) 2021-05-30 11:16:24 +02:00
Aleksander Machniak
c201242d6f Submit various simple dialog forms with the Enter key (#7133) 2021-05-30 11:00:40 +02:00
Aleksander Machniak
db2888c604 Support IMAP LITERAL- extension [RFC 7888] (#6878) 2021-05-29 08:52:37 +02:00
Aleksander Machniak
094ef387e9 Fix bug where plus characters in attachment filename could have been ignored (#8074) 2021-05-28 11:34:20 +02:00
Aleksander Machniak
a493a31d84 Fix bug where consecutive LDAP searches could return wrong results (#8064) 2021-05-23 09:15:03 +02:00
Aleksander Machniak
ed17ce58b1 Remove (incorrect) use of Return-Receipt-To header (#8069) 2021-05-22 09:13:42 +02:00
Aleksander Machniak
24fc958f03 Improve template conditionals parsing
The old method with big regexps was buggy as described in #8065.
2021-05-19 19:49:57 +02:00
johndoh
bf2c4f32e4 Regex optimisation, fix #8065 (#8068) 2021-05-19 08:07:24 +02:00
Aleksander Machniak
9e735cb544 Vcard_attachments: Improve handling of multiple contacts (#7027) 2021-05-16 11:04:35 +02:00
Michael Stilkerich
74fab3e730 More extensive documentation for query-related rcube_addressbook API (#7958)
Also add list_records()'s $nocount parameter to all implementations
2021-05-15 14:15:21 +02:00
Kizashi Nagata
551cfc713b Fix bug where 'start' and 'reversed' on ol tag were ignored (#8059) (#8060) 2021-05-15 09:05:59 +02:00
Aleksander Machniak
ae19d16a80 Update localization 2021-05-10 19:08:05 +02:00
Aleksander Machniak
150dac1a92 TinyMCE 5.8.0 2021-05-09 11:12:09 +02:00
Aleksander Machniak
445a8468e0 Fix inconsistent fowarding actions statuses on drafts (#8039) 2021-05-08 09:29:34 +02:00
Thomas P
0b9346be01 Support class and realname props for a folder (#7937) 2021-05-07 17:53:03 +02:00
Aleksander Machniak
bc531e4668 Fix various actions on folders with angle brackets in name (#8037) 2021-05-05 17:37:52 +02:00
Thomas Bruederli
9d94acb60e Add plugin hooks for oauth events (#8028, #8040)
`oauth_login`: triggered after successful authentication via OAuth, providing token and identity information

`oauth_refresh_token`: triggered after the OAuth access token was refreshed
2021-05-04 21:31:01 +02:00
Aleksander Machniak
5679117603 Fix PHP8 warning 2021-05-02 11:32:52 +02:00
Aleksander Machniak
6714649afe Make the Purge (Empty) action available for every non-empty folder, not only Trash (#7948) 2021-05-02 11:07:20 +02:00
Aleksander Machniak
462ab1e8df Remove debug code, fix PHP8 warning 2021-05-02 09:15:50 +02:00
Aleksander Machniak
8b10f9d6ea Warn the user about a potential data leak on mail bounce or forward (#7993) 2021-05-01 12:45:31 +02:00
Thomas Bruederli
93cda187ed Catch oauth state check exception (#7998) 2021-04-26 21:40:29 +02:00
Aleksander Machniak
4b5e9c10f9 Fix handling of multiple link references with the same index in plain text message (#8021)
Second attempt that should work on all supported PHP versions
2021-04-25 10:57:17 +02:00
Aleksander Machniak
d6efee1da1 CS fixes, update changelog 2021-04-25 10:00:34 +02:00
Aleksander Machniak
2fb21560b0 Merge branch 'smtp-xclient' of https://github.com/kwiatek6324/roundcubemail into kwiatek6324-smtp-xclient 2021-04-25 09:51:32 +02:00
Thomas P
0044673e11 Add config options for subject prefixes (#7929) 2021-04-25 09:41:08 +02:00
Tobias Florek
67aa13fe4e Implement XOAUTH2 for managesieve (#8026)
fixes #7925
2021-04-25 09:19:41 +02:00
Aleksander Machniak
dc89e18a0f Revert "Fix handling of multiple link references with the same index in plain text message (#8021)"
This reverts commit 2be7e1cb61.

The code used a PHP>=7.4 feature.
2021-04-25 09:15:05 +02:00
Aleksander Machniak
2be7e1cb61 Fix handling of multiple link references with the same index in plain text message (#8021) 2021-04-25 09:05:51 +02:00
Josh Soref
93ebe759f9 Spelling (#8015) 2021-04-18 09:51:43 +02:00
Aleksander Machniak
26a1948597 Typo 2021-04-18 08:43:55 +02:00
Josh Soref
203f456620 Spelling (#8001) 2021-04-18 08:43:18 +02:00
johndoh
8547ccb765 Remove duplicate <title> tag in iframe output (#7997) 2021-04-12 11:15:53 +02:00
Aleksander Machniak
c8a4b61e53 Fix so "Always allow from..." button appears also when allow_images=3 (#7961) 2021-04-11 11:00:23 +02:00
johndoh
8453d147d7 Handle http 500 error on message send (#7959) 2021-04-09 08:25:38 +02:00
Aleksander Machniak
2f42fa2eaf Fix HTML5 parser issue with a messy HTML code from Outlook (#7356) 2021-04-05 10:39:00 +02:00
Aleksander Machniak
a399a7fa8e Fix invalid search fields after search scope change (#6919)
- Don't start search on initerval and scope search
- Use currently selected criteria instead of the criteria defined in search_mods[*]
2021-04-04 13:41:39 +02:00
Aleksander Machniak
352a31ec07 Fix errors/warnings when fetching replied/forwarded message headers fails (#7970) 2021-04-04 10:15:02 +02:00
Aleksander Machniak
a8ce731df9 Fix bug where assigning users to groups via menu (not drag'n'drop) could fail in Elastic theme (#7973)
Fixed by properly destroying all entity selectors.
2021-03-27 15:36:41 +01:00