aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/mail
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-202-306/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Fix namespace in log/ and mail/Joas Schilling2016-05-192-2/+5
|
* Run test only when idn is availableLukas Reschke2015-10-161-0/+4
| | | | IDN is not installed on all machines making the unit test execution fail on those without. Let's make IDN thus a pre-requirement for the text execution.
* Setup sendmail transportLukas Reschke2015-10-081-1/+1
| | | | Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110
* Move the helpful method to the TestCase classJoas Schilling2015-06-032-7/+7
|
* Add "Reply-To" support to sharing mails and refactor codeLukas Reschke2015-04-101-0/+17
|
* 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-162-40/+22
|
* Migrate to SwiftMailLukas Reschke2015-03-163-0/+318
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