summaryrefslogtreecommitdiffstats
path: root/lib/public/Mail
Commit message (Expand)AuthorAgeFilesLines
* fix(ocp): Mark IMessage::attachInline as @since 27Christoph Wurst2023-06-011-1/+1
* Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-0/+12
* remove depraction of validateEmailAddressArthur Schiwon2023-02-021-2/+0
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+1
* composer run cs:fixCôme Chilliet2023-01-205-5/+0
* fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-032-2/+2
* refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-032-6/+15
* use constant as default value in value getterBennet Becker2022-12-261-1/+1
* Update PHPDoc annotation in lib/public/Mail/IMessage.phpBennet B2022-12-231-1/+1
* Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-232-0/+76
* fix parameter type hint in phpdocArthur Schiwon2021-09-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-9/+4
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-1/+2
|\
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-1/+2
* | Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-263-3/+0
|\ \
| * | Remove @package annotations from public namespaceJulius Härtl2020-08-263-3/+0
| |/
* / Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
|/
* Add PHP doc for eventsMorris Jobke2020-08-101-0/+2
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-1/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Added Hook before Message is sendArne Hamann2020-03-241-0/+57
* Update license headersChristoph Wurst2019-12-054-5/+16
* Fix commentsRoeland Jago Douma2018-03-051-3/+3
* Fix testsRoeland Jago Douma2018-03-051-1/+1
* Make \OCP\Mail strictRoeland Jago Douma2018-03-054-36/+40
* Add info also to public interfaceJoas Schilling2018-02-161-6/+6
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-091-1/+1
* Update license headersMorris Jobke2017-11-063-0/+7
* Move attachment creators to mailer classJoas Schilling2017-10-252-17/+17
* Fix docsJoas Schilling2017-10-191-4/+4
* Extend the API with teh parameters from SwiftJoas Schilling2017-10-191-1/+12
* Add attachment support to emailsJoas Schilling2017-10-182-1/+68
* Introduce a public interface for MessageJoas Schilling2017-10-182-5/+88
* Allow templating of email subjectsJoas Schilling2017-10-181-0/+18
* Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-081-1/+1
* Merge setMetaData into constructorJoas Schilling2017-09-042-8/+4
* Add meta information to emails for better customisationJoas Schilling2017-08-241-0/+7
* Stricter phan config fixesLukas Reschke2017-08-011-1/+1
* Allow meta info and iconsJoas Schilling2017-04-251-2/+6
* Add lists to HTML emailsJoas Schilling2017-04-241-0/+10
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
* Fix translationsJoas Schilling2017-04-181-1/+1
* Update email template for lost password emailMorris Jobke2017-04-121-1/+3
* No newlines when heading is emptyJoas Schilling2017-04-121-1/+2
* Don't duplicate the sentence with the headerJoas Schilling2017-04-121-1/+2
* Properly escape heading, body and button textMorris Jobke2017-04-121-1/+1
* Add addBodyButton to add a single button to email templatesMorris Jobke2017-04-121-0/+10
* Allow to set text versions for the plain text emailMorris Jobke2017-04-111-3/+7