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

IDLE code receiving responses for other operations #18

Open
petersondrew opened this issue Dec 31, 2011 · 1 comment
Open

IDLE code receiving responses for other operations #18

petersondrew opened this issue Dec 31, 2011 · 1 comment

Comments

@petersondrew
Copy link
Contributor

After the changes to the IDLE code, the IdleResumeCommand function in ImapClient is throwing exceptions on some operations (like MoveMessage). This seems to be because that code is catching the responses for the other commands (EXPUNGE for MoveMessage, I've also seen OK SUCCESS).

Is it really necessary to throw and exception if we don't get the response we were expecting? It seems like since we don't do anything with the response, it's pointless to throw an exception.

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
@petersondrew and others