aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/mail.php
Commit message (Expand)AuthorAge
* code style: line breaksAndreas Gohr2023-08-31
* code style: operator spacingAndreas Gohr2023-08-31
* code style: indent fixesAndreas Gohr2023-08-31
* coding style: control flow whitespacesAndreas Gohr2023-08-31
* coding style: function call spacingAndreas Gohr2023-08-30
* coding style: loop declaration spacingAndreas Gohr2023-08-30
* codestyle adjustments: function declaration braces/spacesAndreas Gohr2023-08-30
* codestyle adjustments: function argument spacingAndreas Gohr2023-08-30
* Apply rector fixes to the rest of incAndreas Gohr2023-08-29
* move mail header constants to define fileAndreas Gohr2023-03-06
* Shorten comment line to appease PHP Code Snifferfiwswe2022-09-19
* Remove PHP version differentiation for MAILHEADER_EOLfiwswe2022-09-19
* Handle change of line endings in mail() in PHP 8.0.14+fiwswe2022-09-19
* removed deprecated mail_send()Andreas Gohr2020-05-01
* Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory.Syntaxseed2019-10-31
* replaced deprecated utf8 functionsAndreas Gohr2019-06-10
* deprecated trigger_event() in favor of a static method on EventAndreas Gohr2019-04-20
* line lengths shortenedAndreas Gohr2018-04-27
* remove DOKU_INC checksAndreas Gohr2018-04-27
* Replace htmlspecialchars to hsc in corePhy2017-08-01
* moved EmailAdressValidator to composer install #1970Andreas Gohr2017-05-26
* I supplemented the existing comments on the methods in which there was not en...Takamura2017-03-31
* Fixed broken links to php.net and redirecting pages to php.netAnders Sandblad2016-06-14
* Add deprecated tag to mail_send, _mail_send_action, mail_encode_addressMichael Große2015-04-09
* Accept some new gTLD e-Mail addressesRainer Rillke2014-10-17
* amend $_SERVER to $INPUT->serverChristopher Smith2014-03-06
* use preg_replace_callback instead of '/e' flag when encoding quoated printabl...Christopher Smith2013-10-19
* renamed mailfromnon to mailfromnobody, use in subscriptionsAndreas Gohr2012-08-05
* added mailfromnone internal option FS#2170Andreas Gohr2012-08-05
* coding style updatesAndreas Gohr2012-03-16
* The mail() function shouldn't be executed when no recipients are given.Matthias Schulte2011-06-26
* fixed email subject encoding bug ($enc_subj typo)Kazutaka Miyasaka2011-06-06
* correctly encode quoted email namesElan Ruusamäe2011-02-11
* Use Base64 encoding for long subjects FS#2169Andreas Gohr2011-02-10
* Revert "use CRLF in quoted printable encoding FS#1755"Andreas Gohr2011-02-06
* Update EmailValidator to r10 and allow local email addresses FS#2118Andreas Gohr2010-12-18
* surpress warning in mail setup when hostname can't be determinedAndreas Gohr2010-12-08
* Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.Elan Ruusamäe2010-11-29
* handle mailfrom replacements in a central place FS#2091Andreas Gohr2010-11-05
* use CRLF in quoted printable encoding FS#1755Andreas Gohr2010-06-26
* first attempt to centralize all include loadingAndreas Gohr2010-01-31
* Coding Standard CleanupAndreas Gohr2009-10-20
* Change expensive uses of split to the much faster explode.Tom N Harris2009-05-28
* removed some illogical path setupsAndreas Gohr2008-12-13
* reverted the envelope address setting patchAndreas Gohr2008-10-13
* readded email patterns -> fixes email links broken with yesterdays validator ...Andreas Gohr2008-10-12
* use EmailAddressValidator class for email validation FS#1503Andreas Gohr2008-10-11
* some changes for the recent FS#1419 and FS#1375 fixesAndreas Gohr2008-10-11
* pass envelope headers to sendmail on Unix systems FS#1419 FS#1375Andreas Gohr2008-10-11
* fix parsing of email addresses with uppercase letters FS#1378Andreas Gohr2008-04-10