Commit graph

3200 commits

Author SHA1 Message Date
Andy
534050ecd4
Default decodeBody() force_crlf Value
Prevent any PHP 8.1 errors about sending empty variables to functions that want contentful strings.
2022-02-28 19:07:17 -08:00
Andy
7f4a258173
Merge branch 'trunk' 2022-02-28 18:54:52 -08:00
pdontthink
58441bd7c3
Fix whacky theme name logic, though it's still needlessly complex and should not be using 'none' when no theme is chosen... 2022-02-28 18:53:54 -08:00
Andy
e77a63b675
Merge branch 'trunk' 2022-01-26 01:07:44 -08:00
pdontthink
bcdfe6e9f1
Happy New Year 2022-01-26 01:06:50 -08:00
Andy
273ffd5c63
Merge branch 'trunk' 2022-01-11 11:19:12 -08:00
pdontthink
58084a55b3
Fix mixed use of message ID list (#2859) 2022-01-11 11:15:57 -08:00
Andy
5491e1a9ee
Merge branch 'trunk' 2021-10-17 17:08:50 -07:00
pdontthink
fa13f1555d
Someone meant to use strlen() instead of sizeof() but neither is necessary 2021-10-17 17:06:38 -07:00
Andy
bbeaa3b1e5
Fix Column Sort Bug 2021-10-14 00:48:47 -07:00
pdontthink
580b85b557
Someone added non-optional parameter after optional one; it's not optional, but we can fix it like this 2021-09-28 19:16:09 -07:00
Andy
d846407774
Merge branch 'trunk' into master 2021-08-25 06:22:41 -07:00
pdontthink
96a713c8e4
Fix certain messages with headers in unknown charsets encoded as quoted printable showing up as blank sender/subject in message list. There are two ways to fix it, and the more accurate but costly one is left unfinished since the easy fix seems to have helped in every case I know of 2021-08-25 06:21:15 -07:00
Andy
c953453f72
Merge branch 'trunk' into master 2021-08-10 04:22:11 -07:00
pdontthink
1b4ce00bb4
Minor, rare bug fix: Properly reduce multiple spaces in date headers 2021-08-10 04:21:36 -07:00
Andy
30513c2396
Merge branch 'trunk' into master 2021-05-07 20:29:19 -07:00
pdontthink
57be9908a6
Browser seems to respond better when deleting the cookie if you void its value also; helps actually get the cookie to be removed even though this feels more like a browser problem... maybe it does not like a date in 1970? 2021-05-07 20:27:24 -07:00
Andy
9690279beb
Merge branch 'trunk' into master 2021-05-07 03:32:00 -07:00
pdontthink
f732572ecb
Add cookie SameSite attribute; uses default if "Strict" but can be overridden by $same_site_cookies in config_local.php 2021-05-07 03:31:11 -07:00
Andy
1877538335
Default to SAMEORIGIN if provider_uri is Unset 2021-03-02 17:20:52 -08:00
Andy
97b3205313
Merge branch 'trunk' into master 2021-02-08 15:25:06 -08:00
pdontthink
39555bed41
Migrate away from using create_function as long as PHP 5.3+ is available 2021-02-08 15:19:14 -08:00
Andy
477e7647f1
Merge branch 'trunk' into master 2021-02-07 23:18:40 -08:00
pdontthink
b177d0ef66
Remove random default argument value in the middle of argument list 2021-02-07 23:10:48 -08:00
pdontthink
4783fa1b6a
Stop using curly braces 2021-02-06 09:33:41 -08:00
Andy
fabb21dfcf
Undo Change to Trunk 2021-02-06 09:20:02 -08:00
pdontthink
65a4dfb111
Stop using curly braces 2021-02-05 23:50:02 -08:00
pdontthink
84071a7e84
Stop using curly braces 2021-02-05 23:49:02 -08:00
Andy
c32baf6f95
Merge branch 'trunk' into master 2021-02-05 11:57:03 -08:00
pdontthink
c4ef1a0eea
Happy New Year 2021-02-05 11:55:37 -08:00
Andy
a11875145c
Allow for SCRAM Algorithms with Hyphens 2021-02-03 00:08:14 -08:00
Andy
69acd51ecc
Merge branch 'trunk' into master 2021-01-16 02:19:32 -08:00
pdontthink
b3acab5356
Typo fix 2021-01-16 02:09:21 -08:00
pdontthink
8e48a0bb7b
Remove use of each() as it is deprecated 2021-01-16 02:08:19 -08:00
Andy
4e8eff574c
Merge branch 'trunk' into master 2021-01-15 19:30:58 -08:00
pdontthink
52eff45ff7
Fix for unknown broken mailer using "UTC" in Date header 2021-01-15 19:29:34 -08:00
Andy
025dd37b11 Merge branch 'trunk' into master 2020-11-20 21:03:33 -08:00
pdontthink
70ecd67cf2 Add default ability to view calendar attachments sent as application/ics 2020-11-20 21:02:45 -08:00
Andy
ed07f16bf8 Merge branch 'trunk' into master 2020-11-03 12:51:38 -08:00
pdontthink
dc69181ec7 Fix what I think was a misunderstanding of what the extra attribute was supposed to be for the anchor links for attachment actions 2020-11-03 12:51:14 -08:00
Andy
9572d6c6ca Required Param Not Allowed After Optional Param
PHP 8's finally being a stickler about these things.
2020-11-01 16:05:48 -08:00
Andy
7eb8556f39
Merge branch 'trunk' 2020-07-11 01:12:14 -07:00
pdontthink
47bc0da041
Fix index value that was left over from 1.4.x 2020-07-11 01:11:08 -07:00
Andy
5034e16943
Merge branch 'trunk' 2020-07-11 00:18:16 -07:00
pdontthink
2c5c97b38e
Allow plugins to provide their own view/download attachment links 2020-07-11 00:17:34 -07:00
Andy
1efd62df46
Merge branch 'trunk' 2020-07-10 23:23:42 -07:00
pdontthink
f1976f9dee
Fix previously incomplete commit 2020-07-10 23:22:31 -07:00
Andy
a9befeef74
Corrected Type Typo 2020-07-10 22:08:44 -07:00
Andy
6b06b2472b
Merge branch 'trunk' 2020-07-10 22:06:29 -07:00
pdontthink
eb7f686a56
Add MIME type parameters ("type0", "type1") to the end of the plugin arguments for all attachment hooks 2020-07-10 22:05:58 -07:00