Skip to content

Use database account settings instead of config.json file.

Matthieu Hazon requested to merge feature/db_account into develop

We used to rely on a config.json file to configure the IMAP connection. This branch drops use of such file and fully integrates with the database to persist and use account settings for the IMAP connection.

Current limitations of this branch include:

  • When the account settings are empty, the settings page is shown but the menu stil highlight the Inbox folder (this will be fix later).
  • Login errors (and errors in general) are not shown to the user. This will be managed when we have a plan for UI feedback.
Edited by Matthieu Hazon

Merge request reports