summaryrefslogtreecommitdiffstats
path: root/tests/lib/mail/mailer.php
Commit message (Collapse)AuthorAgeFilesLines
* Add debug log message backLukas Reschke2015-03-161-1/+6
|
* Show more detailed error messageLukas Reschke2015-03-161-23/+0
|
* Incorporate review changesLukas Reschke2015-03-161-1/+22
|
* Migrate to SwiftMailLukas Reschke2015-03-161-0/+118
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