How to incremental download Inbox email with ImapClient Class. #992
shenglingshi
started this conversation in
General
Replies: 1 comment 1 reply
-
The IMAP server doesn't track which messages your client has already downloaded, so there is no Search query that will give you what you want. You will need to track which messages your client has downloaded and start where it left off. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a EmailClient, use ImapClient to download Inbox email.
But I don't want use this code to download email.
Because this client.Inbox.Search (SearchQuery.All) get all inbox email every time .
I want download email incremental ,But I can't find a good SearchQuery.
Anybody have a good advice.
Beta Was this translation helpful? Give feedback.
All reactions