We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f076123 commit b00df2eCopy full SHA for b00df2e
services/imap/imap_test.go
@@ -17,7 +17,7 @@ import (
17
var logs string
18
19
type testIMAPClient struct {
20
- t *testing.T
+ // t *testing.T
21
}
22
23
func TestIMAP(t *testing.T) {
@@ -84,7 +84,7 @@ func (c *testIMAPClient) Expunge(ch chan uint32) error {
84
return nil
85
86
87
-var testMails []string
+// var testMails []string
88
89
func (c *testIMAPClient) Fetch(seqset *imap.SeqSet, items []imap.FetchItem, ch chan *imap.Message) error {
90
defer close(ch)
0 commit comments