Hello,
I am using your package to create an IMAP client, it lets me connect to the server and also lets me notify when a new message arrives.
But if I try to download messages, it hangs the applications; more like a never-ending loop starts, and keep going on forever. I have tried it in a Console application as well as a WPF application. Both have the same response. They don't show anything. Folders are shown in a blink... But showing messages takes forever. Even if I am having just 40 emails, it doesn't show anything.
Can you guide me, where I am wrong? Is it some code that I have written wrong? Or at least how long does it take to download the messages, as per your test?
I am using your package to create an IMAP client, it lets me connect to the server and also lets me notify when a new message arrives.
But if I try to download messages, it hangs the applications; more like a never-ending loop starts, and keep going on forever. I have tried it in a Console application as well as a WPF application. Both have the same response. They don't show anything. Folders are shown in a blink... But showing messages takes forever. Even if I am having just 40 emails, it doesn't show anything.
Can you guide me, where I am wrong? Is it some code that I have written wrong? Or at least how long does it take to download the messages, as per your test?