Hi csc2sks,
okay, step by step:
Pavel
okay, step by step:
- The search queries are described in the IMAP Spec: https://tools.ietf.org/html/rfc3501#section-6.4.4, for GMail you additionally have the extended syntax: https://support.google.com/mail/answer/7190?hl=en
- For limiting the number of messages to be downloaded, refer to the documentation, there is a parameter for this. E.g
Folder.Search("RECENT", MessageFetchMode.ClientDefault, 10) ImapClient.Foldersis a collection, simply iterate through it to get all folders (Doc: Browsing common folders)- Idle is now fully functional. For best results, use the latest code from the repository.
-
The library supports all IMAP servers.
Pavel