IMP 2.3.7

Klaus Kuusela klaus@kuusela.com
Thu, 08 Feb 2001 20:57:36 +0200


Hi!

STATUS:
- IMP 2.3.7 - CVS
- Horde (latest cvs)

Tell me simply, how can I get mysql connection work for imp 2.3.7 ??
I've created user previliges and horde + imp -tables, but I can't connect 
into tables...

I've tried to configure conf.php (IMP confs) .... but it doesn't work 
out... IMP doesn't save my setting as user... etc.
(this must be simple task to do... but I can't find it... :) )


t. Klasu



>From chuck@horde.org Date: Thu,  8 Feb 2001 14:37:43 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 60612 invoked from network); 8 Feb 2001 19:38:38 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 8 Feb 2001 19:38:38 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 4F22C3CA9; Thu,  8 Feb 2001 14:37:43 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Thu,  8 Feb 2001 14:37:43 -0500
Message-ID: <981661063.3a82f58731a7d@marina.horde.org>
Date: Thu,  8 Feb 2001 14:37:43 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] Japanese language support.

Quoting Chris Crowley <ccrowley@tulane.edu>:

[japanese language support]
> Has this been worked on?

Not really. 2.3 (and 2.2 for that matter) has hooks to send the right charset 
if it's defined in lang.php(3); any other issues haven't had anyone pushing 
them, so not much has gotten done. If you've got people who need the feature, 
can provide samples of what needs to be handled and expertise on how it should 
be handled, I'm certainly willing to tackle the problem.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me


>From chuck@horde.org Date: Thu,  8 Feb 2001 14:45:28 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 61991 invoked from network); 8 Feb 2001 19:46:23 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 8 Feb 2001 19:46:23 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 1FC713CA9; Thu,  8 Feb 2001 14:45:28 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Thu,  8 Feb 2001 14:45:28 -0500
Message-ID: <981661528.3a82f75805dc6@marina.horde.org>
Date: Thu,  8 Feb 2001 14:45:28 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] constant already defined

Quoting Malek Hadj-Ali <lekma@chello.nl>:

> What can I do if I have the same constant defined twice in two different
> include files?
> i.e. : the errors below are cause of the fact that in imp/index.php3 both
> ../lib/horde.lib and ./lib/imp.lib are include and they define both
> constants no_action, send_message and mailto.
> 
> which one should be used or is it a bug in PHP that can't handle a new
> DEFINE for the same constant?

I'm pretty sure it's a php bug since I've never been able to reproduce this 
problem, and very few people report it...

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me


>From chuck@horde.org Date: Thu,  8 Feb 2001 14:54:05 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 63160 invoked from network); 8 Feb 2001 19:55:00 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 8 Feb 2001 19:55:00 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 8D4AA3CA9; Thu,  8 Feb 2001 14:54:05 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Thu,  8 Feb 2001 14:54:05 -0500
Message-ID: <981662045.3a82f95d71780@marina.horde.org>
Date: Thu,  8 Feb 2001 14:54:05 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] Mail status refresh

Quoting "Federico E. Petronio" <petronio@ifeva.edu.ar>:

> I found that IMP-2.2.4 does not refresh the mail status from the status
> bar. Looking in the code I found that the line 55 ( $refresh = true ) in
> status.php3 is not there like in IMP-2.2.3. Is that a miss or a
> security/bug update?

It was a change to a javascript-based update so that it wouldn't keep 
refreshing once an alert box had been generated. It'd be better if you could 
help us figure out why the javascript isn't working - I know it worked when I 
tested and committed it, but I barely use 2.2 these days...

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me


>From chuck@horde.org Date: Thu,  8 Feb 2001 14:58:43 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 64146 invoked from network); 8 Feb 2001 19:59:39 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 8 Feb 2001 19:59:39 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 97F0A3CA9; Thu,  8 Feb 2001 14:58:43 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Thu,  8 Feb 2001 14:58:43 -0500
Message-ID: <981662323.3a82fa737c23e@marina.horde.org>
Date: Thu,  8 Feb 2001 14:58:43 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: RE: [imp] Can't get past the login screen

Quoting "Timothy M. Butkiewicz" <Timothy@cyberMIND-usa.com>:

> Wondering if this means anything.....
> 
> Output of test.php horde session in /tmp
> 
> myhost:/tmp# cat sess_881c11489637a3336fe05b201e8d50b1
> horde_test_count|i:5;
> myhost:/tmp#
> 
> Output of what I think is the imp session. Does it mean anything that this
> is any empty file and test tes.php file is not?
> 
> myhost:/tmp# cat sess_54b07940556dd311628ddc6ad778d129
> myhost:/tmp#

Well... it might mean something, and it might not. For one thing, you say you 
_think_ that's the IMP session - have you turned on cookie warnings and looked 
at the session id value that's used to make sure? Etc... if sessions work in 
test.php but not in IMP, you have strange issues...

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me