-
Notifications
You must be signed in to change notification settings - Fork 272
feat(mailbox): add capabilities page MTA-7016 #6322
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
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
166028d
feat(mailbox): doc creation
Loic-kd e6988b0
feat(mailbox): add general navigation and mailbox menu
Loic-kd 87b74dc
feat(mailbox): update menu and index
Loic-kd 9bc83f1
feat(mailbox): add concepts page MTA-6965 (#6263)
Loic-kd f23f1f4
feat(mailbox): add pages to menu
Loic-kd b1ae103
feat(mailbox): fix delete email account in menu
Loic-kd ac45711
feat(mailbox): update index page
Loic-kd 545e6f5
feat(mailbox): add capabilities page MTA-7016
Loic-kd 5d9a880
feat(mailbox): add Mailbox permission sets
Loic-kd 59b2f86
Merge branch 'main' into MTA-7016
Loic-kd 2d3b6cd
Update menu.ts
Loic-kd 50541a6
feat(mailbox): update link and menu
Loic-kd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
pages/mailbox/reference-content/mailbox-capabilities-and-limits.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| --- | ||
| title: Mailbox capabilities and limits | ||
| description: Understand the capabilities and limits of Scaleway Mailbox. | ||
| tags: mailbox-capabilities | ||
| dates: | ||
| validation: 2026-03-20 | ||
| posted: 2026-03-20 | ||
| --- | ||
|
|
||
| This page provides information about the capabilities and limits of Scaleway Mailbox. | ||
|
|
||
| ## Mailbox quotas | ||
|
|
||
| - Mailbox storage: up to 20 GB per mailbox (for emails, attachments, and mailbox folders). | ||
| - Number of Mailboxes: 20 Mailbox email accounts per project (during Beta phase). If you need to create more mailboxes, please contact the [Scaleway Support team](https://console.scaleway.com/support/tickets/create?for=product&productName=mailbox). | ||
|
|
||
| ## Message limits | ||
|
|
||
| - `message` (the maximum number of messages that can be submitted per SMTP session): 10 | ||
| - `size` (the maximum size of a message): 104857600 bytes (100 MiB) | ||
| - `received-headers` (the maximum number of received headers that a message can contain): 50 | ||
|
|
||
| ## Supported ESMTP extensions | ||
|
|
||
| Mailbox SMTP relay supports the following [ESMTP extensions](https://www.iana.org/assignments/mail-parameters/mail-parameters.txt): | ||
|
|
||
| - 8BITMIME | ||
| - BINARYMIME | ||
| - CHUNKING | ||
| - ENHANCEDSTATUSCODES | ||
| - NO-SOLICITING | ||
| - PIPELINING | ||
| - REQUIRETLS | ||
| - SIZE 104857600 | ||
| - SMTPUTF8 | ||
| - STARTTLS | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.