aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Mail/Message.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-26/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Adds same object return annotations.Faraz Samapoor2023-06-271-0/+21
* Refactors lib/private/Mail.Faraz Samapoor2023-06-251-35/+12
* feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-011-13/+0
* Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-0/+16
* Migrate to Symfony MailerCôme Chilliet2023-02-021-93/+95
* refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-031-7/+7
* use constant as default value in value getterBennet Becker2022-12-261-1/+1
* fix static-analysis error and formatting codeBennet Becker2022-12-231-6/+11
* fix getAutoSubmitted return type and adding unit testsBennet Becker2022-12-231-1/+1
* Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-231-0/+33
* Do not throw errors when invalid setTo email is providedJulius Härtl2022-11-031-7/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Added Hook before Message is sendArne Hamann2020-03-241-4/+13
* Update license headersChristoph Wurst2019-12-051-1/+5
* Provide an option to disable HTML emailsMorris Jobke2018-04-161-7/+13
* Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT_UTS46 i...Jared Boone2018-04-051-1/+1
* Fix commentsRoeland Jago Douma2018-03-051-3/+3
* Make \OCP\Mail strictRoeland Jago Douma2018-03-051-20/+21
* Update license headersMorris Jobke2017-11-061-0/+2
* Move attachment creators to mailer classJoas Schilling2017-10-251-21/+0
* Fix docsJoas Schilling2017-10-191-4/+4
* Extend the API with teh parameters from SwiftJoas Schilling2017-10-191-2/+15
* Add attachment support to emailsJoas Schilling2017-10-181-0/+20
* Introduce a public interface for MessageJoas Schilling2017-10-181-1/+14
* Use non-deprecated INTL_IDNA_VARIANT_UTS46Lukas Reschke2017-08-091-2/+2
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Mail to PSR-4Roeland Jago Douma2016-04-201-0/+252