Commit Graph

77 Commits

Author SHA1 Message Date
Aleksander Machniak
e3637ea26c Fix PHP8 warnings 2023-06-06 13:00:10 +02:00
Aleksander Machniak
1b4f364430 Fix bug where DSN flag state wasn't stored with a draft (#8371) 2022-04-10 11:34:40 +02:00
Aleksander Machniak
243312c50f Fix various PHP8 warnings (#8392) 2022-01-11 19:06:24 +01:00
Aleksander Machniak
3539260470 Fix some more PHP8 warnings (#8363) 2021-12-17 19:06:52 +01:00
Aleksander Machniak
918730b46f Fix some PHP8 compatibility issues (#8363) 2021-12-17 18:53:48 +01:00
Aleksander Machniak
80b453c24a Fix PHP fatal error on an undefined constant in contacts import action (#8277) 2021-11-02 10:32:58 +01:00
Aleksander Machniak
fdca2a55ed Fix bug with show_images setting where option 1 and 3 were swapped (#8268) 2021-10-29 12:48:36 +02:00
Aleksander Machniak
d203db0366 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:40:19 +02:00
Aleksander Machniak
d73d81032f Fix some PHP8 warnings (#8239) 2021-10-21 19:58:47 +02:00
Aleksander Machniak
e62ac0c85d Fix so session's search scope is not used if search is not active (#8199) 2021-10-19 19:23:21 +02:00
Aleksander Machniak
39b432ba0a Fix importing contacts with no email address (#8227) 2021-10-19 15:28:40 +02:00
Aleksander Machniak
7300d9bcd2 Be less forgiving on the input format 2021-09-13 12:04:38 +02:00
Aleksander Machniak
41a2652f81 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:13:39 +02:00
Aleksander Machniak
316a997187 Fix PHP8 warnings (#8175) 2021-09-11 09:13:32 +02:00
Aleksander Machniak
9d55dd14d8 Fix XSS issue in handling attachment filename extension in mimetype mismatch warning (#8193) 2021-08-31 19:20:39 +02:00
Thomas Bruederli
24e5c0d58a Fix password/token length check on OAuth login (#8178) 2021-08-29 17:00:18 +02:00
Aleksander Machniak
71b6a6e7fa Fix bug where "from my contacts" and "from trusted senders" values were mixed up (#8177) 2021-08-26 08:06:09 +02:00
Aleksander Machniak
6718c0d6ba Fix handling of spellcheck connection errors (#8172) 2021-08-22 10:42:39 +02:00
Aleksander Machniak
00d52a02bf Fix displaying inline images with incorrectly declared content-type (#8158) 2021-08-15 09:59:55 +02:00
Aleksander Machniak
4515713c85 Fix handling of headers that occur multiple times by show_additional_headers plugin (#8157) 2021-08-04 08:29:58 +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
5679117603 Fix PHP8 warning 2021-05-02 11:32:52 +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
ab37678da8 Fix PHP8 warning 2021-02-21 09:48:46 +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
6a12cb7b67 Remove browser compatibility check
Improved code style, localized some more errors.
Added tests for utils/error action
2021-01-10 11:46:47 +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
a0fbcf3816 Bump copyright year
[skip ci]
2021-01-02 13:46:06 +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