summaryrefslogtreecommitdiffstats
path: root/lib/mail.php
Commit message (Collapse)AuthorAgeFilesLines
* no more require_once()Thomas Mueller2012-09-051-1/+1
|
* Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617Thomas Müller2012-09-041-0/+1
|
* Whitespace fixes in libBart Visscher2012-08-291-4/+4
|
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-291-1/+2
|
* Fix log write() parameters in wrong orderMichael Gapczynski2012-07-111-1/+1
|
* Handling exceptionsLukas Reschke2012-07-111-1/+1
|
* Catch exceptions from PHPMailerMichael Gapczynski2012-07-111-26/+28
|
* fix wrong documentationFrank Karlitschek2012-06-061-12/+1
|
* fix oc-780Frank Karlitschek2012-05-311-1/+1
|
* new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵Frank Karlitschek2012-04-201-0/+116
flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code