Commit graph

172 commits

Author SHA1 Message Date
Andy
4f2129a616
Merge branch 'trunk' 2025-04-01 23:14:53 -07:00
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
Andy
1997be50de
Merge branch 'trunk' 2024-09-16 11:00:39 -07:00
pdontthink
5e9c162832
Declare class variables 2024-09-16 11:00:08 -07:00
Andy
01bac5e506
Merge branch 'trunk' 2024-09-16 08:04:04 -07:00
pdontthink
e244a25e8b
Declare class variables 2024-09-16 08:02:10 -07:00
pdontthink
b080cb1bf4
Declare class variables 2024-09-16 08:01:07 -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
17208730e6
Merge branch 'trunk' 2023-08-22 01:31:07 -07:00
pdontthink
e603c683a0
Explicitly declare formerly dynamic class property (deprecated PHP behavior) 2023-08-22 01:30:24 -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
2d4192f3af
Merge branch 'trunk' 2022-05-04 15:08:45 -07:00
pdontthink
b7697a3db8
Sort out DSN functionality 2022-04-14 04:42:02 -07:00
Andy
eebe84eab6
Empty Strings Don't Need Cleanup Part 2
Revenge of the PHP 8.1, starring str_replace().
2022-02-28 19:15:50 -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
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
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
Andy
40949c3751
Check for Empty Headers 2020-01-24 19:15:10 -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
28d4844b62
Array and String offset Curly Braces deprecated 2019-08-22 17:01:30 -07:00
pdontthink
fbcb1ca1f5
Happy New Year 2019-01-07 21:55:08 -08:00
pdontthink
225a16dcc7
Add better spam header handling; also cache raw headers 2018-09-19 10:14:17 -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
6cd24c0552 Happy 2017 2017-01-27 20:34: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
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
3b465a0d0f Happy 2015 2015-01-03 04:09:49 +00:00
pdontthink
581dc23061 Happy 2014 2014-01-01 20:33:20 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
pdontthink
782b8ee337 Fix sloppy use of nearly identical variable names 2013-06-17 18:34:16 +00:00
pdontthink
4df49402b3 Document the findAddress function 2013-06-17 18:32:33 +00:00
Thijs Kinkhorst
efd75f4867 Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.

Patch by Paul Lesniewski.

See #3491925
2012-12-09 12:06:30 +00:00
pdontthink
cc299d4d41 Revert revision 14314; static functions are a PHP 5+ feature 2012-04-08 01:51:00 +00:00
Thijs Kinkhorst
535547780f functions are only used statically. mark as such. 2012-04-07 15:17:48 +00:00
pdontthink
aa556c9fab Re: rev 14289 - Proper fix is not to define a new object; code was assuming header that was already defined was placed in the message object (which it was not). Also fix indention issues 2012-04-01 17:57:20 +00:00
Thijs Kinkhorst
43c72ec195 must initialise MessageHeader object to avoid
PHP Warning:  Creating default object from empty value
2012-03-24 10:27:57 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00