Return-Path: <gregp...@msn.com>
Received: from localhost (localhost [127.0.0.1])
by localhost.looksmart.com (8.12.11/8.12.11) with SMTP id
iB2LWMLE007380
for <sfgreg@localhost>; Thu, 2 Dec 2004 13:32:29 -0800
Date: Thu, 2 Dec 2004 13:32:22 -0800
Message-Id: <200412022132....@localhost.looksmart.com>
From: <gregp...@msn.com>
To: <sfg...@localhost.looksmart.com>
Subject: null
MIME-Version: 1.0
Content-Type: multipart/mixed
X-IMAPbase: 1097257898 11
Status: O
X-UID: 11
Content-Length: 298
X-Keywords:
boundary=sfgreg_2004
--sfgreg_2004
Content-Type: text/plain; charset=US-ASCII
This is a test.
--sfgreg_2004
Content-Type: application/octet-stream
Content-Transfer-Encoding: Base64
Content-Disposition: attachment;
filename="test.txt"
VGhpcyBpcyBhIHRlc3Qu
--sfgreg_2004--
-------
Can anyone tell from this what the problem might be?
Thanks
GP
That should be a SINGLE header (with a separating ';' between).
Regards,
J. Bern
at least one thing ...
boundary is a Content-Type field parameter ie it should be on the same line,
separated by semicolon something like
Content-Type: multipart/mixed; boundary=sfgreg_2004
Yeah, I finally figured that out--Thanks guys for the responses!
>
> Content-Type: multipart/mixed; boundary=sfgreg_2004