Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add outbox REST API stubs #6052

Merged
merged 1 commit into from
Feb 21, 2022

Conversation

ChristophWurst
Copy link
Member

@ChristophWurst ChristophWurst commented Feb 18, 2022

GET /apps/mail/api/outbox

Bildschirmfoto von 2022-02-18 16-23-22

Bildschirmfoto von 2022-02-18 16-51-28

GET /apps/mail/api/outbox/101

Bildschirmfoto von 2022-02-18 16-23-44

GET /apps/mail/api/outbox/104

Bildschirmfoto von 2022-02-18 16-23-54

POST /apps/mail/api/outbox

Payload { accountId: 1, subject: '', body: '', isHtml: false, to: [], cc: [], bcc: [], attachmentIds: [] }

Bildschirmfoto von 2022-02-18 16-31-19

PUT /apps/mail/api/outbox/101

Payload { accountId: 1, subject: '', body: '', isHtml: false, to: [], cc: [], bcc: [], attachmentIds: [] }

Bildschirmfoto von 2022-02-18 16-32-16

PUT /apps/mail/api/outbox/102

Payload { accountId: 1, subject: '', body: '', isHtml: false, to: [], cc: [], bcc: [], attachmentIds: [] }

Bildschirmfoto von 2022-02-18 16-33-09

POST /apps/mail/api/outbox/101

Bildschirmfoto von 2022-02-18 16-34-03

POST /apps/mail/api/outbox/102

Bildschirmfoto von 2022-02-18 16-34-36

DELETE /apps/mail/api/outbox/101

Bildschirmfoto von 2022-02-18 16-35-17

DELETE /apps/mail/api/outbox/102

Bildschirmfoto von 2022-02-18 16-35-42


Ref #5885

@ChristophWurst ChristophWurst self-assigned this Feb 18, 2022
@ChristophWurst ChristophWurst changed the base branch from main to feature/outbox February 18, 2022 15:52
@ChristophWurst ChristophWurst added this to the v1.12.0 milestone Feb 18, 2022
@ChristophWurst ChristophWurst marked this pull request as ready for review February 18, 2022 15:52
Copy link
Contributor

@GretaD GretaD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@ChristophWurst ChristophWurst force-pushed the enhancement/outbox-rest-api-stubs branch from db5a0d1 to a21612f Compare February 21, 2022 10:47
@ChristophWurst ChristophWurst force-pushed the enhancement/outbox-rest-api-stubs branch 2 times, most recently from 4e6d559 to 3f7a9e1 Compare February 21, 2022 11:01
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst force-pushed the enhancement/outbox-rest-api-stubs branch from 3f7a9e1 to 48a4109 Compare February 21, 2022 11:02
@ChristophWurst ChristophWurst merged commit a2e1ba8 into feature/outbox Feb 21, 2022
@ChristophWurst ChristophWurst deleted the enhancement/outbox-rest-api-stubs branch February 21, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants