mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 05:57:39 +03:00
Now it is not tied go-imap-sql details (with the exception of special features), allowing it to be used with other storage backends that will be added in the future. --unsafe flag is removed and now maddyctl explicitly asks for confirmation in cases where transaction may be unsafe for connected clients. --yes flag disables that. In the future, maddy can be extended with IPC interface to push updates so it this restriction can be lifted altogether.
5 lines
79 B
Go
5 lines
79 B
Go
// +build cgo,!nosqlite3
|
|
|
|
package main
|
|
|
|
import _ "github.com/mattn/go-sqlite3"
|