summaryrefslogtreecommitdiffstats
path: root/lib/private/mail
Commit message (Collapse)AuthorAgeFilesLines
* Add "Reply-To" support for mailsLukas Reschke2015-04-101-0/+22
|
* Update license headersJenkins for ownCloud2015-03-262-8/+34
|
* Add debug mode back to mailerLukas Reschke2015-03-171-1/+16
| | | | This re-adds the debug mode for the mailer which will log the whole SMTP traffic within the log file if enabled.
* Add debug log message backLukas Reschke2015-03-161-3/+12
|
* Show more detailed error messageLukas Reschke2015-03-161-0/+1
|
* Incorporate review changesLukas Reschke2015-03-162-46/+29
|
* Migrate to SwiftMailLukas Reschke2015-03-163-0/+405
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