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 76c1799 commit 2feda82Copy full SHA for 2feda82
commands/list.go
@@ -5,6 +5,7 @@ import (
5
6
"github.com/emersion/go-imap"
7
"github.com/emersion/go-imap/utf7"
8
+ "fmt"
9
)
10
11
// List is a LIST command, as defined in RFC 3501 section 6.3.8. If Subscribed
0 commit comments