summaryrefslogtreecommitdiffstats
path: root/lib/public/Mail/IEMailTemplate.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix commentsRoeland Jago Douma2018-03-051-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsRoeland Jago Douma2018-03-051-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make \OCP\Mail strictRoeland Jago Douma2018-03-051-10/+11
| | | | | | | * Fix typehints * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add info also to public interfaceJoas Schilling2018-02-161-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-091-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow templating of email subjectsJoas Schilling2017-10-181-0/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-081-1/+1
| | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* Merge setMetaData into constructorJoas Schilling2017-09-041-6/+0
| | | | | | This ensures that the meta data is set in the beginning Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add meta information to emails for better customisationJoas Schilling2017-08-241-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Stricter phan config fixesLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Allow meta info and iconsJoas Schilling2017-04-251-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add lists to HTML emailsJoas Schilling2017-04-241-0/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
| | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix translationsJoas Schilling2017-04-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update email template for lost password emailMorris Jobke2017-04-121-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* No newlines when heading is emptyJoas Schilling2017-04-121-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't duplicate the sentence with the headerJoas Schilling2017-04-121-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Properly escape heading, body and button textMorris Jobke2017-04-121-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add addBodyButton to add a single button to email templatesMorris Jobke2017-04-121-0/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to set text versions for the plain text emailMorris Jobke2017-04-111-3/+7
| | | | | | * allows different texts for HTML and text version of the email Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove constructor from interfaceLukas Reschke2017-04-111-11/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add IEMailTemplate to public OCP APILukas Reschke2017-04-111-0/+128
Also adds `\OCP\Mail\IMailer::createEMailTemplate` as helper so the functionality can easily be used within apps. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>