summaryrefslogtreecommitdiffstats
path: root/lib/public/Mail/IMessage.php
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
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-031-1/+1
* refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-031-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-231-0/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+4
* Make \OCP\Mail strictRoeland Jago Douma2018-03-051-14/+15
* Update license headersMorris Jobke2017-11-061-0/+2
* Move attachment creators to mailer classJoas Schilling2017-10-251-17/+0
* 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-181-1/+15
* Introduce a public interface for MessageJoas Schilling2017-10-181-0/+84