Archived Forum Post

Index of archived forum posts

Question:

.Net IMAP 4.5 FetchSequence doesn't bring UID

Apr 15 '13 at 19:01

On IMAP .Net 45he Fetch Sequence doesn't bring a valid UID, (in the getimapuid and in the email.GetHeaderField("ckx-imap-uid"). When asked for the email.GetHeaderField("ckx-imap-isUid"), returns a contundent NO.

We are developing a web mail client and thus, can't keep bundles between requests.

Performace wise, Fetchsequence is slow and I'm worried it's requesting a message at a time.

So, my questions are: How I do to get a valid UID and how can I improve performance for the FetchSequence command.

Miguel Delgado