Ticket #4080 defect closed fixed
If the IMAP4 server receives a SEARCH command with an illegal term, it will raise an unhandled error and never respond to the client
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Keywords: | ||
| Cc: | jessica.mckellar@…, dan@… | Branch: | branches/illegal-search-4080 |
| Author: | exarkun, jesstess | Launchpad Bug: |
Description
This is because search is implemented with dynamic dispatch but without considering the case where there is no search_ method corresponding to the query term.
This is related to #1977 which encountered the problem when it misinterpreted a message sequence set as an illegal term.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

