History log of /dokuwiki/inc/mail.php (Results 1 – 25 of 70)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 4b230b99 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: indent fixes


# 177d6836 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow whitespaces


# dccd6b2b 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: function call spacing


# b2c8ab47 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: loop declaration spacing


# d868eb89 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function declaration braces/spaces


# c1482d1c 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function argument spacing


# 24870174 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to the rest of inc


# 2b483eba 06-Mar-2023 Andreas Gohr <andi@splitbrain.org>

move mail header constants to define file


# fe4fec2f 19-Sep-2022 fiwswe <53953985+fiwswe@users.noreply.github.com>

Shorten comment line to appease PHP Code Sniffer


# b9baf069 19-Sep-2022 fiwswe <53953985+fiwswe@users.noreply.github.com>

Remove PHP version differentiation for MAILHEADER_EOL


# abd8ac34 19-Sep-2022 fiwswe <53953985+fiwswe@users.noreply.github.com>

Handle change of line endings in mail() in PHP 8.0.14+


# 656246ff 01-May-2020 Andreas Gohr <andi@splitbrain.org>

removed deprecated mail_send()

This has been replaced by the Mailer class some years ago.


# 2401f18d 30-Oct-2019 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory.


# 8cbc5ee8 10-Jun-2019 Andreas Gohr <andi@splitbrain.org>

replaced deprecated utf8 functions

For now this uses full qualified namespaces, sensible imports may come
later.


# cbb44eab 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

deprecated trigger_event() in favor of a static method on Event


# 64159a61 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

line lengths shortened

This makes sure all files use line lenghts shorter than 120 characters.

This is a quick fix. It might not always be the nicest change.


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 65cc1598 01-Aug-2017 Phy <git@phy25.com>

Replace htmlspecialchars to hsc in core


# 3d4e3335 26-May-2017 Andreas Gohr <andi@splitbrain.org>

moved EmailAdressValidator to composer install #1970


# f50a239b 31-Mar-2017 Takamura <plehanov.v@gmail.com>

I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.


# 59752844 14-Jun-2016 Anders Sandblad <runeson@gmail.com>

Fixed broken links to php.net and redirecting pages to php.net


# 0a71e551 09-Apr-2015 Michael Große <grosse@cosmocode.de>

Add deprecated tag to mail_send, _mail_send_action, mail_encode_address

These functions are already deprecated and replaced by the Mailer::
class. The deprecated tag was simply missing.


# 8838b30b 17-Oct-2014 Rainer Rillke <rillke@wikipedia.de>

Accept some new gTLD e-Mail addresses

by allowing longer TLDs (up to 63 characters, which is the DN maximum: https://tools.ietf.org/html/rfc1034):
"Each node has a label, which is zero to 63 octets

Accept some new gTLD e-Mail addresses

by allowing longer TLDs (up to 63 characters, which is the DN maximum: https://tools.ietf.org/html/rfc1034):
"Each node has a label, which is zero to 63 octets in length."

For an up-to-date-length, see http://stackoverflow.com/a/22038535

show more ...


123