maddy 0.6.1
Bugfixes
- Fixed missing IMAP IDLE capability, again... (#504)
- Fixed broken storage.imapsql schema upgrade
Broken storage.imapsql schema upgrade
If you happen to run 0.6.0 and got error about schema being
too old, you need to run the following SQL query on your imapsql.db
before you will be able to use 0.6.1:
UPDATE schema_version SET version = 6;