Commit graph

179 commits

Author SHA1 Message Date
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year 2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year 2023-01-02 22:04:25 -08:00
pdontthink
d1c46a27d4
Fix PHP notice when property doesn't exist 2022-05-24 05:50:45 -07:00
pdontthink
9d9bf9b608
Fix PHP notice when property doesn't exist (#2863) 2022-05-22 11:23:31 -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
pdontthink
bcdfe6e9f1
Happy New Year 2022-01-26 01:06:50 -08: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
pdontthink
c4ef1a0eea
Happy New Year 2021-02-05 11:55:37 -08:00
pdontthink
fc283980d0
Happy New Year 2020-01-07 00:12:38 -08:00
pdontthink
201f813f0c
Don't wrap headers right after the name (configurable) 2019-05-20 19:22:38 -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
pdontthink
fbcb1ca1f5
Happy New Year 2019-01-07 21:55:08 -08: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
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
152869c29f Fix E_STRICT notices 2012-04-01 22:18:51 +00:00
pdontthink
f63b89047c Fix E_STRICT notice 2012-04-01 21:27:53 +00:00
pdontthink
b2cc0dac1c Revert changes in revision 14302. Revision 14302 should only have changed functions/imap_general.php 2012-04-01 20:09:11 +00:00
pdontthink
33ebad3f5c Fall back to using LIST if NAMESPACE answer is malformed or otherwise problematic. This still doesn't account for situations where the NAMESPACE or LIST answer can't be parsed correctly. 2012-04-01 19:50:49 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
d7ee5f0bba Fix hook name clash: new smtp_auth hook added recently (a few months ago) has been renamed to smtp_authenticate 2011-09-05 07:00:18 +00:00
pdontthink
eee0c34977 Add smtp_auth hook (thanks to Emmanuel Dreyfus) 2011-04-02 19:19:45 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
7aa0e60863 Update copyrights to 2010 2010-01-25 03:23:30 +00:00
Fredrik Jervfors
134d462c94 The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation. 2009-09-29 12:15:33 +00:00
pdontthink
6092b83f73 Remove personal data from Message ID seed. (#880029/847107) 2009-07-31 05:23:04 +00:00
pdontthink
6618a28091 Anchor the regexp. Thanks Thijs Kinkhorst. 2009-05-21 09:21:56 +00:00
pdontthink
ef75b59bbb When sending an address literal to an SMTP EHLO command, do it with the right syntax 2009-05-20 20:59:44 +00:00
Fredrik Jervfors
0a6245814a There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style. 2009-04-15 22:00:49 +00:00
pdontthink
326a1c7f10 Encode outgoing attachments that have lines longer than allowed per RFC. Otherwise, they can be corrupted when artificially (forced) folding - unfolding typically produces an extra space at the fold in most MUAs. This fixes #2226470 and #1473714. Thanks to Kelly Fallon. 2009-04-03 08:31:17 +00:00
pdontthink
1dca6f714b Rewrite foldLine(). The old version *might* have been fixable, but it contained several bad assumptions, RFC misunderstandings and design problems. The new one is better documented if nothing else. PLEASE PLEASE PLEASE TEST THIS. This is a candidate for backporting to STABLE since it fixes some buggy behaviors - see #2501008 and #1951776 and others 2009-04-03 01:21:07 +00:00
pdontthink
d8660a41f4 Documentation fix 2009-04-01 20:53:02 +00:00
pdontthink
fed4b6376b Make our Date header RFC-compliant. Redundant timezone info does not comply with RFC 822 section 5.1 2009-04-01 20:39:41 +00:00