|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
5 | | -- Plugin API: Added message_delete hook (#9499) |
6 | | -- Plugin API: Added message_move hook (#9499) |
7 | 5 | - Update to jQuery 3.7.1 |
8 | 6 | - Drop dependency on JsTimeZoneDetect (#8965) |
9 | 7 | - Renamed composer.json.dist to composer.json (#9279) |
|
14 | 12 | - Added an option for a default mail search scope (#9077, #7556) |
15 | 13 | - Added option to define font list and font-size list for HTML editor - available_fonts/available_font_sizes (#5700) |
16 | 14 | - IMAP: Support for HAproxy protocol header in IMAP connections (#8625) |
17 | | -- IMAP: Partial support for ANNOTATE-EXPERIMENT-1 extension (RFC 5257) |
18 | 15 | - Change 'smtp_log' option default value to False |
19 | | -- Add 'php' log_driver value (#6138) |
| 16 | +- Add 'php' logging driver (#6138) |
20 | 17 | - Delete messages directly from Junk on folder purge if delete_junk is enabled (#8766) |
21 | 18 | - Hide information about quota, when there is no quota (#8994) |
22 | 19 | - Set timeout=30, connect_timeout=5, read_timeout=120 as defaults for HTTP client (#8865) |
23 | 20 | - Remove use of utf8_encode() and utf8_decode() functions deprecated in PHP 8.2 |
24 | 21 | - Support PHP Zip extension and 7z in install-jsdeps.sh (#8935) |
25 | 22 | - Add identities management script - bin/identity.sh (#8887) |
26 | | -- Add skin info to about dialog (#9441) |
| 23 | +- Add skin information into the About dialog (#9441) |
27 | 24 | - Prefer 8bit over quoted-printable for HTML parts, when force_7bit is disabled (#8477) |
28 | 25 | - Convert images in HTML content pasted into HTML editor to `data:` URIs (and later to attachments) (#6938) |
29 | 26 | - Add possibility to change ATTR_EMULATE_PREPARES via config file (#9213) |
|
32 | 29 | - Use new HTML5 parser available on PHP >= 8.4 |
33 | 30 | - Clear "list is empty" message on loading a new list (#9006) |
34 | 31 | - Installer: Show NOT OK if none of the database extensions is installed (#9594, #9604) |
| 32 | +- Plugin API: Added message_delete hook (#9499) |
| 33 | +- Plugin API: Added message_move hook (#9499) |
35 | 34 | - Mailvelope: Add a button to enable the extension for webmail domain (#9498) |
36 | 35 | - OAuth: Add support for SMTP without authentication (#9183) |
37 | 36 | - OAuth: Add support for OAuth/OpenIDC discovery (#8201) |
|
44 | 43 | - OAuth: Fix: missing config `oauth_provider_name` in rcmail_oauth's constructor (#9217) |
45 | 44 | - OAuth: Fix Bearer authentication for Kinde (#9244) |
46 | 45 | - OAuth: Refactor: move display to the rcmail_oauth class and use `loginform_content` hook (#9217) |
47 | | -- OAuth: Support standard authentication with short-living password received with OIDC token (#9530) |
48 | 46 | - OAuth: Add a flag to the 'authenticate' hook arguments indicating SSO is in use |
49 | 47 | - Additional_Message_Headers: Added %u, %d and %l variables (#8746, #8732) |
50 | 48 | - ACL: Set default of 'acl_specials' option to ['anyone'] (#8911) |
|
67 | 65 | - Fix attachment name decoding when 'charset' parameter exists in the headers (#9376) |
68 | 66 | - Fix deprecated (in PHP 8.4) use of session_set_save_handler() (#9060) |
69 | 67 | - Fix potential HTTP protocol version mismatch (#8982) |
| 68 | + |
| 69 | +## Release 1.6.10 |
| 70 | + |
| 71 | +- IMAP: Partial support for ANNOTATE-EXPERIMENT-1 extension (RFC 5257) |
| 72 | +- OAuth: Support standard authentication with short-living password received with OIDC token (#9530) |
70 | 73 | - Fix PHP warnings (#9616, #9611) |
71 | 74 | - Fix whitespace handling in vCard line continuation (#9637) |
72 | 75 | - Fix current script state after initial scripts creation in managesieve_kolab_master mode |
|
0 commit comments