Aleksander Machniak
cdb98e4501
Small fix to the last commit
2022-08-14 17:37:44 +02:00
Aleksander Machniak
0a3a332866
Fix PHP Deprecated: Creation of dynamic property Mail_mime::$mailbody_file is deprecated
2022-08-14 16:02:56 +02:00
Aleksander Machniak
825bcf5af7
Fix various "Creation of dynamic property is deprecated" warnings
2022-08-14 15:27:09 +02:00
Aleksander Machniak
8c487d9b56
Fix duplicate Reply-To header in mail preview
...
If there's Mail-Reply-To and Reply-To with the same value.
Also cleanup some code.
2022-08-14 10:30:02 +02:00
Aleksander Machniak
bae45d5728
Always define 'abort' arg in rcube_dummy_plugin_api handler ( #8669 )
2022-08-13 08:58:52 +02:00
Jonas Flodén
fd4c57b176
Fix swedish translation of "keep formatting" ( #8655 )
2022-08-09 19:16:08 +02:00
Jorge López Pérez
e808fba4f8
Initialize HTTP client using get_http_client() for OAuth requests ( #8666 )
...
* Initialize HTTP client using get_http_client() for OAuth requests
* Add new oauth_timeout setting
2022-08-09 19:13:58 +02:00
Aleksander Machniak
864e0710a3
Fix PHP8 warning ( #8647 )
2022-08-09 19:10:33 +02:00
Aleksander Machniak
69b82f8f52
Fix PHP8 warnings ( #8656 )
2022-08-09 19:03:05 +02:00
Aleksander Machniak
1377ce5918
Fix PHP8.1 warnings ( #8667 )
2022-08-09 19:00:19 +02:00
Aleksander Machniak
d03668e39a
Fix regression in rcube_db::encode()
...
We use mb_convert_encoding() instead of utf8_encode() and utf8_decode().
2022-08-09 18:56:24 +02:00
Aleksander Machniak
1389e573d3
Remove use of utf8_encode() and utf8_decode() functions deprecated in PHP 8.2
2022-08-06 18:58:23 +02:00
Aleksander Machniak
aac9b696b8
Fix various PHP 8.2 warnings
2022-08-06 09:22:12 +02:00
Aleksander Machniak
44f0d6cbc4
Fix bug where renamed options were removed from the config on installto.sh (update.sh) run ( #8643 )
2022-08-01 21:00:35 +02:00
Aleksander Machniak
4ca3e5d610
CS fixes, update changelog
2022-08-01 12:25:00 +02:00
Aleksander Machniak
9fc9158fc2
Merge branch 'dev/proxyprotocol' of https://github.com/cmollekopf/roundcubemail into cmollekopf-dev/proxyprotocol
2022-08-01 11:56:22 +02:00
Christian Mollekopf
e495fc73b5
Enigma: WOAT Support ( #8626 )
...
* Enigma: WOAT Support
* Fixed public key extraction from dns record
Co-authored-by: Aleksander Machniak <alec@alec.pl >
Co-authored-by: Christian Mollekopf <mollekopf@apheleia-it.ch >
2022-08-01 11:51:32 +02:00
Aleksander Machniak
01e42cfe57
Fix bug where config creation in Installer did ignore options in the form ( #8634 )
2022-07-31 12:41:05 +02:00
Aleksander Machniak
5c4e18820e
Fix anchor links in HTML mail ( #8632 )
2022-07-30 08:59:52 +02:00
Aleksander Machniak
0895d6c2fd
- Fix various PHP 8.1 warnings ( #8628 )
2022-07-29 08:00:34 +02:00
Aleksander Machniak
afa1221783
Fix PHP8 warnings
2022-07-24 12:45:50 +02:00
Christian Mollekopf
a9a9be9a69
Use rcube_utils::remote_addr() to take HTTP_X_FORWARDED_FOR into account
2022-07-22 10:42:24 +02:00
Christian Mollekopf
76154d27f2
Introduce optional support to inject PROXY protocol headers after
...
opening IMAP TCP streams.
Version 1 (text based) and version 2 (binary) protocol header types are
supported. Supports both IPv4 and IPv6 style headers.
http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt
2022-07-22 10:32:50 +02:00
Michael Steininger
38bf246b0d
Fix usage of "break" ( #8624 )
2022-07-21 18:38:08 +02:00
Aleksander Machniak
2d87443efc
Update localization
2022-07-10 09:22:10 +02:00
Aleksander Machniak
68be98817f
Fix so "Found unconstructed Spoofchecker" error is not fatal ( #8537 )
2022-07-10 08:52:42 +02:00
Aleksander Machniak
ba1a93ec5b
Fix PHP8 warnings
2022-07-09 18:29:07 +02:00
Aleksander Machniak
185f958102
Disable email address spoofchecking on messages list
...
.. do it only when opening the message, that's when we can display the warning.
2022-07-09 18:11:37 +02:00
Thomas Bruederli
bda54eb937
Update password option after refreshing oauth access token ( #8436 )
2022-06-26 23:01:36 +02:00
Aleksander Machniak
31241485de
Advanced mail search syntax with more possibilities (without UI) ( #8502 )
2022-06-25 14:26:50 +02:00
Aleksander Machniak
f8b2afac0c
Update changelog and tests
2022-06-25 09:48:23 +02:00
Player701
82fec17d34
Fix so rcmail::contact_exists() works with IDNA addresses ( #8545 )
2022-06-25 09:21:17 +02:00
Aleksander Machniak
83bc6289f5
Fix bug where a recipient address containing UTF-8 characters was ignored when sending an email ( #8493 , #8546 )
2022-06-25 09:01:09 +02:00
Aleksander Machniak
e247209280
Fix various PHP 8.1 warnings ( #8584 )
2022-06-25 08:33:03 +02:00
Aleksander Machniak
42f9cdceba
Master is 1.7-git
2022-06-23 19:02:23 +02:00
Aleksander Machniak
4e4e2d4b5a
Fix PHP 8.1 warnings in the LDAP backend code ( #8572 )
2022-06-19 09:30:39 +02:00
Aleksander Machniak
ba7ae5dab3
Fix bug where some checkboxes could be selected unintentinally ( #8565 )
2022-06-18 20:01:44 +02:00
Aleksander Machniak
907448df76
Fix TinyMCE configuration for handling styles of pasted content in webkit browsers ( #8555 )
2022-06-18 19:04:12 +02:00
Aleksander Machniak
1e5d87c97c
Fix support for DSN specification without host e.g. pgsql:///dbname ( #8558 )
2022-06-18 14:11:35 +02:00
Aleksander Machniak
619e3f3ff0
Fix call to undefined method rcube_ldap_generic::option_set() ( #8564 )
2022-06-18 09:34:41 +02:00
Aleksander Machniak
6d897963fe
Fix fatal error ( #8579 )
2022-06-18 09:24:27 +02:00
Aleksander Machniak
b97c934aea
Unify SMTP errors handling
2022-06-18 09:19:48 +02:00
Rafael Cossovan
e13a73fb47
Fix SMTP XCLIENT extension when not using STARTTLS. ( #8581 )
2022-06-18 08:43:09 +02:00
Aleksander Machniak
ca264770fd
Fix possible js error ( #8543 )
2022-05-29 10:28:48 +02:00
Aleksander Machniak
282f0a2830
Fix bug where title tag content was displayed in the body if it contained HTML tags ( #8540 )
2022-05-28 09:10:57 +02:00
Aleksander Machniak
ee04d8571f
Fix so links (e.g. www.some.page or http://some.page ) are not considered mispellings ( #8527 )
2022-05-08 10:43:33 +02:00
Aleksander Machniak
720ba6f7a0
Update copyright year in the about dialog
...
[skip ci]
2022-05-07 15:28:14 +02:00
Aleksander Machniak
9d051a3050
PHPDoc fix
...
[skip ci]
2022-04-27 20:22:02 +02:00
Aleksander Machniak
fa65a68389
Use ... oprator instead of func_get_args() for variadic functions
2022-04-27 19:21:00 +02:00
Aleksander Machniak
2e5a12b0ff
Update localization
2022-04-25 08:00:50 +02:00