summaryrefslogtreecommitdiffstats
path: root/tests/lib/mail.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to SwiftMailLukas Reschke2015-03-161-53/+0
| | | | | | | | | | | | | | | | | | | | | Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php
* Fix undefined offset 1 for wrong user mail addressMorris Jobke2015-01-221-12/+24
| | | | * fixes Undefined offset: 1 at lib/private/mail.php#143
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+3
|
* idn_to_ascii is only used if availableThomas Müller2014-03-261-0/+9
|
* idn have to be converted before being usedThomas Müller2014-03-241-0/+30