Re: [SM-USERS] Problem receiving emails in base64

2007-08-09 Thread Lord Viperz
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

Re: [SM-USERS] Problem receiving emails in base64

2007-08-09 Thread Tomas Kuliavas
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

Re: [SM-USERS] Problem receiving emails in base64

2007-08-09 Thread Lord Viperz
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

Re: [SM-USERS] Problem receiving emails in base64

2007-08-09 Thread Tomas Kuliavas
> 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

Re: [SM-USERS] Problem receiving emails in base64

2007-08-09 Thread Lord Viperz
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

Re: [SM-USERS] Problem receiving emails in base64

2007-08-08 Thread Tomas Kuliavas
> 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

[SM-USERS] Problem receiving emails in base64

2007-08-08 Thread Lord Viperz
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