TF-2596 Add docs for mailto URI schemes

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-02-19 09:26:02 +07:00
committed by Dat PHAM HOANG
parent 001c752e93
commit c05f82aed5
2 changed files with 32 additions and 1 deletions
@@ -1,4 +1,4 @@
# 34. Error handling on no longer valid OIDC token (Issue #2592)
# 35. Error handling on no longer valid OIDC token (Issue #2592)
Date: 2024-02-15
@@ -0,0 +1,31 @@
# 36. Mailto URI schemes to interact Twake Mail
Date: 2024-02-19
## Status
Accepted
## Context
Supported URI schemes can be relied upon to interact with Twake Mail
## Decision
Summary of URI schemes that can interact with Twake Mail:
1. URI scheme
- `/mailto?uri=user@example.com`
- `/mailto/?uri=mailto:user@example.com&subject=TwakeMail&body=HelloWorld`
- `/mailto/?uri=mailto:user1@example.com,user2@example.com,user3@example.com&subject=TwakeMail&body=HelloWorld`
2. URI scheme encoded
- `%2Fmailto%3Furi%3Duser%40example.com`
- `%2Fmailto%2F%3Furi%3Dmailto%3Auser%40example.com%26subject%3DTwakeMail%26body%3DHelloWorld`
- `%2Fmailto%2F%3Furi%3Dmailto%3Auser1%40example.com%2Cuser2%40example.com%2Cuser3%40example.com%26subject%3DTwakeMail%26body%3DHelloWorld`
## Consequences
- Interact more easily with Twake Mail web via URI schemes