Hello everyone,<br><br>I&#39;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:<br>
<br>A02 APPEND INBOX.Sent CATENATE (URL \&quot;/INBOX.Sent;UIDVALIDITY=385759045/;UID=13/;SECTION=HEADER\&quot; TEXT {400+}<br>Date: Wed, 03 Nov 2010 10:40:05 +0100<br>From: test &lt;<a href="mailto:test@mydomain.fr">test@mydomain.fr</a>&gt;<br>
MIME-Version: 1.0<br>To: <a href="mailto:test@mydomain.fr">test@mydomain.fr</a><br>Subject: Modified<br>Message-ID: &lt;<a href="mailto:4CD12DF5.5030009@mydomain.fr">4CD12DF5.5030009@mydomain.fr</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
Content-Transfer-Encoding: 7bit<br><br>TEST TEST<br>)<br><br>And here is the server response:<br>A02 BAD Missing space or ) after catenate list in Append command<br><br>It seems that I am not able to make the server understand the end of my command.<br>
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.<br><br>Does anyone have an idea about this ?<br><br>Regards,<br>
Thibault<br>