You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2020. It is now read-only.
As discussed in Bitmask issue 8798 (https://0xacab.org/leap/bitmask-dev/issues/8798), the code in LeapMailStore._get_or_create_mailbox partially duplicates the code under the public mail api in mail.mail.Account.add_mailbox, but it's missing the part that creates an entry in the local sqlcipher db.
I'd suggest to use the public api in bitmask.mail.mail.Account for mailbox creation instead.