mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:54:40 +03:00
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:
@ -54,7 +54,7 @@ func TestAuthenticatePlain(t *testing.T) {
|
||||
tc.readstatus("bad")
|
||||
|
||||
tc.cmdf("", "authenticate plain")
|
||||
tc.readprefixline("+")
|
||||
tc.readprefixline("+ ")
|
||||
tc.writelinef("%s", base64.StdEncoding.EncodeToString([]byte("\u0000mjl@mox.example\u0000testtest")))
|
||||
tc.readstatus("ok")
|
||||
}
|
||||
|
Reference in New Issue
Block a user