[Tickets #9565] Re: Imap_Client fails with literal data on setMetadata command

bugs at horde.org bugs at horde.org
Tue Feb 8 16:59:14 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9565
------------------------------------------------------------------------------
  Ticket             | 9565
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Imap_Client fails with literal data on setMetadata
                     | command
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
-State              | Unconfirmed
+State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
-Owners             | Gunnar Wrobel, Michael Slusarz
+Owners             | Michael Slusarz
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2011-02-08 19:59) wrote:

> Working output would be:
>
> DEBUG: C: A0002 SETANNOTATION INBOX "/comment" ("value.shared" {2+}
> DEBUG: C: Ä)
> DEBUG: S: A0002 OK Completed

This is incorrect also.  This should be:

DEBUG: C: A0002 SETANNOTATION INBOX "/comment" ("value.shared" {2+}
DEBUG: C: Ä
DEBUG: C: )
DEBUG: S: A0002 OK Completed

The ')' is part of the IMAP command, not the literal, so it needs to  
appear on a new line.

This has been fixed (I think; don't have an easy way to test at the moment):
http://lists.horde.org/archives/commits/2011-February/006677.html

It also looked like the 'SETMETADATA' method was also broken - this  
should be fixed also.






More information about the bugs mailing list