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 sandbox mailbox api #614

Merged
merged 2 commits into from
Sep 11, 2024
Merged

add sandbox mailbox api #614

merged 2 commits into from
Sep 11, 2024

Conversation

kevodwyer
Copy link
Member

This is used by the email client app (was previously an internal app)

@@ -469,6 +469,7 @@ module.exports = {
"SANDBOX.EDIT.FILE":"Can modify file chosen by user",
"SANDBOX.READ.FOLDER":"Can read selected files of the associated types from folder chosen by user",
"SANDBOX.MESSAGES":"Can exchange messages with friends",
"SANDBOX.MAILBOX":"Can post and receive messages via a mailbox",
Copy link
Member

Choose a reason for hiding this comment

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

This is email right? Not just a generic message?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it supports the email client app that was previously internal. But it is a generic solution for external integration with any system that could conceivably use a messaging type format. For example they would only need to write something similar to the email-bridge to integrate with another system.

@ianopolous ianopolous merged commit 2d58993 into master Sep 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants