Hi, I got this error in this case from an IMAP server called Courier-IMAP (version from 2004) which is running in the wild (this is a user - not my server).
Trying to remove a flag from an email - seems to be OK but MailKit reports this as an error.
S: Q00000006 OK [READ-WRITE] SELECT completed.
C: Q00000007 UID STORE 16334 -FLAGS (\Flagged)
S: * 0 FETCH (UID 16334 FLAGS ())
S: Q00000007 OK STORE completed.
Unexpected token in IMAP response: [atom: 0]
I'm just going to catch that error on that line and call it OK, just thought you might like to know this case.
Hi, I got this error in this case from an IMAP server called Courier-IMAP (version from 2004) which is running in the wild (this is a user - not my server).
Trying to remove a flag from an email - seems to be OK but MailKit reports this as an error.
Unexpected token in IMAP response: [atom: 0]I'm just going to catch that error on that line and call it OK, just thought you might like to know this case.