6.0.0-beta1
7/19/25

[#11117] UTF-8 character set is not supported.
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

History
04/03/2012 03:24:13 AM Michael Slusarz State ⇒ Resolved
 
04/02/2012 03:41:02 AM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (develop):

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
04/01/2012 06:09:52 PM Michael Slusarz State ⇒ Feedback
 
04/01/2012 06:09:44 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

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
03/30/2012 12:26:43 PM Jan Schneider Comment #2 Reply to this comment
See bug #10479.
03/30/2012 12:23:55 PM Jan Schneider Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ UTF-8 character set is not supported.
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
Reply to this comment
When doing a full text search:

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

Saved Queries