summaryrefslogtreecommitdiff
path: root/inc/mail.php
Commit message (Expand)AuthorAge
* 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
* corrections for earlier MAIL_MESSAGE_SEND patch :)Chris Smith2007-09-30
* Add MAIL_MESSAGE_SEND event (resolution of FS#1007)Chris Smith2007-09-30
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
* update email address validation to support 'museum' & 'travel' tldsChris Smith2007-06-27
* fix for encoding email addressesAndreas Gohr2007-06-13
* RFC2047 fix for mail subjects (FS #1080)Guy Brand2007-02-15
* improve and centralise email regexp, fixes FS#1049chris2007-01-25
* user the MAILHEADER_EOL in quoted printable encodingAndreas Gohr2006-06-06
* fix for quoted printable encodingAndreas Gohr2006-03-09
* fix for the windows' limited to: header support in mails FS#738Andreas Gohr2006-03-07
* file cleanupsAndreas Gohr2006-02-17
* don't use named recipients in mails on Windows #652Andreas Gohr2005-12-03
* allowing + char in email addressesAndreas Gohr2005-09-16
* do not use params parameter in call to mail() if unneeded #397andi2005-06-20
* changed mail header seperator back to newlineandi2005-05-23
* make notify mails more RFC2822 conform (fixes #341 and #168)andi2005-05-23
* removed closing php tag for includesandi2005-04-13
* better mailheader handling #168andi2005-02-27
* added init.php - may have broken something! (related to #153)andi2005-02-19
* utf8 safe mailfunctions added (fixes #82)andi2005-01-27