[Tickets #9565] Imap_Client fails with literal data on setMetadata command
bugs at horde.org
bugs at horde.org
Sat Feb 5 22:27:16 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9565
------------------------------------------------------------------------------
Ticket | 9565
Created By | Gunnar Wrobel <wrobel at pardus.de>
Summary | Imap_Client fails with literal data on setMetadata
| command
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Gunnar Wrobel <wrobel at pardus.de> (2011-02-05 17:27) wrote:
When using the setMetadata() method and trying to set the /comment
value to "Ä" the generated IMAP output is incorrect:
C: 2 SETANNOTATION INBOX ("/comment" ("value.shared" {2+}
C: Ä
C: ))
S: 2 BAD Missing close paren in annotation attribute-values list
Working output would be:
DEBUG: C: A0002 SETANNOTATION INBOX "/comment" ("value.shared" {2+}
DEBUG: C: Ä)
DEBUG: S: A0002 OK Completed
I currently lacked the time to further investigate this but I can do
so at a later time.Unless of course it is something totally trivial
for Micheal :)
More information about the bugs
mailing list