Hello everyone, I'm currently trying to implement the CATENATE extension (RFC 4469) on client-side, and I am working with Cyrus imapd 2.4.2 (AFAIK, this version is compliant with this extension). But I encounter some problems to manually call APPEND CATENATE using imtest. Here is the command I send:
A02 APPEND INBOX.Sent CATENATE (URL \"/INBOX.Sent;UIDVALIDITY=385759045/;UID=13/;SECTION=HEADER\" TEXT {400+} Date: Wed, 03 Nov 2010 10:40:05 +0100 From: test <t...@mydomain.fr> MIME-Version: 1.0 To: t...@mydomain.fr Subject: Modified Message-ID: <4cd12df5.5030...@mydomain.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit TEST TEST ) And here is the server response: A02 BAD Missing space or ) after catenate list in Append command It seems that I am not able to make the server understand the end of my command. I tried to changes the number between brackets after TEXT, but this error always raises, except if number is high: in this case, I receive no response at all. Does anyone have an idea about this ? Regards, Thibault
---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/