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
|
bdb3165b14
|
Fix XSS issue in handling attachment filename extension in mimetype mismatch warning (#8193)
|
2021-08-31 19:18:52 +02:00 |
|
Aleksander Machniak
|
cb37d14c5c
|
Support responses (snippets) in HTML format (#5315)
|
2021-08-28 19:17: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 |
|
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
|
9caab5f701
|
Fix PHP8 warnings
|
2021-07-16 12:57:46 +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 |
|
Aleksander Machniak
|
9d60ee1675
|
Remove debug code
|
2021-06-02 12:46:24 +02:00 |
|
Aleksander Machniak
|
ed17ce58b1
|
Remove (incorrect) use of Return-Receipt-To header (#8069)
|
2021-05-22 09:13:42 +02:00 |
|
Aleksander Machniak
|
9e735cb544
|
Vcard_attachments: Improve handling of multiple contacts (#7027)
|
2021-05-16 11:04:35 +02:00 |
|
Aleksander Machniak
|
6714649afe
|
Make the Purge (Empty) action available for every non-empty folder, not only Trash (#7948)
|
2021-05-02 11:07:20 +02:00 |
|
Aleksander Machniak
|
462ab1e8df
|
Remove debug code, fix PHP8 warning
|
2021-05-02 09:15:50 +02:00 |
|
Aleksander Machniak
|
8b10f9d6ea
|
Warn the user about a potential data leak on mail bounce or forward (#7993)
|
2021-05-01 12:45:31 +02:00 |
|
Josh Soref
|
203f456620
|
Spelling (#8001)
|
2021-04-18 08:43:18 +02:00 |
|
Aleksander Machniak
|
c8a4b61e53
|
Fix so "Always allow from..." button appears also when allow_images=3 (#7961)
|
2021-04-11 11:00:23 +02:00 |
|
Aleksander Machniak
|
a399a7fa8e
|
Fix invalid search fields after search scope change (#6919)
- Don't start search on initerval and scope search
- Use currently selected criteria instead of the criteria defined in search_mods[*]
|
2021-04-04 13:41:39 +02:00 |
|
Aleksander Machniak
|
352a31ec07
|
Fix errors/warnings when fetching replied/forwarded message headers fails (#7970)
|
2021-04-04 10:15:02 +02:00 |
|
Aleksander Machniak
|
b913d2fbde
|
Add IDN homograph attack (spoofing) detection [CVE-2019-15237] (#6891)
|
2021-03-21 09:25:57 +01:00 |
|
Aleksander Machniak
|
1b08ccd384
|
Fix so selecting the same folder to reset search resets also the page number (#7125)
|
2021-03-14 09:46:33 +01:00 |
|
Aleksander Machniak
|
6722ba0da3
|
Fix bug where the list page wasn't reset when changing a folder on mail view page (#7932)
|
2021-03-13 08:17:43 +01:00 |
|
Aleksander Machniak
|
79b5343563
|
Fix handling of address groups in email headers by ignoring their names (#7663)
|
2021-02-06 16:41:50 +01:00 |
|
Aleksander Machniak
|
79f839b2f6
|
Fix so message flags are updated on refresh also for multifolder search results (#7774)
|
2021-01-31 10:25:49 +01:00 |
|
Aleksander Machniak
|
a9e50951ee
|
Fix PHP warnings/notices
|
2021-01-14 19:18:53 +01:00 |
|
Aleksander Machniak
|
837078cd23
|
Fix mail search error on invalid search_mods definition (#7789)
|
2021-01-10 10:30:43 +01:00 |
|
johndoh
|
5fdf8e62df
|
Add placeholder text when no responses on compose screen (#7807)
|
2021-01-09 18:59:16 +01:00 |
|
Aleksander Machniak
|
65c9d08e01
|
PHP8 fixes
|
2020-12-20 17:22:18 +01:00 |
|
Aleksander Machniak
|
ffe8a0c940
|
Elastic: Display email size on the list of messages (#7162)
|
2020-12-20 16:12:52 +01:00 |
|
Aleksander Machniak
|
5aa0d09def
|
Add array_first() helper, fix some code issues
|
2020-12-20 09:44:17 +01:00 |
|
johndoh
|
cfd4fa170f
|
Fix a few PHP notices (#7791)
|
2020-12-19 19:36:58 +01:00 |
|
Aleksander Machniak
|
8cd202f57f
|
PHP8 fixes
|
2020-12-19 14:27:59 +01:00 |
|
johndoh
|
9e739faac5
|
Return 204 rather than 404 on missing contact photo (#7778)
* return 204 rather than 404 on missing contact photo
* a little code cleanup
* don't use blank.gif as placeholder, use data: uri instead
|
2020-12-19 10:10:54 +01:00 |
|
Aleksander Machniak
|
17ae3693c3
|
PHP8 fixes + fix fatal error when refreshing compose page in forward-as-attachment state
|
2020-12-18 19:27:25 +01:00 |
|
Aleksander Machniak
|
84949fbb4e
|
CS fixes, added more tests
|
2020-12-17 19:45:12 +01:00 |
|
Aleksander Machniak
|
3bbb01fe13
|
PHP8 fixes, regression fixes
|
2020-12-13 12:14:15 +01:00 |
|
Aleksander Machniak
|
8eb382b4ca
|
PHP8 fixes
|
2020-12-11 20:29:41 +01:00 |
|
Aleksander Machniak
|
f4ed1024dc
|
PHP8 fixes, CS fixes, short array syntax, tests
|
2020-12-02 20:15:00 +01:00 |
|
Aleksander Machniak
|
fb2c80eedb
|
Fix regression (#7705)
|
2020-11-02 13:41:59 +01:00 |
|