Handle status request responses to trap errors.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 8 Dec 2006 16:49:26 +0000 (17:49 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Fri, 8 Dec 2006 16:49:26 +0000 (17:49 +0100)
We used to ignore the tagged response to the status request, and
evaluated the untagged response only. This way we couldn't see whether
the command was actually completed successfully. This would result
in the IMAP connection staying open if one of the configured mailboxes
didn't exist.


No differences found