Commit Graph

1540 Commits

Author SHA1 Message Date
Aleksander Machniak
2ddbc019ae Fix regression in decoding mail parts FETCHed from IMAP (#9096) 2023-08-13 10:56:54 +02:00
Aleksander Machniak
93a599b105 Fix handling of mail parts that are encoded with x-uuencode (#9096) 2023-08-13 10:53:13 +02:00
Aleksander Machniak
b48a12054e Add rcube_db::error_info() 2023-07-20 10:29:53 +02:00
Aleksander Machniak
59e6911850 Fix so install/update scripts do not require PEAR (#9037) 2023-07-15 18:56:33 +02:00
Aleksander Machniak
653475c489 Fix wrong order of a multi-folder search result when sorting by size (#9065) 2023-07-15 08:59:27 +02:00
Aleksander Machniak
5454c538d3 Fix PHP8 warnings 2023-07-13 11:38:16 +02:00
Aleksander Machniak
eaef7b3e4b Fix PHP8 warnings 2023-07-12 18:56:17 +02:00
Aleksander Machniak
f40550f9d2 Fix regression where LDAP addressbook 'filter' option was ignored (#9061)
Also fix some PHP8 warnings
2023-07-11 10:52:50 +02:00
Adrien Beau
e5c5676fcc Fix sort_folder_comparator (#9057)
In case $path2 is longer than $path1, and all folders in $path1 are
equal to the corresponding folder in $path2 (in other words: $path2 is a
subfolder of $path1), sort_folder_comparator currently considers them
equal because it stops comparing when it reaches the end of $path1.

This breaks the ordering done by uasort() above, and breaks code that
relies on the folder list being sorted, notably the folders settings
page.
2023-07-09 19:53:09 +02:00
Aleksander Machniak
0597bdf186 Fix bug where a duplicate <title> tag in HTML email could cause some parts being cut off (#9029) 2023-07-09 14:49:44 +02:00
Aleksander Machniak
7a3c1b4d68 Fix potential PHP fatal error when opening a message with message/rfc822 part (#8953) 2023-07-09 14:49:38 +02:00
Aleksander Machniak
fa492b8428 Fix PHP7 compat. break in last commit 2023-06-14 13:04:01 +02:00
Aleksander Machniak
b31ad1ad65 Fix so output of log_date_format with microseconds contains time in server time zone, not UTC 2023-06-14 13:03:55 +02:00
Aleksander Machniak
3e5d6f832f Fix PHP8 warnings 2023-06-12 12:13:54 +02:00
Aleksander Machniak
b9baeb0021 Fix version (1.6.1 -> 1.6-git) 2023-06-11 09:30:17 +02:00
Aleksander Machniak
a8124c6e76 Fix PHP error when imap_conn_options.proxy_protocol is not an array 2023-06-08 20:04:54 +02:00
Aleksander Machniak
048d23c373 Fix PHP fatal error when importing vcf file using PHP 8.2 (#9025)
and some PHP8 warning
2023-06-03 12:15:39 +02:00
Aleksander Machniak
2408595a38 Fix connecting to LDAP using an URI with ldapi:// scheme (#8990) 2023-05-13 19:40:44 +02:00
Aleksander Machniak
31b1f4aea9 Fix bug where subfolders could loose subscription on parent folder rename (#8892) 2023-05-10 21:08:26 +02:00
Aleksander Machniak
93d263f927 Fix PHP8 warnings when using list_flags and list_cols properties by plugins (#8998) 2023-05-07 09:23:22 +02:00
Aleksander Machniak
cf2f9941b1 Fix so vCard output does not contain non-standard/redundant TYPE=OTHER and TYPE=INTERNET (#8838) 2023-04-10 13:15:21 +02:00
Aleksander Machniak
279d118fe9 Fix extra leading newlines in plain text converted from HTML (#8973) 2023-04-09 12:08:02 +02:00
Aleksander Machniak
c44c6981b3 Fix bug where LDAP (fulltext) search didn't work without 'search_fields' in config (#8874)
also fix some PHP warnings
2023-04-02 11:32:23 +02:00
Aleksander Machniak
78b011e5e7 Fix PHP Deprecated: Creation of dynamic property rcube_message_header::$bcc is deprecated 2023-03-04 11:50:50 +01:00
Aleksander Machniak
4e7efcce63 Fix so LDAP VLV option is disabled by default as documented (#8833) 2023-01-29 13:20:18 +01:00
Aleksander Machniak
6c0b0855bf Fix support for Windows-31J charset (#8869) 2023-01-29 10:12:29 +01:00
Aleksander Machniak
0c6a803c5f Fix PHP8 warning (#8891) 2023-01-29 09:40:47 +01:00
Thomas Bruederli
cddc1bfd92 Bump version to 1.6.1 2023-01-05 21:36:15 +01:00
Arshid
9fb398b949 Fix undefined variable (#8831)
$detected_charset is undefined.
2022-12-31 17:47:55 +01:00
Aleksander Machniak
e43feb6621 Fix PHP8.2 warning 2022-12-29 14:16:06 +01:00
Aleksander Machniak
4695e86f57 Fix possible PHP warning (#8793) 2022-12-29 14:16:00 +01:00
Aleksander Machniak
ded36e4d16 Fix PHP 8.1 warning (#8804) 2022-11-28 20:53:48 +01:00
Aleksander Machniak
872435e0de Fix PHP 8.1 warnings, make BODYSTRUCTURE parser less fragile (#8803) 2022-11-28 20:35:45 +01:00
Thomas B
be4c12a55e Add config option for request uri field (#8738) (#8770)
This can be used to read a custom header sent by a reverse proxy to resolve the absolute path to Roundcube

* add check against the proxy_whitelist option before using a HTTP header field value for the request uri composition.
* refactor the rcmail::url() method to also work when composing fully qualified urls.
* fix/adapt tests
2022-11-26 10:23:58 +01:00
Aleksander Machniak
6807820eed Fix PHP warning (#8794) 2022-11-26 10:18:39 +01:00
Aleksander Machniak
0fd3b98ec0 Fix PHP warning (#8784) 2022-11-15 19:16:49 +01:00
Aleksander Machniak
639d98e32c Fix authenticating to Courier IMAP with passwords containing a '~' character (#8772) 2022-11-11 14:12:10 +01:00
Aleksander Machniak
eff5130f6f Fix a PHP warning (#8743) 2022-11-11 13:26:49 +01:00
Michael Stilkerich
2f5326a7bf Pass port 0 as integer to Redis::connect() with unix socket (#8749)
The second parameter to Redis::connect() is an int parameter. Passing
null for it will trigger a PHP deprecation notice with PHP 8.1.

The Redis::connect() documentation shows that a 0 is used for the port
parameter in the examples with unix sockets where parameters beyond the
second parameter are set.
2022-11-11 13:21:57 +01:00
Michael Steininger
f3d0f1c2c3 Fix php 8.0 warning if db_dsnr is used (#8779) 2022-11-11 11:38:57 +01:00
Aleksander Machniak
d54463cfc3 Fix so N property always exists in a vCard export (#8771) 2022-11-02 11:54:11 +01:00
Stuart Henderson
7d03951eb3 Don't return undefined $_SESSION['secure_token'] (#8705)
Avoid `PHP Warning: Undefined array key "secure_token" in /roundcubemail/program/lib/Roundcube/rcube.php on line 1002` seen with PHP 8 and secure_urls enabled.
2022-09-24 09:10:41 +02:00
Aleksander Machniak
b36e625b6b Fix bug where multiline data:image URI's in emails were stripped from the message on display (#8613) 2022-09-10 09:54:06 +02:00
Aleksander Machniak
6899be2a13 Fix PHP8 warnings (#8677) 2022-08-25 19:53:43 +02:00
Aleksander Machniak
968619b3a3 Fix various "Creation of dynamic property is deprecated" warnings 2022-08-15 09:41:05 +02:00
Aleksander Machniak
473b0fc73b Always define 'abort' arg in rcube_dummy_plugin_api handler (#8669) 2022-08-13 08:59:47 +02:00
Aleksander Machniak
7fd80f439a Fix PHP8 warnings (#8656) 2022-08-09 19:05:55 +02:00
Aleksander Machniak
4847ddf11c Fix PHP8.1 warnings (#8667) 2022-08-09 19:05:33 +02:00
Aleksander Machniak
8af9cf93b6 Fix various PHP 8.2 warnings 2022-08-06 09:22:32 +02:00
Aleksander Machniak
b0186fb8bf Fix anchor links in HTML mail (#8632) 2022-07-30 09:00:24 +02:00