Remove unused error
This commit is contained in:
parent
75aae2c509
commit
49a211d3d8
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ import (
|
||||||
"github.com/emersion/go-imap/client"
|
"github.com/emersion/go-imap/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ErrMissingConfig = errors.New("missing configuration stanza")
|
|
||||||
var ErrUnencrypted = errors.New("the connection is unencrypted")
|
var ErrUnencrypted = errors.New("the connection is unencrypted")
|
||||||
|
|
||||||
type IMAPConnection struct {
|
type IMAPConnection struct {
|
||||||
|
|
Loading…
Reference in a new issue