Ticket #1483855 (closed Bugs: fixed)
Search fails when BincIMAP is used as a server
| Reported by: | jpingle | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | IMAP connection | Version: | 0.1-beta |
| Severity: | minor | Keywords: | |
| Cc: |
Description
I am unable to comlpete a search when I use BincIMAP as the backend. This appears to be a character encoding issue with BincIMAP.
A tcpdump of the action revealed that Binc doesn't like UTF-8 in searches. Would it be possible for the search function to nicely failover to US-ASCII or another charset (depending on location, or returned by the server as seen below) if a UTF-8 search fails?
>>> srch1 SEARCH CHARSET UTF-8 SUBJECT "foo"
<<< srch1 NO [BADCHARSET ("US-ASCII")] SEARCH failed:
>>> srch1 SEARCH CHARSET UTF-8 FROM "foo"
<<< srch1 NO [BADCHARSET ("US-ASCII")] SEARCH failed:
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
