We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809d414 commit b5f13fcCopy full SHA for b5f13fc
cmd/imapmemserver/main.go
@@ -28,7 +28,7 @@ func main() {
28
flag.StringVar(&tlsCert, "tls-cert", "", "TLS certificate")
29
flag.StringVar(&tlsKey, "tls-key", "", "TLS key")
30
flag.StringVar(&username, "username", "user", "Username")
31
- flag.StringVar(&username, "password", "user", "Password")
+ flag.StringVar(&password, "password", "user", "Password")
32
flag.BoolVar(&debug, "debug", false, "Print all commands and responses")
33
flag.BoolVar(&insecureAuth, "insecure-auth", false, "Allow authentication without TLS")
34
flag.Parse()
0 commit comments