Commit graph

199 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
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
Josh Soref
79e65cd7f6 Remove trailing whitespace 2023-05-23 22:39:38 -04: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
60f8a36db4
Merge branch 'trunk'
Negates d69a18f5
2022-05-24 05:54:52 -07:00
pdontthink
d1c46a27d4
Fix PHP notice when property doesn't exist 2022-05-24 05:50:45 -07:00
Andy
d69a18f551
Fix PHP notice when property doesn't exist (#2863) Redux 2022-05-22 13:08:09 -07:00
Andy
ef6c4f1d3a
Merge branch 'trunk' 2022-05-22 11:23:47 -07:00
pdontthink
9d9bf9b608
Fix PHP notice when property doesn't exist (#2863) 2022-05-22 11:23:31 -07:00
Andy
2d4192f3af
Merge branch 'trunk' 2022-05-04 15:08:45 -07:00
pdontthink
bc5d1b84ed
Add proper RFC 3461 DSN functionality (previously we relied only on the Return-Receipt-To header) 2022-04-14 04:44:52 -07:00
pdontthink
b7697a3db8
Sort out DSN functionality 2022-04-14 04:42:02 -07: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
e805d5d57e
Merge branch 'trunk' into master 2021-04-15 11:05:17 -07:00
pdontthink
af4ab4a32d
Fix order of optional args 2021-04-15 11:04:09 -07:00
pdontthink
ea910725fd
Synchronize optional parameters 2021-03-29 18:24:25 -07:00
pdontthink
8e505f5a06
Fix a couple functions with required parameters after optional ones 2021-03-12 18:13:02 -08:00
pdontthink
45ae2d0072
Remove stray curly brackets 2021-03-12 18:10:44 -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
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
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
f1e95758e1
Add SCRAM Support
Close #1
2019-11-06 23:30:26 -08:00
Andy
28d4844b62
Array and String offset Curly Braces deprecated 2019-08-22 17:01:30 -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
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
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
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
pdontthink
23cd61b628 Happy New Year 2018-01-16 23:44:07 +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
012734e5c6 PHP7 fix. Thanks to Kevin Buckley for reporting 2016-12-10 09:06:03 +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
pdontthink
d95e0da38c Allow SSL socket context to be specified as well 2014-01-21 03:47:03 +00:00
pdontthink
cedca778de Add advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus) 2014-01-21 01:13:49 +00:00