summaryrefslogtreecommitdiffstats
path: root/lib/mail.php
Commit message (Collapse)AuthorAgeFilesLines
* move to non-static OC_DefaultsBjörn Schießle2013-07-041-3/+3
| | | | | | Conflicts: lib/mail.php
* Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle2013-07-041-0/+2
|
* make mail footer aware of different themesBjörn Schießle2013-07-011-3/+4
| | | | | | Conflicts: lib/mail.php
* fix wrong signature delimiter - fix #3523Morris Jobke2013-05-291-1/+1
|
* adding test case for getDefaultEmailAddress() + fixing #1844 againThomas Mueller2013-03-041-0/+8
|
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+5
|
* Update lib/mail.phpj-ed2013-01-261-0/+2
| | | added parameter mail_smtpauthtype to set SMTP authentication type.
* Update lib/mail.phpj-ed2013-01-221-2/+8
| | | | | | | | Added three additional mail_smtp.. parameters. - mail_smtpdebug - enable debug messages to analyse SMTP problems. - mail_smtptimeout - set SMTP timeout which is set to 10s by default and this is sometimes to short especially if a malware/ spam scanner is used. - mail_smtpsecure - force secure SMTP connections.
* add smtp port configuration optionThomas Mueller2013-01-021-6/+8
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Checkstyle: many fixesFelix Moeller2012-11-021-3/+3
|
* adding space between) and {Thomas Mueller2012-09-071-2/+2
|
* 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