| #
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
|
| #
acbf061c
|
| 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add Reply-To and Sender to whitelist for cleanAddress FS#2916
|
| #
6be717db
|
| 01-Dec-2013 |
Michael Hamann <michael@content-space.de> |
Fix sending empty and duplicated headers, FS#2887
This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers preve
Fix sending empty and duplicated headers, FS#2887
This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems.
show more ...
|
| #
1d8036c2
|
| 22-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
Mailer: avoid overlong headers in content ids FS#2868
|
| #
be3cc6ab
|
| 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
base64 should be split at 4 bytes only FS#2864
|
| #
ce9d2cc8
|
| 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
filename in email should be an atom
not a quoted string
|
| #
b3577cf9
|
| 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
use different boundary prefix FS#2846
The used boundary should have been correct but might throw off MTAs not expecting more than two dashes at the start. This is just a wild guess and may not fix a
use different boundary prefix FS#2846
The used boundary should have been correct but might throw off MTAs not expecting more than two dashes at the start. This is just a wild guess and may not fix anything (but shouldn't break anything either).
show more ...
|
| #
d6e04b60
|
| 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
successfully validate Mailer mails with msglint
|
| #
b6c97c70
|
| 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
FS#2677 support arrays in to, cc, bcc headers in Mailer
This does not fix FS#2677, it only adds support for fixing it later.
|
| #
3e7e6067
|
| 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
apply media_isexternal
|
| #
6a1f928f
|
| 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
do not expose version in outgoing mails FS#2701
|
| #
91effd8d
|
| 23-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
ignore empty header on mail sending
|
| #
1f61f312
|
| 23-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
remove empty BCC/CC mail headers
Empty BCC/CC headers may cause errors on IIS.
|
| #
3009a773
|
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
replaced use of basename() with utf8_basename() FS#2015
|
| #
578b2c23
|
| 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing underscore to replaced char class chars
|
| #
545ebaa4
|
| 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not use char class in Mailer header cleaning
\w could match multibyte chars depending on system setup
|
| #
a89c75af
|
| 23-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
some code beautification
|
| #
4c89a7f6
|
| 23-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
another bad comparison fixed
|
| #
4d18e936
|
| 23-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed wrong comparison in Mailer::dump()
|
| #
f41c79d7
|
| 15-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed internal Mailer members from private to protected
|
| #
2398a2b5
|
| 15-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
made it possible to disable HTML mails in the config
|
| #
052b2a17
|
| 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed commented code left from the quoted_printable days
|
| #
ba9c057b
|
| 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
use real HRs in HTML mails
|