Update vendor/
This commit is contained in:
2
vendor/github.com/emersion/go-imap/commands/expunge.go
generated
vendored
2
vendor/github.com/emersion/go-imap/commands/expunge.go
generated
vendored
@@ -8,7 +8,7 @@ import (
|
||||
type Expunge struct{}
|
||||
|
||||
func (cmd *Expunge) Command() *imap.Command {
|
||||
return &imap.Command{Name: imap.Expunge}
|
||||
return &imap.Command{Name: "EXPUNGE"}
|
||||
}
|
||||
|
||||
func (cmd *Expunge) Parse(fields []interface{}) error {
|
||||
|
Reference in New Issue
Block a user