I am using MailKit and calling this, which works most of the time.
imap.Inbox.Open(FolderAccess.ReadOnly);
From time to time some servers and accounts, including my own gmail account, refuse to let me read them:
The IMAP server replied to the 'EXAMINE' command with a 'NO' response.
Is this something I could prevent? Too many calls or conflicting with another mail client reading at the same time? It is quite hard to test these theories and maybe somebody knows?