summaryrefslogtreecommitdiff
path: root/_test/tests/inc/mailer.test.php
Commit message (Collapse)AuthorAge
* more robust HTTP testingAndreas Gohr2014-02-09
| | | | | | connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis
* Fix sending empty and duplicated headers, FS#2887Michael Hamann2013-12-01
| | | | | | 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.
* escaped another $ in mailer testAndreas Gohr2013-10-20
|
* escape '$' in mailer test stringsChristopher Smith2013-10-16
|
* check msglint for warnings, tooAndreas Gohr2013-10-12
|
* successfully validate Mailer mails with msglintAndreas Gohr2013-10-12
|
* IETF's message lint service as a test for Mailer classAndreas Gohr2013-10-12
|
* FS#2677 support arrays in to, cc, bcc headers in MailerAndreas Gohr2013-08-03
| | | | This does not fix FS#2677, it only adds support for fixing it later.
* ignore empty header on mail sendingDominik Eckelmann2012-11-23
|
* remove empty BCC/CC mail headersDominik Eckelmann2012-11-23
| | | | Empty BCC/CC headers may cause errors on IIS.
* some first tests for the Mailer classAndreas Gohr2012-04-23