Summary | UTF-8 character set is not supported. |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 03/30/2012 (4859 days ago) |
Due | |
Updated | 04/03/2012 (4855 days ago) |
Assigned | 04/01/2012 (4857 days ago) |
Resolved | 04/03/2012 (4855 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit d8f3170239501864b11269506a0cd61579ea7bfb
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Apr 1 12:09:28 2012 -0600
[mms] Fix search charset detection for servers that do not send
the BADCHARSET response code (
Bug #11117)..../lib/Horde/Imap/Client/Exception.php | 11 +++++++++++
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 10 +++++++++-
framework/Imap_Client/package.xml | 3 +++
3 files changed, 23 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d8f3170239501864b11269506a0cd61579ea7bfb
commit d8f3170239501864b11269506a0cd61579ea7bfb
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Apr 1 12:09:28 2012 -0600
[mms] Fix search charset detection for servers that do not send
the BADCHARSET response code (
Bug #11117)..../lib/Horde/Imap/Client/Exception.php | 11 +++++++++++
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 10 +++++++++-
framework/Imap_Client/package.xml | 3 +++
3 files changed, 23 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d8f3170239501864b11269506a0cd61579ea7bfb
bug #10479.Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ UTF-8 character set is not supported.
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision,
Inc. See COPYING for distribution information.
C: 1 STARTTLS
S: 1 OK Begin SSL/TLS negotiation now.
C: [LOGIN Command - username: horde@dvn.fi]
S: 2 OK LOGIN Ok.
C: 3 EXAMINE INBOX
S: * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
S: * OK [PERMANENTFLAGS ()] No permanent flags permitted
S: * 1 EXISTS
S: * 0 RECENT
S: * OK [UIDVALIDITY 1330445948] Ok
S: * OK [MYRIGHTS "acdilrsw"] ACL
S: 3 OK [READ-ONLY] Ok
C: 4 UID SEARCH CHARSET UTF-8 TEXT world
S: 4 NO UTF-8 character set is not supported.
C: 5 LOGOUT
S: * BYE Courier-IMAP server shutting down
S: 5 OK LOGOUT completed