summaryrefslogtreecommitdiffstats
path: root/lib/private/mail.php
Commit message (Collapse)AuthorAgeFilesLines
* 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