smiley22
smiley22
Hello, ah I hadn't thought of that. Thanks for the heads-up, I'll look into it. cheers, smiley22
Hi, any reason you are using yahoo.in instead of yahoo.com? I just tried with "imap.mail.yahoo.com" and it worked fine.
Hello, this just adds an attachment (png image) to the mail message before storing it on the IMAP server. You can learn more about the MailMessage and Attachment classes on...
Hi, the IssueNoop method is tied to the Elapsed event of the noopTimer and executes in the context of a threadpool thread. As a (in this case convenient) side-effect, the...
Well if the connection is reset, obviously the TCP connection to the IMAP server will get reset as well. The library does not automatically attempt to silently re-connect. The .NET...
@vchernyshev the ImapClient class now exposes the IdleError event to which you can subscribe in order to be notified when the underlying connection is reset.
Hi and thank you for reporting! I think it should be safe to comment it out. I'll do some more testing to be sure that nothing breaks and then push...
No