mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 12:24:38 +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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user