summaryrefslogtreecommitdiffstats
path: root/lib/private/mail.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to SwiftMailLukas Reschke2015-03-161-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 Jobke2015-02-261-25/+10
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-10/+25
|
* Fix undefined offset 1 for wrong user mail addressMorris Jobke2015-01-221-0/+3
| | | | * fixes Undefined offset: 1 at lib/private/mail.php#143
* Set the debugoutput channel to error_log instead of echoing itJoas Schilling2015-01-211-0/+1
|
* Remove X-Mailer header from mailsLukas Reschke2014-08-171-0/+1
|
* Increase word wrap limit for emails to 78 charactersJoas Schilling2014-08-041-5/+5
|
* upgraded phpmailer into v5.2.8 via composerVolkan Gezer2014-05-271-2/+0
|
* idn_to_ascii is only used if availableThomas Müller2014-03-261-0/+3
|
* use \OC_Mail::validateAddress() to validate the email address - fixes #7862Thomas Müller2014-03-241-1/+1
|
* idn have to be converted before being usedThomas Müller2014-03-241-0/+17
|
* remove magic handling of recipient lists by exploding the string - this ↵Thomas Müller2014-03-101-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 patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+133
Conflicts: lib/private/vcategories.php