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
* Fix stalwart's example config for dev.
Stalwart pops fields from the oidc response for some reason,
it'll set email as username if we don't specify username.
So let's drop that.
* Add a middleware that checks and automatically fixes missing archives folder
Changes:
* Add thunderbird_accounts.mail.middleware.FixMissingArchivesFolderMiddleware
* Add Account.verified_archive_folder (bool)
* Add functionality to query and create (if needed) an archives folder via jmap
* Add settings.STALWART_ARCHIVES_FOLDER_NAME which controls the name of the archives folder that is created.
* Move middleware to to mail and start working out the tests
* Remove duplicate migration
* Finish up the middleware tests
* Lint fix
* Fix mailbox/set response check and test
0 commit comments