History log of /dokuwiki/inc/Mailer.class.php (Results 26 – 50 of 85)
Revision Date Author Comments
# 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.


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

First go at moving the plugin classes into their own namespace


# 749c0023 20-Apr-2019 Andreas Gohr <andi@splitbrain.org>

some PSR-2 fixes for the Mailer class

The defines might need to be moved elsewhere


# 743792d0 15-Sep-2018 LarsGit223 <lars_paulsen@web.de>

Another scrutinizer fix.


# d31a1599 15-Sep-2018 LarsGit223 <lars_paulsen@web.de>

Added type check to fix scrutinizer message.


# 102cdbd7 15-Sep-2018 LarsGit223 <lars_paulsen@web.de>

Auth/Mailer: properly handle usernames including a comma

Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'.
The "To" e-mail address in the notification mail was

Auth/Mailer: properly handle usernames including a comma

Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'.
The "To" e-mail address in the notification mail was malformed if a new user was added
and included a ',' in it's name. Fixes #1569.

show more ...


# 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.


# 5f43dcf4 28-Oct-2017 Lukas Rademacher <lukas@rademacher.ac>

Support for configurable e-mail return path


# 1ec0f708 27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master-fix-windows' of git://github.com/yurii-github/wiki into pull-request-2053

* 'master-fix-windows' of git://github.com/yurii-github/wiki:
response on review
response on review

Merge branch 'master-fix-windows' of git://github.com/yurii-github/wiki into pull-request-2053

* 'master-fix-windows' of git://github.com/yurii-github/wiki:
response on review
response on review
cleaning after better understanding of the surroundings
back slashes in @import
cleaning
fix tests on windows

show more ...


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

Replace htmlspecialchars to hsc in core


# 9796f26f 28-Jul-2017 Szymon Olewniczak <solewniczak@imz.re>

doc abbreviation


# 30085ef3 23-Jul-2017 Yurii K <yurii-github@users.noreply.github.com>

fix tests on windows


# 9ab4b0a5 20-Jul-2017 Szymon Olewniczak <solewniczak@imz.re>

doc fix


# 64d23c16 26-May-2017 Andreas Gohr <andi@splitbrain.org>

make Mailer use mail_isvalid()

the new version of the validator is static. But it makes sense to use a
single point of entry anyway, so instead of adjusting the use of the new
class, prefer the func

make Mailer use mail_isvalid()

the new version of the validator is static. But it makes sense to use a
single point of entry anyway, so instead of adjusting the use of the new
class, prefer the function.

show more ...


# a566f85e 27-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting


# 774514c9 27-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

translate html and text string for signature

Default only text string exists, via localized translation a wiki admin
can add his/her own (html) version.


# a94a808c 15-Apr-2016 Andreas Gohr <andi@splitbrain.org>

use LF instead of CRLF as discussed in #1101

Until we did some more research on compatibility we should stick with
what works, even when the RFC says otherwise.

Should we decide to change line endi

use LF instead of CRLF as discussed in #1101

Until we did some more research on compatibility we should stick with
what works, even when the RFC says otherwise.

Should we decide to change line endings to RFC conform CRLF, it should
be done on the whole body, not the signature only.

show more ...


# 04dcb5b2 01-Apr-2015 Christopher Smith <chris@jalakai.co.uk>

correct typo


# 9ea45836 01-Apr-2015 Christopher Smith <chris@jalakai.co.uk>

Fix up test_simplemail()
- refactor Mailer class to allow unit tests to access token
replacements
- use CRLF in signature string per rfc2045 6.8
- add email signature to the expected mail body
- ap

Fix up test_simplemail()
- refactor Mailer class to allow unit tests to access token
replacements
- use CRLF in signature string per rfc2045 6.8
- add email signature to the expected mail body
- apply appropriate chunksplit to the expected mail body
- ensure regex is quoted - '/' is a legal base64 character

show more ...


# 3819cafd 29-Mar-2015 furun <furun@arcor.de>

Cleanup of the mail text signature. #1088

mailwrap.html is back

@EMAILSIGNATURE@ added


# ba2c2f17 27-Mar-2015 furun <furun@arcor.de>

Cleanup of the mail text signature.

Done:
Cleanup of the mail text signature.
The signature is deleted from the txt files and moved in to lang.php
Mailer.class.php updated to insert the signature

F

Cleanup of the mail text signature.

Done:
Cleanup of the mail text signature.
The signature is deleted from the txt files and moved in to lang.php
Mailer.class.php updated to insert the signature

Fix:
- Cleaner text
- no more "-- " "--" "---" "----" problems.
- mailwrap.html is not needed anymore an can be deleted (?)

Changed files in all languages:
lang.php
mailtext.txt
password.txt
registermail.txt
subscr_digest.txt
subscr_list.txt
subscr_single.txt
uploadmail.txt
pwconfirm.txt
showrev.txt

delete?:
mailwrap.html

show more ...


# 42ea7f44 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Many PHPDocs, some unused and dyn declared vars

many PHPDocs
some unused variables
some dynamically declared variables declared


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


# 585bf44e 06-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

amend $_SERVER to $INPUT->server


# 8c253612 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

improve PHPDocs of Mailer


1234