OK, I'll get those fixed today. I will also see if I can get it working with
.NET. Thanks,
- Dan

On 11/30/06, Li, Tao (Tom) <[EMAIL PROTECTED]> wrote:

Hi Dan.D,

From the RFC 1521 (MIME Spec), the delimiter between header,
boundary,  content should be CRLF (0d0a).
And I found that in the new AttachmentSerializer, the original /r/n are
been replaced with simple /n.
I worry that will cause interop problems.

And another minor issue is that the last  boundary of the whole mime
message should be --boundary--, I will
add a simple statement writer.write("--"); before the writer.flush() in
AttachmentSerializer.writeAttachments().

Please give your comments, thanks a lot.

Tom.




--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog

Reply via email to