There was an error by adding a File from a local directory. (Resolved).
In SimpleMessageAttribute there will be setted the actual Date if there was
no date submitted within the APPEND Command.

Regards,
Sascha

Index: AppendCommand.java
===================================================================
RCS file:
/home/cvspublic/jakarta-james/proposals/imap/java/org/apache/james/imapserve
r/commands/AppendCommand.java,v
retrieving revision 1.2
diff -r1.2 AppendCommand.java
128c128
<             long messagelen =
Long.parseLong(ms.substring(1,ms.length()-2));
---
>             long messagelen =
Long.parseLong(ms.substring(1,ms.length()-1));
138a139
>                 
140c141,142
<                 messageleft = messageleft - buffer;
---
>                 System.out.println("APPEND WRITTEN: "+buffer+"
BYTEOUTSIZE:"+byteout.size());
>                 messageleft = messagelen - byteout.size();


*****CVS exited normally with code 1*****

<<attachment: winmail.dat>>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to