jstedfast/MailKit

Imap at mail.ru

Babico1 opened this issue · 3 comments

Describe the bug
When i want to use imap at mail.ru mailbox i get that error "2factor Exception The IMAP server replied to the 'SEARCH' command with a 'NO' response: Unsupported search criterion: FROM "

Platform (please complete the following information):

  • OS: Windows

If mail.ru doesn't support the FROM search criteria, I don't know what I can do about that...

The FROM search criteria is a standard part of the IMAP protocol and is required to be implemented in order for a server to claim that they support IMAP.

https://datatracker.ietf.org/doc/html/rfc3501#section-6.4.4

If you want to continue to use mail.ru, I would recommend not using SearchQuery.FromContains()