Aleksander Machniak
9e2bc40213
Dropped support for PHP < 7.3 ( #7976 )
2021-07-25 09:16:33 +02:00
Aleksander Machniak
b4fd75d6c1
Master is 1.6-git now
2021-07-25 09:08:20 +02:00
Aleksander Machniak
5ae7e22002
Update localization
2021-07-25 09:01:51 +02:00
Aleksander Machniak
e23d51a23e
Remove redundant if statement ( #8119 )
2021-07-20 11:04:46 +02:00
Aleksander Machniak
41f69f3d5f
Simplify the code by making env.attachments always initialized
2021-07-19 12:40:59 +02:00
Aleksander Machniak
4903ef616f
- Fix bug where expanding a group in the recipient input could corrupt the input content ( #7569 )
2021-07-18 11:08:41 +02:00
Justin Sleep
cd302c0654
Detect all variants of @ in suspicious emails ( #8139 )
2021-07-18 08:55:16 +02:00
Aleksander Machniak
02c7ddf9c1
Consider also full-width variant of @ when deciding about suspicious sender name
2021-07-16 13:18:39 +02:00
Aleksander Machniak
12ea080af8
Show suspicious email warning only when the email address is suspicious not the name
2021-07-16 13:16:16 +02:00
Aleksander Machniak
13cc4f43fd
Fix contacts list title for groups from example_addressbook
2021-07-16 13:05:56 +02:00
Aleksander Machniak
9caab5f701
Fix PHP8 warnings
2021-07-16 12:57:46 +02:00
Aleksander Machniak
a832a6943e
Fix converting >1MB of HTML content into plain text ( #8137 )
2021-07-16 12:37:44 +02:00
Aleksander Machniak
e01ec25aac
Use setTimeout() without window. prefix consistently
2021-07-14 13:18:58 +02:00
johndoh
7aa4b94461
Fix Firefox infinate loading display on mail screen #8128 ( #8129 )
2021-07-14 13:05:58 +02:00
Michael Stilkerich
23430eb2b9
Fix type annotations for rcmail_output::add_handler ( #8099 )
2021-07-14 12:53:51 +02:00
johndoh
5cc4021670
Fix handling of group names with @ character in autocomplete and contacts widget #8098 ( #8101 )
2021-07-14 12:51:41 +02:00
Aleksander Machniak
2f643141b4
Fix size of Mailvelope iframe for PGP-inlined mail, again ( #8126 )
2021-07-11 09:42:13 +02:00
Aleksander Machniak
157f969417
Fix PHP8 warnings
2021-07-11 09:37:57 +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
13d61f3c71
Fix handling of custom From addresses with names ( #8106 )
2021-07-03 08:34:10 +02:00
Aleksander Machniak
7da8437a25
Fix PHP8 warnings
2021-07-03 08:16:03 +02:00
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