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: Roman Baumann
Subject: Re: [Phpgroupware-users] E-mail problem when login https
Date: Tue, 16 Jul 2002 18:46:30 +0200

Great. I will give this a shot. My reply earlier was just sent by accident
while forking through old e-mails without checking the date.

Thanks.

R
----- Original Message -----
From: "Rainer Dieterle" <address@hidden>
To: <address@hidden>
Sent: Tuesday, July 16, 2002 5:07 PM
Subject: Re: [Phpgroupware-users] E-mail problem when login https


> Hi,
> I had the same problem.I modified class.boaction.inc.php as follows.
>
> starting line 409
> ==========================================================
> // ---- "regular" attachment handling  ----
> elseif ($GLOBALS['phpgw']-&gt;msg-&gt;get_arg_value('encoding')
> == 'base64')
> {
> header("Pragma: ");
> header("Cache-Control: cache");
> echo $GLOBALS['phpgw']-&gt;msg-&gt;de_base64($GLOBALS
> ['phpgw']-&gt;msg-&gt;phpgw_fetchbody($msgball));
> }
> elseif ($GLOBALS['phpgw']-&gt;msg-&gt;get_arg_value('encoding')
> == 'qprint')
> {
> header("Pragma: ");
> header("Cache-Control: cache");
> echo $GLOBALS['phpgw']-&gt;msg-&gt;qprint($GLOBALS
> ['phpgw']-&gt;msg-&gt;phpgw_fetchbody($msgball));
> }
> else
> ===============================================
>
> This worked for me, maybe you want to give it a shot.
>
> Rainer
>
> Roman Baumann (address@hidden) wrote*:
> &gt;
> &gt;I guess you are using IE. This is an acknowledged bug by Microsoft
with
> &gt;encrypted websites. If you crawl through technet.com web page you will
find
> &gt;their statement but no solution!
> &gt;
> &gt;The only solution is to use Netscape.
> &gt;
> &gt;R
> &gt;----- Original Message -----
> &gt;From: "José Luis Gordo Romero" &lt;address@hidden&gt;
> &gt;To: "Lista de PHPGroupWare (E-mail)"
&lt;address@hidden&gt;
> &gt;Sent: Thursday, May 23, 2002 12:26 PM
> &gt;Subject: [Phpgroupware-users] E-mail problem when login https
> &gt;
> &gt;
> &gt;&gt; Hello, forgive my English. I have a problem when login in https
from
> &gt;&gt; Internet Explorer X (not Netscape) in mail. When I want download
the
> &gt;&gt; attachment of a any mail this message is prompted (don't download
from
> &gt;&gt; ipservidor). When I login in http the problem don't exist. I
don't know
> &gt;how
> &gt;&gt; solve it. Thanks for anticipated.
> &gt;&gt;
> &gt;&gt; Un saludo
> &gt;&gt; José Luis Gordo Romero
> &gt;&gt; Serra Soldadura, S.A. (Barcelona)
> &gt;&gt;
> &gt;&gt;
> &gt;&gt; _______________________________________________
> &gt;&gt; Phpgroupware-users mailing list
> &gt;&gt; address@hidden
> &gt;&gt; http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> &gt;&gt;
> &gt;
> &gt;
> &gt;_______________________________________________
> &gt;Phpgroupware-users mailing list
> &gt;address@hidden
> &gt;http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> &gt;
> --
> ***********************************
> 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 *
> ***********************************
>
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>




reply via email to

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