Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When network was reconnected imap.NewMessage += not works #30

Open
bala2it4u opened this issue Feb 15, 2012 · 1 comment
Open

When network was reconnected imap.NewMessage += not works #30

bala2it4u opened this issue Feb 15, 2012 · 1 comment

Comments

@bala2it4u
Copy link

Some time we may go out of network and reconnected, while that time

imap.NewMessage += (sender, e) => {
var msg = imap.GetMessage(e.MessageCount - 1);
}

this function will not work,
Connection is not providing any exception to the user.
If their is any event to rise while exception and reconnect function. it will be more useful to all.

Best Regards
Balaji Manoharan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@bala2it4u and others