[imp] Turba -> IMAP
James Tavares
jtavares@loa.com
Wed, 18 Apr 2001 23:31:19 -0400
Thanks...
James
---------------------------------------------------------
James Tavares <jtavares@loa.com>
Sr. Data Network Engineer
Log On America, Inc.
Ph: 1-401-459-6294
Fax: 1-401-459-6580
Web: http://www.loa.com/
----- Original Message -----
From: "Atif Ghaffar" <aghaffar@developer.ch>
To: <imp@lists.horde.org>
Sent: Wednesday, April 18, 2001 6:03 PM
Subject: Re: [imp] Turba -> IMAP
Atif Ghaffar wrote:
>
> Hi James.
>
> Here is a hack, I mean patch.
Sorry, previous was the wrong one. (wrong order of files in diff)
Here is the correct one.
--
Atif Ghaffar
Internet Development Manager
4unet AG/SA/Ltd.
-------------------------.
+41 21 351 53 60 ¦ voice
+41 78 787 51 45 ¦ mobile
+41 86 0796598972¦ fax
http://www.4unet.net ¦ www
http://atif.developer.ch ¦ homepage
atif.ghaffar@4unet.net ¦ email
----------------------------------------------------------------------------
----
> --- Auth.php Thu Apr 19 00:00:37 2001
> +++ XAuth.php Wed Apr 18 23:51:38 2001
> @@ -174,6 +174,11 @@
> */
> function getAuth($realm = null)
> {
> + if (isset($GLOBALS['HTTP_SESSION_VARS']['imp']['user'])){
> + return $GLOBALS['HTTP_SESSION_VARS']['imp']['user'];
> + } else {
> + return false;
> + }
> if (!empty($realm)) {
> if (isset($GLOBALS['HTTP_SESSION_VARS']['__auth'][$realm])) {
> if
(!empty($GLOBALS['HTTP_SESSION_VARS']['__auth'][$realm]['authenticated']) &&
>
>
----------------------------------------------------------------------------
----
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org