Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -20/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #38585 from ↵ | Christoph Wurst | 2023-06-02 | 1 | -0/+30 |
|\ | | | | | | | | | nextcloud/feature/ocp/send-message-with-subject-body feat(ocp): Allow sending emails with subject and body | ||||
| * | feat(ocp): Allow sending emails with subject and body | Christoph Wurst | 2023-06-01 | 1 | -0/+30 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | fix(ocp): Mark IMessage::attachInline as @since 27 | Christoph Wurst | 2023-06-01 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix calendar emails to be outlook compatible | Anna Larch | 2023-02-21 | 1 | -0/+12 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix missing class in NewUserMailHelper and static code analysis errors | Bennet Becker | 2023-01-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Bennet Becker <dev@bennet.cc> | ||||
* | refactor AutoSubmittedValue to Headers\AutoSubmitted and adding | Bennet Becker | 2023-01-03 | 1 | -1/+1 |
| | | | | | | header name to constants Signed-off-by: Bennet Becker <dev@bennet.cc> | ||||
* | Update PHPDoc annotation in lib/public/Mail/IMessage.php | Bennet B | 2022-12-23 | 1 | -1/+1 |
| | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Bennet B <bennet0496@users.noreply.github.com> | ||||
* | Adding API method to set the Auto-Submitted header to OCP\Mail\IMessage | Bennet Becker | 2022-12-23 | 1 | -0/+10 |
| | | | | | | and implementation in OC\Mail\Message Signed-off-by: Bennet Becker <bbecker@pks.mpg.de> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 1 | -1/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make \OCP\Mail strict | Roeland Jago Douma | 2018-03-05 | 1 | -14/+15 |
| | | | | | | | * Fix typehints * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move attachment creators to mailer class | Joas Schilling | 2017-10-25 | 1 | -17/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix docs | Joas Schilling | 2017-10-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Extend the API with teh parameters from Swift | Joas Schilling | 2017-10-19 | 1 | -1/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add attachment support to emails | Joas Schilling | 2017-10-18 | 1 | -1/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Introduce a public interface for Message | Joas Schilling | 2017-10-18 | 1 | -0/+84 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |