Limit to only 5 accounts? #149
Answered
by
rathlinus
europacafe
asked this question in
Q&A
-
|
It seems Bulwark allows me to add only five mail accounts. Is it really the limit? Could it be unlimited? |
Beta Was this translation helpful? Give feedback.
Answered by
rathlinus
Apr 4, 2026
Replies: 2 comments 3 replies
-
|
Each connected account maintains its own JMAP session and an EventSource for push notifications. More accounts means more open connections, which browsers cap at 6 concurrent HTTP/1.1 connections per host. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chrilep
-
|
Is it likely that it will support more than 5 accounts in the near future? I have 14 active accounts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each connected account maintains its own JMAP session and an EventSource for push notifications. More accounts means more open connections, which browsers cap at 6 concurrent HTTP/1.1 connections per host.