Remove unused error

This commit is contained in:
Blallo 2021-03-18 23:44:41 +01:00
parent 75aae2c509
commit 49a211d3d8
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -10,7 +10,6 @@ import (
"github.com/emersion/go-imap/client"
)
var ErrMissingConfig = errors.New("missing configuration stanza")
var ErrUnencrypted = errors.New("the connection is unencrypted")
type IMAPConnection struct {