Finish tests for moving without MOVE support

This commit is contained in:
Michal Horejsek
2020-09-07 11:13:05 +02:00
parent ec9a799fe9
commit 5496a26f73
5 changed files with 104 additions and 66 deletions

View File

@ -37,8 +37,6 @@ type IMAPResponse struct {
done bool
}
func (ir *IMAPResponse) Sections() []string { return ir.sections }
func (ir *IMAPResponse) sendCommand(reqTag string, reqIndex int, command string, debug *debug, conn io.Writer, response *bufio.Reader) {
defer func() { ir.done = true }()