imap continuations must have a space after the "+"

prevented at least the gmail/mail (?) android app from appending a sent message
to the sent mailbox.
This commit is contained in:
Mechiel Lukkien
2023-07-24 19:54:55 +02:00
parent bc62aae0e6
commit cc4ecf2927
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ func TestIdle(t *testing.T) {
// todo: test with delivery through smtp
tc2.cmdf("", "idle")
tc2.readprefixline("+")
tc2.readprefixline("+ ")
done := make(chan error)
go func() {
defer func() {