github foxcpp/maddy v0.6.1
maddy 0.6.1

latest releases: v0.7.1, v0.7.0, v0.6.3...
2 years ago

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;

Don't miss a new maddy release

NewReleases is sending notifications on new releases.