mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
Fork imapsql-ctl utility from go-imap-sql repo
1. There is only one version for maddy and imapsql-ctl utility. This prevents confusion about compatibility. 2. Modified imapsql-ctl understands maddy config format, this allows it to read needed values from it without the need for lengthy commmand line arguments. Closes #148.
This commit is contained in:
parent
d227fe269e
commit
ae8fe2b14e
20 changed files with 1623 additions and 23 deletions
3
cmd/imapsql-ctl/mysql.go
Normal file
3
cmd/imapsql-ctl/mysql.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package main
|
||||
|
||||
import _ "github.com/go-sql-driver/mysql"
|
Loading…
Add table
Add a link
Reference in a new issue