Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to SwiftMail | Lukas Reschke | 2015-03-16 | 1 | -153/+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 | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+10 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -10/+25 |
| | |||||
* | Fix undefined offset 1 for wrong user mail address | Morris Jobke | 2015-01-22 | 1 | -0/+3 |
| | | | | * fixes Undefined offset: 1 at lib/private/mail.php#143 | ||||
* | Set the debugoutput channel to error_log instead of echoing it | Joas Schilling | 2015-01-21 | 1 | -0/+1 |
| | |||||
* | Remove X-Mailer header from mails | Lukas Reschke | 2014-08-17 | 1 | -0/+1 |
| | |||||
* | Increase word wrap limit for emails to 78 characters | Joas Schilling | 2014-08-04 | 1 | -5/+5 |
| | |||||
* | upgraded phpmailer into v5.2.8 via composer | Volkan Gezer | 2014-05-27 | 1 | -2/+0 |
| | |||||
* | idn_to_ascii is only used if available | Thomas Müller | 2014-03-26 | 1 | -0/+3 |
| | |||||
* | use \OC_Mail::validateAddress() to validate the email address - fixes #7862 | Thomas Müller | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | idn have to be converted before being used | Thomas Müller | 2014-03-24 | 1 | -0/+17 |
| | |||||
* | remove magic handling of recipient lists by exploding the string - this ↵ | Thomas Müller | 2014-03-10 | 1 | -4/+1 |
| | | | | functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+133 |
Conflicts: lib/private/vcategories.php |