Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setup sendmail transport | Lukas Reschke | 2015-10-14 | 1 | -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 class | Joas Schilling | 2015-06-03 | 2 | -7/+7 |
| | |||||
* | Add "Reply-To" support to sharing mails and refactor code | Lukas Reschke | 2015-04-10 | 1 | -0/+17 |
| | |||||
* | Add debug log message back | Lukas Reschke | 2015-03-16 | 1 | -1/+6 |
| | |||||
* | Show more detailed error message | Lukas Reschke | 2015-03-16 | 1 | -23/+0 |
| | |||||
* | Incorporate review changes | Lukas Reschke | 2015-03-16 | 2 | -40/+22 |
| | |||||
* | Migrate to SwiftMail | Lukas Reschke | 2015-03-16 | 3 | -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 |