Hello Alex, you wrote:

"> Thanks for your explanation. Please try out the patch in the attached
> message (you don't need to apply the .eml to .msg changes of course ;) and
> tell us if it works.
>
> Alex. "


Thank you. The job well done.

Here is the changed:

I am doing it now and here is the diff from the original:


Thu Sep  4 09:24:44 EDT 2003
[EMAIL PROTECTED] src]# diff compose.php compose.php.AlexL
778c778
<                     $filename = $message->rfc822_header->subject.'.eml';
---
>                     $filename = $message->rfc822_header->subject.'.msg';
780c780
<                         $filename = "untitled-".$message->entity_id.'.eml';
---
>                         $filename = "untitled-".$message->entity_id.'.msg';
793c793
<            $filename = decodeHeader($filename);
---
>            $filename = str_replace('&nbsp;', ' ', decodeHeader($filename));
850c850
<         $composeMessage->initAttachment('message/rfc822',$subject.'.eml',
---
>         $composeMessage->initAttachment('message/rfc822',$subject.'.msg',

root: cp -p compose.php.AlexL compose.php

Then I test from: send an email from outlook with attachment, then forward
it back to outlook. It works. Then forward it from Squirrelmail webpage to
another squirrelmail accout and accessing it from the web and it also
works.

Yahoo !!!! and thank you for all the good works.

Vinh-






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to