Andy
|
4acee40537
|
Merge branch 'master' into rrs-website
|
2021-02-02 23:11:13 -08:00 |
|
Andy
|
c322eb43ae
|
Merge branch 'trunk' into master
|
2021-02-02 23:10:05 -08:00 |
|
pdontthink
|
fc0a6742d4
|
Fix variable name typo
|
2021-02-02 23:09:24 -08:00 |
|
pdontthink
|
e29bca959e
|
PHP 8 compatibility fix
|
2021-01-15 10:00:27 -08:00 |
|
Andy
|
cd492625de
|
Merge branch 'master' into rrs-website
|
2020-11-01 17:59:16 -08:00 |
|
Andy
|
cc59260fa5
|
Required Param Not Allowed After Optional (Part 2)
Whoever wrote this thought PHP worked in a way which it does not.
I'm not changing any parameter order, for backward compatibility...
...for now.
|
2020-11-01 17:57:23 -08:00 |
|
Andy
|
d16827ded6
|
Merge branch 'master' into rrs-website
|
2020-11-01 16:09:39 -08:00 |
|
Andy
|
99f085512a
|
errcontext Deprecated in PHP 7.2.0
Removed in PHP 8.0
|
2020-11-01 15:44:36 -08:00 |
|
Andy
|
a11e2b2065
|
Merge branch 'master' into rrs-website
|
2020-01-24 19:17:52 -08:00 |
|
Andy
|
40949c3751
|
Check for Empty Headers
|
2020-01-24 19:15:10 -08:00 |
|
Andy
|
9e9b54f6ea
|
Merge branch 'master' into rrs-website
|
2020-01-07 00:18:19 -08:00 |
|
Andy
|
a3e51f1ee6
|
Merge branch 'trunk'
|
2020-01-07 00:13:04 -08:00 |
|
pdontthink
|
fc283980d0
|
Happy New Year
|
2020-01-07 00:12:38 -08:00 |
|
Andy
|
1e024017af
|
Merge branch 'master' into rrs-website
|
2019-11-06 23:34:21 -08:00 |
|
Andy
|
f1e95758e1
|
Add SCRAM Support
Close #1
|
2019-11-06 23:30:26 -08:00 |
|
Andy
|
ec663971f7
|
Merge branch 'master' into rrs-website
|
2019-08-22 17:02:09 -07:00 |
|
Andy
|
28d4844b62
|
Array and String offset Curly Braces deprecated
|
2019-08-22 17:01:30 -07:00 |
|
Andy
|
6ef11fc02b
|
Merge branch 'master' into rrs-website
|
2019-05-20 19:25:26 -07:00 |
|
Andy
|
a8bcffe4f3
|
Merge branch 'trunk'
|
2019-05-20 19:23:35 -07:00 |
|
pdontthink
|
201f813f0c
|
Don't wrap headers right after the name (configurable)
|
2019-05-20 19:22:38 -07:00 |
|
Andy
|
5f434b3d77
|
Merge branch 'master' into rrs-website
|
2019-04-29 21:09:59 -07:00 |
|
Andy
|
7c10ffa54d
|
Merge branch 'trunk'
|
2019-04-29 21:09:08 -07:00 |
|
pdontthink
|
b1d8fcda20
|
Correct mistaken use of rfc822_header->date field that was being treated as a date string when it is only ever a timestamp
|
2019-04-29 21:08:37 -07:00 |
|
Andy
|
95b48ba7a9
|
Merge branch 'master' into rrs-website
|
2019-01-07 22:43:06 -08:00 |
|
Andy
|
f7fe4708b2
|
Merge branch 'trunk'
|
2019-01-07 21:55:40 -08:00 |
|
pdontthink
|
fbcb1ca1f5
|
Happy New Year
|
2019-01-07 21:55:08 -08:00 |
|
Andy
|
70aeb1a550
|
Merge branch 'master' into rrs-website
|
2018-09-19 10:15:15 -07:00 |
|
Andy
|
c36b778b0c
|
Merge branch 'trunk'
|
2018-09-19 10:15:00 -07:00 |
|
pdontthink
|
225a16dcc7
|
Add better spam header handling; also cache raw headers
|
2018-09-19 10:14:17 -07:00 |
|
Andy
|
bd7046e9f1
|
Mail me about errors
Ignore session_start redundancies
|
2018-07-29 21:45:47 -07:00 |
|
Andy
|
61ec40123a
|
Message ID uses UUIDv5
|
2018-07-28 10:56:50 -07:00 |
|
Andy
|
e3c3ef538e
|
Cryptographically secure random integer generation
|
2018-07-28 10:56:20 -07:00 |
|
Andy
|
0b8d32da19
|
Use __construct for Template and Error Handler
Also, static keyword where appropriate
|
2018-07-28 10:52:38 -07:00 |
|
pdontthink
|
23cd61b628
|
Happy New Year
|
2018-01-16 23:44:07 +00:00 |
|
pdontthink
|
f3354bc1aa
|
Add ability for saved drafts to indicate if they are a reply or forward and if so, to which message, and mark that message as replied or forwarded when the draft is finally sent
|
2017-11-18 22:58:10 +00:00 |
|
pdontthink
|
ff8f31441c
|
Fix insufficient sendmail command argument escaping (thanks to Mitchel Sahertian, Maor Shwartz and Dawid Golunski for bringing this to our attention). [CVE-2017-7692]
|
2017-04-24 19:46:13 +00:00 |
|
pdontthink
|
6cd24c0552
|
Happy 2017
|
2017-01-27 20:34:08 +00:00 |
|
pdontthink
|
416ab4ec38
|
Add PHP5-style constructor
|
2016-12-10 11:21:08 +00:00 |
|
pdontthink
|
7d33c448da
|
Fix variable name typo
|
2016-12-10 10:34:21 +00:00 |
|
pdontthink
|
4acb55491d
|
Add PHP5-style constructor
|
2016-12-10 10:29:47 +00:00 |
|
pdontthink
|
66df95da9e
|
Add PHP5-style constructor
|
2016-12-10 09:51:20 +00:00 |
|
pdontthink
|
50f7e1b6db
|
Add PHP5-style constructor
|
2016-12-10 09:44:15 +00:00 |
|
pdontthink
|
996ce5af9e
|
Label static functions as such; callers won't get deprecated warnings in PHP7
|
2016-12-10 09:22:35 +00:00 |
|
pdontthink
|
012734e5c6
|
PHP7 fix. Thanks to Kevin Buckley for reporting
|
2016-12-10 09:06:03 +00:00 |
|
pdontthink
|
a38f333d9d
|
More sensible identity selection
|
2016-11-04 02:41:57 +00:00 |
|
pdontthink
|
2934017d92
|
Happy New Year
|
2016-01-01 20:59:53 +00:00 |
|
pdontthink
|
d123f4ae3d
|
Adding "smtp_helo_override" hook
|
2015-11-30 22:48:12 +00:00 |
|
pdontthink
|
3b465a0d0f
|
Happy 2015
|
2015-01-03 04:09:49 +00:00 |
|
pdontthink
|
366ef41c14
|
|
2014-01-21 22:30:24 +00:00 |
|
pdontthink
|
6aa022543c
|
Variable name correction
|
2014-01-21 22:15:03 +00:00 |
|