Skip to content

maddy 0.6.1

Compare
Choose a tag to compare
@foxcpp foxcpp released this 23 Jun 19:09
· 150 commits to master since this release
v0.6.1
bbaea04

⚠️ Release is recalled due to severe issues. Use 0.6.2 instead.

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;