Commit graph

3200 commits

Author SHA1 Message Date
Andy
4f2129a616
Merge branch 'trunk' 2025-04-01 23:14:53 -07:00
pdontthink
c763ff909d
Sanitize part of a header inadvertently included as-is after processing the first part which was encoded (Thanks to yelang123 (@yelang123x) and nga990 (@nga_990)) CVE-2025-30090 2025-04-01 23:13:45 -07:00
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
Andy
01bac5e506
Merge branch 'trunk' 2024-09-16 08:04:04 -07:00
pdontthink
0472dd0960
Don't need to decode empty string/NULL 2024-09-16 08:03:25 -07:00
Andy
45a5907e58
Merge branch 'trunk' 2024-06-01 14:37:25 -07:00
pdontthink
4b4b4291ad
Correct docs, initialize variable 2024-06-01 14:35:59 -07:00
Andy
bc9d14206d
Merge branch 'trunk' 2024-03-27 03:37:44 -07:00
pdontthink
ec91df548a
Fix PHP warning 2024-03-27 03:37:05 -07:00
pdontthink
324c28e5c7
Hack for problem where is used as both boolean and int 2024-03-27 03:35:17 -07:00
Andy
d79aab6762
Merge branch 'trunk' 2024-01-02 14:58:59 -08:00
pdontthink
39cfdaadfd
Happy New Year 2024-01-02 14:58:16 -08:00
Andy
c09151f675
Merge branch 'trunk' 2023-12-11 13:20:19 -08:00
pdontthink
acb279e2b5
Fix: Don't feed an integer to sizeof() 2023-12-11 13:19:27 -08:00
pdontthink
aa43aba6ec
Fix broken parenthesis 2023-11-24 11:24:45 -08:00
Andy
b1e0d5b0a0
Close #12 2023-09-18 17:34:57 -07:00
Andy
14188a7953
Merge branch 'trunk' 2023-09-03 07:09:09 -07:00
pdontthink
39b288ed9d
Add TODO 2023-09-03 07:08:36 -07:00
Andy
08893e3432
Merge branch 'trunk' 2023-08-24 15:23:31 -07:00
pdontthink
b0cd6a2d1c
Remove extraneous reset 2023-08-24 15:21:28 -07:00
Andy
c85b5da58f
Check for Empty User Agent before Comparing 2023-06-21 00:31:22 -07:00
Josh Soref
79e65cd7f6 Remove trailing whitespace 2023-05-23 22:39:38 -04:00
Andy
d9319d237b
Merge branch 'trunk' 2023-04-13 10:06:43 -07:00
pdontthink
ad802a31a9
Don't str_replace() on null values 2023-04-13 10:06:25 -07:00
Andy
7dd5b252a9
Merge branch 'trunk' 2023-04-13 10:04:58 -07:00
pdontthink
022460cfb2
Make sure is initialized when resetting the cache 2023-04-13 10:04:27 -07:00
Andy
ec52fd089c
Merge branch 'trunk' 2023-01-02 22:06:59 -08:00
pdontthink
380afc7213
Happy New Year 2023-01-02 22:04:25 -08:00
Andy
aa760dcad7
Merge branch 'trunk' 2022-12-06 08:41:05 -08:00
pdontthink
864c548d25
Fix poorly written timezone parsing 2022-12-06 08:39:57 -08:00
Andy
9780129b1a
Prevent "null param2 in explode()" Warning 2022-06-28 08:02:30 -07:00
Andy
a0ffc73d1a
Merge branch 'trunk' 2022-05-27 15:10:25 -07:00
pdontthink
139a9f97a6
Add ability to explicitly set address book DB connection charset, though usually if database defaults are sensible this is not something to be concerned with in configuring SquirrelMail 2022-05-27 15:09:38 -07:00
pdontthink
eb1008dffb
Add ability to explicitly set prefs DB connection charset, though usually if database defaults are sensible this is not something to be concerned with in configuring SquirrelMail 2022-05-27 15:02:55 -07:00
Andy
71483087d5
Merge branch 'trunk' 2022-05-23 05:19:05 -07:00
pdontthink
56f8263300
Greatly fix the plaintext display of messages that do not have a text part. Patch from Alexey Shpakovsky (#496) 2022-05-23 05:18:40 -07:00
Andy
7222c8307f
Merge branch 'trunk' 2022-05-22 16:08:18 -07:00
pdontthink
ed0e93752b
Fix: Login mechanisms other than "login" were broken if server returned untagged data before login response (#2854) 2022-05-22 16:07:35 -07:00
Andy
a4419982b5
Merge branch 'trunk' 2022-05-22 13:51:49 -07:00
pdontthink
84336cdc40
Add option to folder prefs for marking deleted messages as read 2022-05-22 13:50:52 -07:00
Andy
fc474fbca6
Check for Empty Actions before Reply Check 2022-05-22 13:10:10 -07:00
Andy
d902a126a0
Merge branch 'trunk' 2022-05-22 12:44:41 -07:00
pdontthink
ebc4032c84
Implement SQL identifier quoting in all cases (alleviates issue double-quoting user field under PGSQL, #177) 2022-05-22 12:43:07 -07:00
Andy
9d0e30352e
Merge branch 'trunk' 2022-05-22 10:01:23 -07:00
pdontthink
dfd17feaf0
Fix bug where could not toggle flag (delete, etc) a single message 2022-05-22 10:00:45 -07:00
Andy
2d4192f3af
Merge branch 'trunk' 2022-05-04 15:08:45 -07:00
pdontthink
c0f7ddd80f
Cause message subject to show in page title when message view is loaded in its own window/tab 2022-04-25 14:40:55 -07:00
Andy
19f143e777
Merge branch 'trunk' 2022-03-21 14:04:56 -07:00
pdontthink
e8c96bab1b
Add ability for plugins to request additional header fields in the message list lookup 2022-03-21 14:03:42 -07:00
Andy
a8163e30d6
Case-Insensitive is Case-Insensitive
And in PHP 8.1 strtolower() hates an empty value.
2022-02-28 19:09:27 -08:00