Replies: 3 comments 3 replies
-
|
Okay, to be clear, looks like at least in my install I have the following mailbox roles represented:
There are still quite a few others, like archive (that I'm specifically interested in). |
Beta Was this translation helpful? Give feedback.
-
|
I see, so I've misread the standard. I hadn't realized that the "Mailbox/set" method permitted all of the data fields in section 2 as well as the data fields in section 2.5. I was able to test creating a mailbox in Stalwart with jmapc, the Python library I'm using, and set the role at creation time to |
Beta Was this translation helpful? Give feedback.
-
|
A related thought: It would be nice to be able to configure the set of mailboxes/roles that get created at account creation. As Eli noted, I'd like to have the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The JMAP mail spec talks about mailboxes having "roles". As far as I can tell, Stalwart does provide a mailbox with an
inboxrole, which is one of the several supported roles. From my reading of the JMAP spec I don't see an explicit way to support either creating mailboxes with a specific role, nor a way to modify mailboxes to set a role.I assume this means that the mail server itself is supposed to provide special mailboxes for each supported role, then rely on the user software to rename them to have a localized name.
First, thoughts? Am I missing something from the spec?
Second, if y'all agree with my take on it, would you accept a PR to create these special role-based mailboxes?
Beta Was this translation helpful? Give feedback.
All reactions