OK, Thank you. I understand.
On 8/9/07, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
>
> 1. Outlook has resources to scan entire message, because it already has
> entire message and it runs on user's machine with small number of users
> and processes. PHP scripts can't do that. Scripts must get messa
1. Outlook has resources to scan entire message, because it already has
entire message and it runs on user's machine with small number of users
and processes. PHP scripts can't do that. Scripts must get message from
server, store it somewhere and parse it. PHP scripts run on server. If
they waste t
So if I'm understanding you correctly, the problem is due to the missing
MIME-Version header. And because this header is missing a PHP script can not
display it correctly but a program like Outlook can.
Do I understand correctly?
On 8/9/07, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
>
> > Here ar
> Here are all the headers minus the Spamassassin and Mailscanner headers. I
> only see the Content-Type header. I don't see a MIME-Version or
> Content-Transfer-Encoding headers. Thanks for looking at this for me.
RFC 2045 Chapter 4.
Messages composed in accordance with this document MUST in
Here are all the headers minus the Spamassassin and Mailscanner headers. I
only see the Content-Type header. I don't see a MIME-Version or
Content-Transfer-Encoding headers. Thanks for looking at this for me.
*Content-type:* multipart/mixed;
Boundary="0__=09BBF9A3DFE16E968f9e8a93df938690918c0
> I'm receiving some emails with attachments that are in base64. The message
> text and attachment are both encoded base64. Problem is the message is not
> decoding properly and I can't figure out why. Can someone tell me what to
> check. I'm currently running Squirrelmail 1.4.8-4 fc5. I tried upgr
I'm receiving some emails with attachments that are in base64. The message
text and attachment are both encoded base64. Problem is the message is not
decoding properly and I can't figure out why. Can someone tell me what to
check. I'm currently running Squirrelmail 1.4.8-4 fc5. I tried upgrading to