cozy / cozy-emails

Email Client for Cozy
GNU Affero General Public License v3.0
66 stars 41 forks source link

Don't try to sync an account whose password is encrypted #808

Open clochix opened 8 years ago

clochix commented 8 years ago

The application fetch account when it starts. If the passwords are encrypted inside the datasystem, its uselesse to try to sync accounts and produce a lot of error logs. Instead, we should just stop the application, as it can no nothing without password. (this means an application has a way to ask the controller to be stopped)