Ticket #54 (defect)
Opened 2 years ago
Last modified 2 years ago
Cancellations are broken
Status: closed (fixed)
| Reported by: | pvanhoof | Assigned to: | pvanhoof |
|---|---|---|---|
| Priority: | critical | Milestone: | A first release |
| Component: | libtinymail-camel | Version: | 1.0 |
| Keywords: | Cc: | dirk-jan.binnema@nokia.com | |
Canceling used to reconnect, this doesn't happen anymore and therefore cancels are broken.
This means that if while you are doing something, and you start doing something else (over the IMAP socket), that the socket is put in a useless state (well, it often will be set in that state).
And that you need to manually reconnect.
This is of course not a feature but a bug :-)
This is a known limitation of the current IMAP code, so this is really just a tracker bug for getting it fixed (getting it to be correct again).
Note: With the non-blocking read it should be possible to recover from a cancel without the need to truly reconnect with the service.
Attachments
Change History
05/09/07 00:15:43: Modified by pvanhoof
- status changed from new to closed.
- resolution set to fixed.

Revision 1929 re-adds experimental cancellation support. Please reopen this bug if something about cancellations got broken.