Hi!
I'm trying to add Idle functionality to my application, but I'can't find a way to make the StopIdle method to work, or perhaps there's something else I'm missing.
I'm populating a TreeView with the directories, then go to the Inbox node, retrieve my messages and start the Idle for that Folder. At this point everything works fine, and I can constantly retrieve my new messages.
But as soon as I try to change the folder or close my app, it crashes.
imapClient.Idle():
"Tried to read a line. Only '' received. Please make sure that antivirus and firewall software are disabled or configured correctly"
How can I make the Idle function to work, or what's the appropiate way to do it?
Thanks in advance.
Edgar