phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] E-mail problem when login https


From: Rainer Dieterle
Subject: Re: [Phpgroupware-users] E-mail problem when login https
Date: Tue, 16 Jul 2002 15:07:34 +0000

Hi,
I had the same problem.I modified class.boaction.inc.php as follows.

starting line 409
==========================================================
                        // ---- "regular" attachment handling  ----
                        elseif 
($GLOBALS['phpgw']->msg->get_arg_value('encoding')
== 'base64')
                        {
                                header("Pragma: ");
                                header("Cache-Control: cache");
                                echo $GLOBALS['phpgw']->msg->de_base64($GLOBALS
['phpgw']->msg->phpgw_fetchbody($msgball));
                        }
                        elseif 
($GLOBALS['phpgw']->msg->get_arg_value('encoding')
== 'qprint')
                        {
                                header("Pragma: ");
                                header("Cache-Control: cache");
                                echo $GLOBALS['phpgw']->msg->qprint($GLOBALS
['phpgw']->msg->phpgw_fetchbody($msgball));
                        }
                        else
===============================================

This worked for me, maybe you want to give it a shot.

Rainer

Roman Baumann (address@hidden) wrote*:
>
>I guess you are using IE. This is an acknowledged bug by Microsoft with
>encrypted websites. If you crawl through technet.com web page you will find
>their statement but no solution!
>
>The only solution is to use Netscape.
>
>R
>----- Original Message -----
>From: "José Luis Gordo Romero" <address@hidden>
>To: "Lista de PHPGroupWare (E-mail)" <address@hidden>
>Sent: Thursday, May 23, 2002 12:26 PM
>Subject: [Phpgroupware-users] E-mail problem when login https
>
>
>> Hello, forgive my English. I have a problem when login in https from
>> Internet Explorer X (not Netscape) in mail. When I want download the
>> attachment of a any mail this message is prompted (don't download from
>> ipservidor). When I login in http the problem don't exist. I don't know
>how
>> solve it. Thanks for anticipated.
>>
>> Un saludo
>> José Luis Gordo Romero
>> Serra Soldadura, S.A. (Barcelona)
>>
>>
>> _______________________________________________
>> Phpgroupware-users mailing list
>> address@hidden
>> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
--
***********************************
Rainer Dieterle
LEITEC GmbH
mail address@hidden
http://www.leitec.info
phone 07031-7460-15
fax   07031-7460-99
***********************************
* WHERE EVER YOU GO THERE YOU ARE *
***********************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]