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
|
864e0710a3
|
Fix PHP8 warning (#8647)
|
2022-08-09 19:10:33 +02:00 |
|
Aleksander Machniak
|
aac9b696b8
|
Fix various PHP 8.2 warnings
|
2022-08-06 09:22:12 +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 |
|
Aleksander Machniak
|
31241485de
|
Advanced mail search syntax with more possibilities (without UI) (#8502)
|
2022-06-25 14:26:50 +02:00 |
|
Aleksander Machniak
|
e247209280
|
Fix various PHP 8.1 warnings (#8584)
|
2022-06-25 08:33:03 +02:00 |
|
Aleksander Machniak
|
720ba6f7a0
|
Update copyright year in the about dialog
[skip ci]
|
2022-05-07 15:28:14 +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
|
7fdea0089d
|
Fix bug where DSN flag state wasn't stored with a draft (#8371)
|
2022-04-10 11:32:40 +02:00 |
|
Aleksander Machniak
|
a2aa107f1a
|
Don't list images attached to multipart/related part as attachments (#7184)
|
2022-04-10 10:11:56 +02:00 |
|
Aleksander Machniak
|
5626e26c58
|
Fix slow loading of long HTML content into the HTML editor (#8108)
|
2022-04-03 12:30:16 +02:00 |
|
Aleksander Machniak
|
f429b26810
|
Fix various PHP8 warnings (#8392)
|
2022-01-11 19:04:24 +01:00 |
|
Aleksander Machniak
|
a5fd211712
|
Improve/Fix wrapping of plain text messages on preview and reply (#6974, #8391, #8378, #8289)
In short, we always wrap, but we detect patches/diffs in the text and make them unwrappable.
|
2022-01-09 16:29:09 +01:00 |
|
Aleksander Machniak
|
8419e55fe4
|
Fix some more PHP8 warnings (#8363)
|
2021-12-17 19:06:02 +01:00 |
|
Aleksander Machniak
|
c331431521
|
Fix some PHP8 compatibility issues (#8363)
|
2021-12-17 18:54:37 +01:00 |
|
Aleksander Machniak
|
035c325d57
|
Improve searching by sender/recipient headers, support Reply-To and Followup-To (#6582)
|
2021-11-07 10:15:54 +01:00 |
|
Aleksander Machniak
|
149a0d4317
|
Fix PHP fatal error on an undefined constant in contacts import action (#8277)
|
2021-11-02 10:32:21 +01:00 |
|
Aleksander Machniak
|
313a33e0a7
|
Display telephone numbers as tel: links (#8240)
|
2021-10-29 15:50:56 +02:00 |
|
Aleksander Machniak
|
61b334f6b1
|
Fix bug with show_images setting where option 1 and 3 were swapped (#8268)
|
2021-10-29 12:48:07 +02:00 |
|
Aleksander Machniak
|
a14098ac81
|
Fix bug where adding a contact to trusted senders via "Always allow from..." button didn't work (#8264, #8268)
...if the contact already existed in Personal addresses (or another default contacts source)
|
2021-10-28 14:39:34 +02:00 |
|
Aleksander Machniak
|
7337e7608e
|
Identicon: Make background color of the image to match the current skin colors (#8256)
|
2021-10-25 12:34:22 +02:00 |
|
Aleksander Machniak
|
cca73cc285
|
Fix missing inputs on contact creation form if the selected source is readonly (#8255)
|
2021-10-24 20:04:14 +02:00 |
|
Aleksander Machniak
|
a94c2a3c05
|
Fix so session's search scope is not used if search is not active (#8199)
|
2021-10-19 19:21:40 +02:00 |
|
Aleksander Machniak
|
263003d006
|
Fix importing contacts with no email address (#8227)
|
2021-10-19 15:25:49 +02:00 |
|
Aleksander Machniak
|
df7d8f1178
|
Improve auto-wrapping of plain text messages on preview and reply (#6974)
- fix auto-wrapping of some specific cases
- do not auto-wrap non-format=flowed content on preview
- do not auto-wrap content on reply
|
2021-10-15 10:44:02 +02:00 |
|
Aleksander Machniak
|
d6c2e9c3f5
|
Move wrap_and_quote() method to rcmail_action_mail_compose
|
2021-10-10 10:01:21 +02:00 |
|
Aleksander Machniak
|
0b0869e680
|
Add possibility to disable line-wrapping of sent mail body (#5101)
|
2021-09-26 10:08:31 +02:00 |
|
Aleksander Machniak
|
f2688ba492
|
Use ?? operator where applicable
|
2021-09-21 19:12:06 +02:00 |
|
Aleksander Machniak
|
8a5d9a1984
|
Add ability to mark multiple messages as not deleted at once (#5133)
The option is visible when flag_for_deletion=true and skip_deleted=false.
|
2021-09-18 10:40:06 +02:00 |
|
Aleksander Machniak
|
7a269a2b84
|
Replace get_input_value() with get_input_string() where appropriate
|
2021-09-13 19:31:49 +02:00 |
|
Aleksander Machniak
|
375e613366
|
Be less forgiving on the input format
|
2021-09-13 12:03:48 +02:00 |
|
Aleksander Machniak
|
b9d0dc1cf9
|
Rename session items 'search' and 'search_params' to 'contact_search' and 'contact_search_params'
... to fix potential conflict with the session items for mail search.
|
2021-09-11 09:11:42 +02:00 |
|
Aleksander Machniak
|
63056eb803
|
Fix PHP8 warnings (#8175)
|
2021-09-11 08:59:15 +02:00 |
|
Aleksander Machniak
|
bdb336f3ac
|
Don't generate QR-code when it's not possible
|
2021-09-09 10:14:28 +02:00 |
|
Aleksander Machniak
|
bdb3165b14
|
Fix XSS issue in handling attachment filename extension in mimetype mismatch warning (#8193)
|
2021-08-31 19:18:52 +02:00 |
|
Thomas Bruederli
|
0c24c96e97
|
Fix password/token length check on OAuth login (#8178)
|
2021-08-29 16:57:31 +02:00 |
|
Aleksander Machniak
|
d7338a4203
|
Add option to purge deleted mails older than 30, 60 or 90 days (#5493)
|
2021-08-29 11:06:04 +02:00 |
|
Aleksander Machniak
|
cb37d14c5c
|
Support responses (snippets) in HTML format (#5315)
|
2021-08-28 19:17:19 +02:00 |
|
Aleksander Machniak
|
2c0db244bc
|
Generate QR-code in svg format if there's xmlwriter extension installed
I think xmlwriter is more likely to be installed than imagick.
The size of the png and svg output is almost identical.
|
2021-08-28 09:29:03 +02:00 |
|
johndoh
|
0c863206f1
|
Replace Endroid QrCode with BaconQrCode (#8173)
|
2021-08-28 09:09:19 +02:00 |
|
Aleksander Machniak
|
e2187b8f2d
|
Fix various PHP 8.1 warnings
|
2021-08-27 16:52:54 +02:00 |
|
Aleksander Machniak
|
a0253db816
|
Fix bug where "from my contacts" and "from trusted senders" values were mixed up (#8177)
|
2021-08-26 08:05:03 +02:00 |
|
Aleksander Machniak
|
3f83a074a8
|
Fix handling of spellcheck connection errors (#8172)
|
2021-08-22 10:35:31 +02:00 |
|
Aleksander Machniak
|
c9a0af7645
|
Fix displaying inline images with incorrectly declared content-type (#8158)
|
2021-08-15 09:59:21 +02:00 |
|
Aleksander Machniak
|
6110b2c67a
|
Fix handling of headers that occur multiple times by show_additional_headers plugin (#8157)
|
2021-08-04 08:29:28 +02:00 |
|
Aleksander Machniak
|
766189f524
|
Fix PHP 8.1 deprecation warnings
|
2021-07-31 08:38:47 +02:00 |
|
Aleksander Machniak
|
0d4a395464
|
Fix PHP 8.1 deprecation warnings
|
2021-07-31 07:53:14 +02:00 |
|
Aleksander Machniak
|
e23d51a23e
|
Remove redundant if statement (#8119)
|
2021-07-20 11:04:46 +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 |
|