You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I added the Search(SearchOptions, SearchQuery, ...) method, it was intended for the ESEARCH extensions, but I can easily see how anyone using the API would expect that using SearchOptions.None would expect it to behave the same as Search(SearchQuery, ...).
That is an oversight on my part. Thanks for pointing it out.
I'm trying to use the
ImapClient
to search an Office365 mailbox. Every attempt to call theSearch
/SearchAsync
method throws an exception:Does that mean Office365 doesn't support any search queries via IMAP?
Based on a quick scan of RFC4731, I wasn't expecting ESEARCH to be required if I specified
SearchOptions.None
.Is my only option to download the envelope for all messages and search them in code?
Log:
MailKit v3.4.1
The text was updated successfully, but these errors were encountered: