index
:
dokuwiki
3waymerge
CRLFmail
HTTPClientAgent
actionRouterImprovements
addomainless-stable
appveyorfixing
conf-bcrypt
deployment
docker
editorjs-cleanup
em_fix
emptydirdefault
eventrenderer
extension-infosource
extensionevent
font
fs2851
gittoolQuietOption
globalErrorHandling
handlerpagectx
imagedispatch
jquery3
large-screens
lessnew
localdraft
logevent
logging
logunevent
mail
mail_headers
master
master2psr2
mediaFNrev
mediarefactor
menucontext
old-stable
oldmediaonrev
openapi
php7comptib
phpcsCI-failtest
phpunit9
pr-3115
proxystuff
psr2-plugin
rectordebug
remote-argumentcount
retrytests
reusableLocktimerJS
revdiffexternaledits
reverse-fallback-ns-linking
rmdir
scrutinizer-patch-1
searchIndex
searchIndex-collections
searchIndex-restructure
stable
testFix
testfixes
travis
travis-php80-debug
utf8fix
versionfixtool
wintest
The DokuWiki Open Source Wiki Engine
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
inc
/
mail.php
Commit message (
Expand
)
Author
Age
*
code style: line breaks
Andreas Gohr
2023-08-31
*
code style: operator spacing
Andreas Gohr
2023-08-31
*
code style: indent fixes
Andreas Gohr
2023-08-31
*
coding style: control flow whitespaces
Andreas Gohr
2023-08-31
*
coding style: function call spacing
Andreas Gohr
2023-08-30
*
coding style: loop declaration spacing
Andreas Gohr
2023-08-30
*
codestyle adjustments: function declaration braces/spaces
Andreas Gohr
2023-08-30
*
codestyle adjustments: function argument spacing
Andreas Gohr
2023-08-30
*
Apply rector fixes to the rest of inc
Andreas Gohr
2023-08-29
*
move mail header constants to define file
Andreas Gohr
2023-03-06
*
Shorten comment line to appease PHP Code Sniffer
fiwswe
2022-09-19
*
Remove PHP version differentiation for MAILHEADER_EOL
fiwswe
2022-09-19
*
Handle change of line endings in mail() in PHP 8.0.14+
fiwswe
2022-09-19
*
removed deprecated mail_send()
Andreas Gohr
2020-05-01
*
Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory.
Syntaxseed
2019-10-31
*
replaced deprecated utf8 functions
Andreas Gohr
2019-06-10
*
deprecated trigger_event() in favor of a static method on Event
Andreas Gohr
2019-04-20
*
line lengths shortened
Andreas Gohr
2018-04-27
*
remove DOKU_INC checks
Andreas Gohr
2018-04-27
*
Replace htmlspecialchars to hsc in core
Phy
2017-08-01
*
moved EmailAdressValidator to composer install #1970
Andreas Gohr
2017-05-26
*
I supplemented the existing comments on the methods in which there was not en...
Takamura
2017-03-31
*
Fixed broken links to php.net and redirecting pages to php.net
Anders Sandblad
2016-06-14
*
Add deprecated tag to mail_send, _mail_send_action, mail_encode_address
Michael Große
2015-04-09
*
Accept some new gTLD e-Mail addresses
Rainer Rillke
2014-10-17
*
amend $_SERVER to $INPUT->server
Christopher Smith
2014-03-06
*
use preg_replace_callback instead of '/e' flag when encoding quoated printabl...
Christopher Smith
2013-10-19
*
renamed mailfromnon to mailfromnobody, use in subscriptions
Andreas Gohr
2012-08-05
*
added mailfromnone internal option FS#2170
Andreas Gohr
2012-08-05
*
coding style updates
Andreas Gohr
2012-03-16
*
The mail() function shouldn't be executed when no recipients are given.
Matthias Schulte
2011-06-26
*
fixed email subject encoding bug ($enc_subj typo)
Kazutaka Miyasaka
2011-06-06
*
correctly encode quoted email names
Elan Ruusamäe
2011-02-11
*
Use Base64 encoding for long subjects FS#2169
Andreas Gohr
2011-02-10
*
Revert "use CRLF in quoted printable encoding FS#1755"
Andreas Gohr
2011-02-06
*
Update EmailValidator to r10 and allow local email addresses FS#2118
Andreas Gohr
2010-12-18
*
surpress warning in mail setup when hostname can't be determined
Andreas Gohr
2010-12-08
*
Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.
Elan Ruusamäe
2010-11-29
*
handle mailfrom replacements in a central place FS#2091
Andreas Gohr
2010-11-05
*
use CRLF in quoted printable encoding FS#1755
Andreas Gohr
2010-06-26
*
first attempt to centralize all include loading
Andreas Gohr
2010-01-31
*
Coding Standard Cleanup
Andreas Gohr
2009-10-20
*
Change expensive uses of split to the much faster explode.
Tom N Harris
2009-05-28
*
removed some illogical path setups
Andreas Gohr
2008-12-13
*
reverted the envelope address setting patch
Andreas Gohr
2008-10-13
*
readded email patterns -> fixes email links broken with yesterdays validator ...
Andreas Gohr
2008-10-12
*
use EmailAddressValidator class for email validation FS#1503
Andreas Gohr
2008-10-11
*
some changes for the recent FS#1419 and FS#1375 fixes
Andreas Gohr
2008-10-11
*
pass envelope headers to sendmail on Unix systems FS#1419 FS#1375
Andreas Gohr
2008-10-11
*
fix parsing of email addresses with uppercase letters FS#1378
Andreas Gohr
2008-04-10
[next]