From jon@csh.rit.edu Tue Jan 2 21:29:10 2001 From: jon@csh.rit.edu (Jon Parise) Date: Tue, 2 Jan 2001 16:29:10 -0500 Subject: [cvs] commit: imp compose.php In-Reply-To: <20010102180635.893.qmail@horde.org>; from chuck@horde.org on Tue, Jan 02, 2001 at 06:06:35PM -0000 References: <20010102180635.893.qmail@horde.org> Message-ID: <20010102162910.A17633@csh.rit.edu> On Tue, Jan 02, 2001 at 06:06:35PM -0000, Chuck Hagenbuch wrote: > chuck 2001/01/02 10:06:35 PST > > Log: > make the sae_sent_mail var regiseter_globals = Off compliant. Try and type a little faster, why don't you. =) -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@csh.rit.edu Tue Jan 2 21:31:40 2001 From: jon@csh.rit.edu (Jon Parise) Date: Tue, 2 Jan 2001 16:31:40 -0500 Subject: [dev] Re: [cvs] commit: horde problem.php horde/config ... In-Reply-To: <978434825.3a51bb09ce45e@horde.recoil.org>; from anil@recoil.org on Tue, Jan 02, 2001 at 11:27:05AM +0000 References: <20010102044057.62502.qmail@horde.org> <978434825.3a51bb09ce45e@horde.recoil.org> Message-ID: <20010102163139.B17633@csh.rit.edu> On Tue, Jan 02, 2001 at 11:27:05AM +0000, Anil Madhavapeddy wrote: > > I ran into a few stumbling blocks with the validator. It > > seems that you can't put
...
tags inside tables > > unless the form is complete within one tag. In fact, > > once you open a tag you can't put anything else unless > > its within the pair (or of course). This > > would make compliancy and layout rather difficult to achieve > > so if anyone has any brilliant ideas, do tell. > > I ran into exactly the same problem with WHUPS XHTML compliancy. > There's not a lot to be done about it, from what I could see, > so what I did was to embed a
within the , rather than > the other way around. If that produces the same final result, it sounds like the right thing to do, then. -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member >From max@the Date: Tue, 2 Jan 2001 13:36:09 -0800 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 15406 invoked from network); 2 Jan 2001 21:38:04 -0000 Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136) by horde.org with SMTP; 2 Jan 2001 21:38:04 -0000 Received: (from http@localhost) by zion.the-triumvirate.net (8.10.2/8.10.2) id f02La9Q19666 for dev@lists.horde.org; Tue, 2 Jan 2001 13:36:09 -0800 X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f Received: from 24.16.85.200 ( [24.16.85.200]) as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP; Tue, 2 Jan 2001 13:36:09 -0800 Message-ID: <978471369.3a5249c9a397f@www.the-triumvirate.net> Date: Tue, 2 Jan 2001 13:36:09 -0800 From: Max Kalika To: dev@lists.horde.org References: <20010102044057.62502.qmail@horde.org> <978434825.3a51bb09ce45e@horde.recoil.org> <20010102163139.B17633@csh.rit.edu> In-Reply-To: <20010102163139.B17633@csh.rit.edu> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde problem.php horde/config ... Quoting Jon Parise : > If that produces the same final result, it sounds like the right thing > to do, then. I was going to see about fixing this in the coming days. --mk23 >From anil@recoil.org Date: Tue, 2 Jan 2001 22:14:59 +0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 16301 invoked from network); 2 Jan 2001 22:15:01 -0000 Received: from total.recoil.org (212.25.240.40) by horde.org with SMTP; 2 Jan 2001 22:15:01 -0000 Received: (qmail 15150 invoked by uid 99); 2 Jan 2001 22:14:59 -0000 Received: from m760-mp1-cvx1a.lis.ntl.com ( [m760-mp1-cvx1a.lis.ntl.com]) as user avsm@localhost by horde.recoil.org with HTTP; Tue, 2 Jan 2001 22:14:59 +0000 Message-ID: <978473699.3a5252e3a8840@horde.recoil.org> Date: Tue, 2 Jan 2001 22:14:59 +0000 From: Anil Madhavapeddy To: dev@lists.horde.org References: <20010102044057.62502.qmail@horde.org> <978467585.3a523b01b2390@marina.horde.org> In-Reply-To: <978467585.3a523b01b2390@marina.horde.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit Quoting Chuck Hagenbuch : > > > I ran into a few stumbling blocks with the validator. It > > seems that you can't put ... tags inside tables > > unless the form is complete within one tag. In fact, > > once you open a
tag you can't put anything else unless > > its within the pair (or of course). This > > would make compliancy and layout rather difficult to achieve > > so if anyone has any brilliant ideas, do tell. > > It seems that if you start the outside the
, all these issues > go away. I think the problem was that I wanted two forms inside one table (for the log page, for the arbitrary diff request form at the bottom). Two tables always let the background show through under NS4, so I had to embed them into another table so that the background would be continuous. Better HTML for this would be welcome! -- Anil Madhavapeddy, From jon@csh.rit.edu Wed Jan 3 05:34:13 2001 From: jon@csh.rit.edu (Jon Parise) Date: Wed, 3 Jan 2001 00:34:13 -0500 Subject: PHPBuilder and coding styles Message-ID: <20010103003413.A26911@csh.rit.edu> In case you guys haven't seen this yet: http://www.phpbuilder.com/columns/tim20010101.php3 -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member From eculp@MexComUSA.Net Wed Jan 3 17:28:47 2001 From: eculp@MexComUSA.Net (Edwin Culp) Date: Wed, 03 Jan 2001 09:28:47 -0800 Subject: undefined function: send() Message-ID: <3A53614E.8EA321A@MexComUSA.Net> Unfortunately, I upgraded php cvs, php.ini and horde for the first time yesterday since about Dec. 15. Everything works until I try to send an email. I now get the following error. Fatal error: Call to undefined function: send() in /usr/local/share/apache/htdocs/horde/imp/compose.php on line 700 I receive mail fine and Options, folders, etc. are all ok. I'm sure I have probably not configured something obvious, if not I would have probably found it by now. Thanks, ed >From chuck@horde.org Date: Wed, 3 Jan 2001 13:00:22 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 46102 invoked from network); 3 Jan 2001 18:01:10 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 3 Jan 2001 18:01:10 -0000 Received: by marina.horde.org (Postfix, from userid 33) id 046433975; Wed, 3 Jan 2001 13:00:22 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Wed, 3 Jan 2001 13:00:22 -0500 Message-ID: <978544822.3a5368b6ec85b@marina.horde.org> Date: Wed, 3 Jan 2001 13:00:22 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <3A53614E.8EA321A@MexComUSA.Net> In-Reply-To: <3A53614E.8EA321A@MexComUSA.Net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] undefined function: send() Quoting Edwin Culp : > Unfortunately, I upgraded php cvs, php.ini and horde for the first time > yesterday since about Dec. 15. Everything works until I try to send an > email. I now get the following error. > > Fatal error: Call to undefined function: send() in > /usr/local/share/apache/htdocs/horde/imp/compose.php on line 700 Make sure you install the latest PEAR, also. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From anil@recoil.org Date: Wed, 3 Jan 2001 18:37:38 +0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 48598 invoked from network); 3 Jan 2001 18:37:40 -0000 Received: from total.recoil.org (212.25.240.40) by horde.org with SMTP; 3 Jan 2001 18:37:40 -0000 Received: (qmail 2381 invoked by uid 99); 3 Jan 2001 18:37:38 -0000 Received: from m2-mp1-cvx1a.lis.ntl.com ( [m2-mp1-cvx1a.lis.ntl.com]) as user avsm@localhost by horde.recoil.org with HTTP; Wed, 3 Jan 2001 18:37:38 +0000 Message-ID: <978547058.3a5371729be1c@horde.recoil.org> Date: Wed, 3 Jan 2001 18:37:38 +0000 From: Anil Madhavapeddy To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> In-Reply-To: <20010103183221.47713.qmail@horde.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting chuck@horde.org: > chuck 2001/01/03 10:32:21 PST > > Modified files: > docs CHANGES > lib Mime.php > Log: > use Mail_rfc822::parseAddressList(). > Does this need the changes you just committed to PEAR as well? Just asking since I don't want to CVS update my horde tree right now if that's the case. -- Anil Madhavapeddy, >From chuck@horde.org Date: Wed, 3 Jan 2001 13:38:09 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 48777 invoked from network); 3 Jan 2001 18:38:57 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 3 Jan 2001 18:38:57 -0000 Received: by marina.horde.org (Postfix, from userid 33) id 98E9139AB; Wed, 3 Jan 2001 13:38:09 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Wed, 3 Jan 2001 13:38:09 -0500 Message-ID: <978547089.3a5371918e76a@marina.horde.org> Date: Wed, 3 Jan 2001 13:38:09 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> In-Reply-To: <978547058.3a5371729be1c@horde.recoil.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Anil Madhavapeddy : > Does this need the changes you just committed to PEAR as well? Yes. > Just asking since I don't want to CVS update my horde tree right > now if that's the case. ? (curious) -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From anil@recoil.org Date: Wed, 3 Jan 2001 18:43:27 +0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 49122 invoked from network); 3 Jan 2001 18:43:28 -0000 Received: from total.recoil.org (212.25.240.40) by horde.org with SMTP; 3 Jan 2001 18:43:28 -0000 Received: (qmail 2612 invoked by uid 99); 3 Jan 2001 18:43:27 -0000 Received: from m2-mp1-cvx1a.lis.ntl.com ( [m2-mp1-cvx1a.lis.ntl.com]) as user avsm@localhost by horde.recoil.org with HTTP; Wed, 3 Jan 2001 18:43:27 +0000 Message-ID: <978547407.3a5372cf35555@horde.recoil.org> Date: Wed, 3 Jan 2001 18:43:27 +0000 From: Anil Madhavapeddy To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> <978547089.3a5371918e76a@marina.horde.org> In-Reply-To: <978547089.3a5371918e76a@marina.horde.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Chuck Hagenbuch : > Quoting Anil Madhavapeddy : > > > Just asking since I don't want to CVS update my horde tree right > > now if that's the case. > > ? (curious) > php-4.0.5-dev is broken for me atm, and I'm kneedeep in creating OpenBSD libedit patches, so updating my Horde tree would leave me with an unusable one until I fix PHP, and I'm hoping PHP will fix itself :) -- Anil Madhavapeddy, >From chuck@horde.org Date: Wed, 3 Jan 2001 13:47:18 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 51085 invoked from network); 3 Jan 2001 18:48:09 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 3 Jan 2001 18:48:09 -0000 Received: by marina.horde.org (Postfix, from userid 33) id 8314B39AB; Wed, 3 Jan 2001 13:47:18 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Wed, 3 Jan 2001 13:47:18 -0500 Message-ID: <978547638.3a5373b678356@marina.horde.org> Date: Wed, 3 Jan 2001 13:47:18 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> <978547089.3a5371918e76a@marina.horde.org> <978547407.3a5372cf35555@horde.recoil.org> In-Reply-To: <978547407.3a5372cf35555@horde.recoil.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Anil Madhavapeddy : > php-4.0.5-dev is broken for me atm, and I'm kneedeep in creating > OpenBSD libedit patches, so updating my Horde tree would leave me > with an unusable one until I fix PHP, and I'm hoping PHP will fix > itself :) Well, there's nothing you can't just update pear. =) But I was just curious. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From anil@recoil.org Date: Wed, 3 Jan 2001 18:58:21 +0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 52164 invoked from network); 3 Jan 2001 18:58:22 -0000 Received: from total.recoil.org (212.25.240.40) by horde.org with SMTP; 3 Jan 2001 18:58:22 -0000 Received: (qmail 3103 invoked by uid 99); 3 Jan 2001 18:58:21 -0000 Received: from m640-mp1-cvx1b.lis.ntl.com ( [m640-mp1-cvx1b.lis.ntl.com]) as user avsm@localhost by horde.recoil.org with HTTP; Wed, 3 Jan 2001 18:58:21 +0000 Message-ID: <978548301.3a53764d159ae@horde.recoil.org> Date: Wed, 3 Jan 2001 18:58:21 +0000 From: Anil Madhavapeddy To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> <978547089.3a5371918e76a@marina.horde.org> <978547407.3a5372cf35555@horde.recoil.org> <978547638.3a5373b678356@marina.horde.org> In-Reply-To: <978547638.3a5373b678356@marina.horde.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Chuck Hagenbuch : > > Well, there's nothing you can't just update pear. =) But I was just curious. > It would be lovely if PEAR didn't depend on PHP, and could be updated separately - I've seen rumblings fly by on the PEAR list, started by that crowd-rouser Jon :) Right now the dependency for tracking php-current for any of these changes is a bit of a pain (and PEAR does occasionally break if it gets out of sync, when new language constructs are used, although that last happened a while back) -- Anil Madhavapeddy, >From chuck@horde.org Date: Wed, 3 Jan 2001 14:06:12 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 53792 invoked from network); 3 Jan 2001 19:06:59 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 3 Jan 2001 19:06:59 -0000 Received: by marina.horde.org (Postfix, from userid 33) id 0F97739A2; Wed, 3 Jan 2001 14:06:12 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Wed, 3 Jan 2001 14:06:11 -0500 Message-ID: <978548771.3a537824027a6@marina.horde.org> Date: Wed, 3 Jan 2001 14:06:12 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> <978547089.3a5371918e76a@marina.horde.org> <978547407.3a5372cf35555@horde.recoil.org> <978547638.3a5373b678356@marina.horde.org> <978548301.3a53764d159ae@horde.recoil.org> In-Reply-To: <978548301.3a53764d159ae@horde.recoil.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Anil Madhavapeddy : > It would be lovely if PEAR didn't depend on PHP, and could be > updated separately - I've seen rumblings fly by on the PEAR list, > started by that crowd-rouser Jon :) You can always just update the pear directory of php4... I feel like I'm missing something... -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From anil@recoil.org Date: Wed, 3 Jan 2001 19:13:16 +0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 54731 invoked from network); 3 Jan 2001 19:13:18 -0000 Received: from total.recoil.org (212.25.240.40) by horde.org with SMTP; 3 Jan 2001 19:13:18 -0000 Received: (qmail 3759 invoked by uid 99); 3 Jan 2001 19:13:16 -0000 Received: from m640-mp1-cvx1b.lis.ntl.com ( [m640-mp1-cvx1b.lis.ntl.com]) as user avsm@localhost by horde.recoil.org with HTTP; Wed, 3 Jan 2001 19:13:16 +0000 Message-ID: <978549196.3a5379ccbf07a@horde.recoil.org> Date: Wed, 3 Jan 2001 19:13:16 +0000 From: Anil Madhavapeddy To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> <978547089.3a5371918e76a@marina.horde.org> <978547407.3a5372cf35555@horde.recoil.org> <978547638.3a5373b678356@marina.horde.org> <978548301.3a53764d159ae@horde.recoil.org> <978548771.3a537824027a6@marina.horde.org> In-Reply-To: <978548771.3a537824027a6@marina.horde.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Chuck Hagenbuch : > Quoting Anil Madhavapeddy : > > > It would be lovely if PEAR didn't depend on PHP, and could be > > updated separately - I've seen rumblings fly by on the PEAR list, > > started by that crowd-rouser Jon :) > > You can always just update the pear directory of php4... I feel like I'm > missing something... > It breaks if PEAR uses new language constructs or other features of -current. This doesn't happen very often (only once or twice so far), but it took ages to track down. -- Anil Madhavapeddy, >From chuck@horde.org Date: Wed, 3 Jan 2001 14:14:23 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 54882 invoked from network); 3 Jan 2001 19:15:11 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 3 Jan 2001 19:15:11 -0000 Received: by marina.horde.org (Postfix, from userid 33) id D109639A2; Wed, 3 Jan 2001 14:14:23 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Wed, 3 Jan 2001 14:14:23 -0500 Message-ID: <978549263.3a537a0fc5aee@marina.horde.org> Date: Wed, 3 Jan 2001 14:14:23 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> <978547089.3a5371918e76a@marina.horde.org> <978547407.3a5372cf35555@horde.recoil.org> <978547638.3a5373b678356@marina.horde.org> <978548301.3a53764d159ae@horde.recoil.org> <978548771.3a537824027a6@marina.horde.org> <978549196.3a5379ccbf07a@horde.recoil.org> In-Reply-To: <978549196.3a5379ccbf07a@horde.recoil.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Anil Madhavapeddy : > It breaks if PEAR uses new language constructs or other features > of -current. This doesn't happen very often (only once or twice > so far), but it took ages to track down. Okay, that's true. For the record, these particular changes don't - I'm running a 4.0.5-dev compiled on december 11th, for what it's worth. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From anil@recoil.org Date: Wed, 3 Jan 2001 19:16:42 +0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 55024 invoked from network); 3 Jan 2001 19:16:44 -0000 Received: from total.recoil.org (212.25.240.40) by horde.org with SMTP; 3 Jan 2001 19:16:44 -0000 Received: (qmail 3882 invoked by uid 99); 3 Jan 2001 19:16:42 -0000 Received: from m640-mp1-cvx1b.lis.ntl.com ( [m640-mp1-cvx1b.lis.ntl.com]) as user avsm@localhost by horde.recoil.org with HTTP; Wed, 3 Jan 2001 19:16:42 +0000 Message-ID: <978549402.3a537a9a86ef0@horde.recoil.org> Date: Wed, 3 Jan 2001 19:16:42 +0000 From: Anil Madhavapeddy To: dev@lists.horde.org References: <20010103183221.47713.qmail@horde.org> <978547058.3a5371729be1c@horde.recoil.org> <978547089.3a5371918e76a@marina.horde.org> <978547407.3a5372cf35555@horde.recoil.org> <978547638.3a5373b678356@marina.horde.org> <978548301.3a53764d159ae@horde.recoil.org> <978548771.3a537824027a6@marina.horde.org> <978549196.3a5379ccbf07a@horde.recoil.org> In-Reply-To: <978549196.3a5379ccbf07a@horde.recoil.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Mime.php Quoting Anil Madhavapeddy : > Quoting Chuck Hagenbuch : > > > Quoting Anil Madhavapeddy : > > > > > It would be lovely if PEAR didn't depend on PHP, and could be > > > updated separately - I've seen rumblings fly by on the PEAR list, > > > started by that crowd-rouser Jon :) > > > > You can always just update the pear directory of php4... I feel like I'm > > missing something... > > > > It breaks if PEAR uses new language constructs or other features > of -current. This doesn't happen very often (only once or twice > so far), but it took ages to track down. > PS: Yeah, I know about @since, but I was at the wrong stage of a -current branch, so the functions weren't there. Cured by tracking php-dev|cvs|pear now, but that's YAML to keep tabs on. -- Anil Madhavapeddy, From eculp@MexComUSA.Net Wed Jan 3 20:58:14 2001 From: eculp@MexComUSA.Net (Edwin Culp) Date: Wed, 03 Jan 2001 12:58:14 -0800 Subject: [dev] undefined function: send() References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> Message-ID: <3A539266.3FE7571F@MexComUSA.Net> Chuck Hagenbuch wrote: > Quoting Edwin Culp : > > > Unfortunately, I upgraded php cvs, php.ini and horde for the first time > > yesterday since about Dec. 15. Everything works until I try to send an > > email. I now get the following error. > > > > Fatal error: Call to undefined function: send() in > > /usr/local/share/apache/htdocs/horde/imp/compose.php on line 700 > > Make sure you install the latest PEAR, also. I just updated php4 and pear and installed the them and still have the same problem. Fatal error: Call to undefined function: send() in /usr/local/share/apache/htdocs/horde/imp/compose.php on line 700 BTW, the PHP Version: 4.0.5-dev compiled and installed with no problem. ed P.S. found these changes from today: /Makefile.in/1.57/Wed Jan 3 18:19:17 2001// /Mail.php/1.4/Wed Jan 3 19:19:28 2001// > > > -chuck > > -- > Charles Hagenbuch, > "If you can't stand the heat, get out of the chicken!" - Baby Blues > > -- > Horde Developers mailing list: http://horde.org/ > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: dev-unsubscribe@lists.horde.org >From max@the Date: Wed, 3 Jan 2001 13:17:41 -0800 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 66069 invoked from network); 3 Jan 2001 21:19:37 -0000 Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136) by horde.org with SMTP; 3 Jan 2001 21:19:37 -0000 Received: (from http@localhost) by zion.the-triumvirate.net (8.10.2/8.10.2) id f03LHfk21291 for dev@lists.horde.org; Wed, 3 Jan 2001 13:17:41 -0800 X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f Received: from 128.111.222.23 ( [128.111.222.23]) as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP; Wed, 3 Jan 2001 13:17:41 -0800 Message-ID: <978556661.3a5396f50c36a@www.the-triumvirate.net> Date: Wed, 3 Jan 2001 13:17:41 -0800 From: Max Kalika To: dev@lists.horde.org References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> <3A539266.3FE7571F@MexComUSA.Net> In-Reply-To: <3A539266.3FE7571F@MexComUSA.Net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] undefined function: send() Quoting Edwin Culp : > I just updated php4 and pear and installed the them and still have the same > problem. > > Fatal error: Call to undefined function: send() in > /usr/local/share/apache/htdocs/horde/imp/compose.php on line 700 Be sure your include path is correct in php.ini. --mk23 >From chuck@horde.org Date: Wed, 3 Jan 2001 17:17:45 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 67771 invoked from network); 3 Jan 2001 22:18:34 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 3 Jan 2001 22:18:33 -0000 Received: by marina.horde.org (Postfix, from userid 33) id 0EAB93975; Wed, 3 Jan 2001 17:17:46 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Wed, 3 Jan 2001 17:17:45 -0500 Message-ID: <978560265.3a53a509e58de@marina.horde.org> Date: Wed, 3 Jan 2001 17:17:45 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> <3A539266.3FE7571F@MexComUSA.Net> In-Reply-To: <3A539266.3FE7571F@MexComUSA.Net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] undefined function: send() Quoting Edwin Culp : > Fatal error: Call to undefined function: send() in > /usr/local/share/apache/htdocs/horde/imp/compose.php on line 700 What are your setting for $conf['mailer']? -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From anil@recoil.org Date: Wed, 3 Jan 2001 23:27:13 +0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 68823 invoked from network); 3 Jan 2001 23:27:16 -0000 Received: from total.recoil.org (212.25.240.40) by horde.org with SMTP; 3 Jan 2001 23:27:16 -0000 Received: (qmail 10939 invoked by uid 99); 3 Jan 2001 23:27:13 -0000 Received: from m103-mp1-cvx1b.lis.ntl.com ( [m103-mp1-cvx1b.lis.ntl.com]) as user avsm@localhost by horde.recoil.org with HTTP; Wed, 3 Jan 2001 23:27:13 +0000 Message-ID: <978564433.3a53b551c6b34@horde.recoil.org> Date: Wed, 3 Jan 2001 23:27:13 +0000 From: Anil Madhavapeddy To: dev@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: IMP 2.2.4 Does anyone have any outstanding issues that need to be solved on the STABLE_2_2 branch? If there aren't, I'll roll it out tommorrow. -- Anil Madhavapeddy, >From chuck@horde.org Date: Wed, 3 Jan 2001 18:54:31 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 69280 invoked from network); 3 Jan 2001 23:55:19 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 3 Jan 2001 23:55:19 -0000 Received: by marina.horde.org (Postfix, from userid 33) id 3FE823975; Wed, 3 Jan 2001 18:54:31 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Wed, 3 Jan 2001 18:54:31 -0500 Message-ID: <978566071.3a53bbb733e64@marina.horde.org> Date: Wed, 3 Jan 2001 18:54:31 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <978564433.3a53b551c6b34@horde.recoil.org> In-Reply-To: <978564433.3a53b551c6b34@horde.recoil.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] IMP 2.2.4 Quoting Anil Madhavapeddy : > Does anyone have any outstanding issues that need to be solved on > the STABLE_2_2 branch? If there aren't, I'll roll it out tommorrow. I think the attachment download stuff needs a look. I think I finally have it sorted out for 2.3, and given that it works now, I'm not really sure how anything was working before. It's been a confusing afternoon. I'm going to commit to 2.3 in a moment; hopefully people with all kinds of browsers (I'm especially interested in IE4) can test it, and if that goes well I'll make 2.2 match it. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues From eculp@MexComUSA.Net Thu Jan 4 01:23:35 2001 From: eculp@MexComUSA.Net (Edwin Culp) Date: Wed, 03 Jan 2001 17:23:35 -0800 Subject: [dev] undefined function: send() References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> <3A539266.3FE7571F@MexComUSA.Net> <978560265.3a53a509e58de@marina.horde.org> Message-ID: <3A53D097.EB31143C@MexComUSA.Net> Chuck Hagenbuch wrote: > Quoting Edwin Culp : > > > Fatal error: Call to undefined function: send() in > > /usr/local/share/apache/htdocs/horde/imp/compose.php on line 700 > > What are your setting for $conf['mailer']? $conf['mailer']['type'] = 'sendmail'; It is the same on an older version that works. Thanks, ed > > > -chuck > > -- > Charles Hagenbuch, > "If you can't stand the heat, get out of the chicken!" - Baby Blues > > -- > Horde Developers mailing list: http://horde.org/ > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: dev-unsubscribe@lists.horde.org >From chuck@horde.org Date: Wed, 3 Jan 2001 21:25:40 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 74566 invoked from network); 4 Jan 2001 02:26:28 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 4 Jan 2001 02:26:28 -0000 Received: by marina.horde.org (Postfix, from userid 33) id C38D93975; Wed, 3 Jan 2001 21:25:40 -0500 (EST) Received: from 192.168.0.150 ( [192.168.0.150]) as user chuck@marina by marina.your.mom with HTTP; Wed, 3 Jan 2001 21:25:40 -0500 Message-ID: <978575140.3a53df2429fa1@marina.your.mom> Date: Wed, 3 Jan 2001 21:25:40 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> <3A539266.3FE7571F@MexComUSA.Net> <978560265.3a53a509e58de@marina.horde.org> <3A53D097.EB31143C@MexComUSA.Net> In-Reply-To: <3A53D097.EB31143C@MexComUSA.Net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] undefined function: send() Quoting Edwin Culp : > $conf['mailer']['type'] = 'sendmail'; > > It is the same on an older version that works. What's different between the two installs? -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues From eculp@MexComUSA.Net Thu Jan 4 04:00:42 2001 From: eculp@MexComUSA.Net (Edwin Culp) Date: Wed, 03 Jan 2001 20:00:42 -0800 Subject: [dev] undefined function: send() References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> <3A539266.3FE7571F@MexComUSA.Net> <978560265.3a53a509e58de@marina.horde.org> <3A53D097.EB31143C@MexComUSA.Net> <978575140.3a53df2429fa1@marina.your.mom> Message-ID: <3A53F569.B88B431F@MexComUSA.Net> Chuck Hagenbuch wrote: > Quoting Edwin Culp : > > > $conf['mailer']['type'] = 'sendmail'; > > > > It is the same on an older version that works. > > What's different between the two installs? The only difference that I have been able to find is the version of PHP. The one that works is PHP4 release rather than 4.0.5 dev but I'm still looking at php.ini, that I can find no significant difference in, and imp and horde configuration diffs. Th confusing part is that absolutely everything else works. Options, folders, java popup for new mail, etc. The problem is that in compose I can send the email, can't add an attachment and can't save it as a draft. I'm sure the answer is right in front of me:-( Thanks, ed > > > -chuck > > -- > Charles Hagenbuch, > "If you can't stand the heat, get out of the chicken!" - Baby Blues > > -- > Horde Developers mailing list: http://horde.org/ > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: dev-unsubscribe@lists.horde.org From broer@it.mailkita.com Thu Jan 4 06:14:23 2001 From: broer@it.mailkita.com (broer_it2) Date: Thu, 4 Jan 2001 13:14:23 +0700 Subject: how window compose become bigger ?? References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> <3A539266.3FE7571F@MexComUSA.Net> <978560265.3a53a509e58de@marina.horde.org> <3A53D097.EB31143C@MexComUSA.Net> <978575140.3a53df2429fa1@marina.your.mom> <3A53F569.B88B431F@MexComUSA.Net> Message-ID: <007701c07615$950d1ff0$6401a8c0@mailkitabroer> How I can make compose window becomes bigger ?? thank U for your help ?? I put my horde.imp on: /usr/local/apache/htdocs/horde I am using linux red hat ver. 6.2 thank You best regard, broer >From max@the Date: Wed, 3 Jan 2001 21:55:17 -0800 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 78083 invoked from network); 4 Jan 2001 05:57:15 -0000 Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136) by horde.org with SMTP; 4 Jan 2001 05:57:15 -0000 Received: (from http@localhost) by zion.the-triumvirate.net (8.10.2/8.10.2) id f045tHh21862 for dev@lists.horde.org; Wed, 3 Jan 2001 21:55:17 -0800 X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f Received: from 24.16.85.200 ( [24.16.85.200]) as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP; Wed, 3 Jan 2001 21:55:17 -0800 Message-ID: <978587717.3a5410453d0d6@www.the-triumvirate.net> Date: Wed, 3 Jan 2001 21:55:17 -0800 From: Max Kalika To: dev@lists.horde.org References: <3A53614E.8EA321A@MexComUSA.Net> <978544822.3a5368b6ec85b@marina.horde.org> <3A539266.3FE7571F@MexComUSA.Net> <978560265.3a53a509e58de@marina.horde.org> <3A53D097.EB31143C@MexComUSA.Net> <978575140.3a53df2429fa1@marina.your.mom> <3A53F569.B88B431F@MexComUSA.Net> In-Reply-To: <3A53F569.B88B431F@MexComUSA.Net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] undefined function: send() Quoting Edwin Culp : > Th confusing part is that absolutely everything else works. Options, > folders, java popup for new mail, etc. The problem is that in compose I > can send the email, can't add an attachment and can't save it as a > draft. Do you have safe_mode on? Do you have upload_dir set? (just offering hints) --mk23 From jon@csh.rit.edu Thu Jan 4 16:09:40 2001 From: jon@csh.rit.edu (Jon Parise) Date: Thu, 4 Jan 2001 11:09:40 -0500 Subject: [cvs] commit: imp/lib IMP.php imp/templates/message javascript.inc In-Reply-To: <20010104153034.11785.qmail@horde.org>; from chuck@horde.org on Thu, Jan 04, 2001 at 03:30:34PM -0000 References: <20010104153034.11785.qmail@horde.org> Message-ID: <20010104110939.B2595@csh.rit.edu> On Thu, Jan 04, 2001 at 03:30:34PM -0000, Chuck Hagenbuch wrote: > fix viewing of attachments. is anyone checking me? =) Not few a couple of weeks, I'm afraid. Just too much going on these days... -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member >From max@the Date: Thu, 4 Jan 2001 09:13:34 -0800 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 28203 invoked from network); 4 Jan 2001 17:15:33 -0000 Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136) by horde.org with SMTP; 4 Jan 2001 17:15:33 -0000 Received: (from http@localhost) by zion.the-triumvirate.net (8.10.2/8.10.2) id f04HDYx22590 for dev@lists.horde.org; Thu, 4 Jan 2001 09:13:34 -0800 X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f Received: from 128.111.222.23 ( [128.111.222.23]) as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP; Thu, 4 Jan 2001 09:13:34 -0800 Message-ID: <978628414.3a54af3e7a184@www.the-triumvirate.net> Date: Thu, 4 Jan 2001 09:13:34 -0800 From: Max Kalika To: dev@lists.horde.org References: <20010104153034.11785.qmail@horde.org> In-Reply-To: <20010104153034.11785.qmail@horde.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [cvs] commit: imp/lib IMP.php imp/templates/message javascript.inc Quoting chuck@horde.org: > Log: > fix viewing of attachments. is anyone checking me? =) Nobody can keep up with you! :) --mk23 >From chuck@horde.org Date: Thu, 4 Jan 2001 12:17:43 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 28746 invoked from network); 4 Jan 2001 17:18:33 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 4 Jan 2001 17:18:33 -0000 Received: by marina.horde.org (Postfix, from userid 33) id DE28839F4; Thu, 4 Jan 2001 12:17:43 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Thu, 4 Jan 2001 12:17:43 -0500 Message-ID: <978628663.3a54b037c9f81@marina.horde.org> Date: Thu, 4 Jan 2001 12:17:43 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <20010104153034.11785.qmail@horde.org> <978628414.3a54af3e7a184@www.the-triumvirate.net> In-Reply-To: <978628414.3a54af3e7a184@www.the-triumvirate.net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [cvs] commit: imp/lib IMP.php imp/templates/message javascript.inc Quoting Max Kalika : > Nobody can keep up with you! :) Heh... =) -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues From mbull@uoguelph.ca Thu Jan 4 19:16:49 2001 From: mbull@uoguelph.ca (Michael Bull) Date: Thu, 04 Jan 2001 14:16:49 -0500 Subject: What functions from PHP 4.0.5 does the current CVS use? Message-ID: <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> As per the above -- what different functions are required in PHP as compared to 4.04-release, with the current IMP 2.3 cvs? >From chuck@horde.org Date: Thu, 4 Jan 2001 14:47:56 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 36464 invoked from network); 4 Jan 2001 19:48:49 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 4 Jan 2001 19:48:49 -0000 Received: by marina.horde.org (Postfix, from userid 33) id DFAA83974; Thu, 4 Jan 2001 14:47:56 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Thu, 4 Jan 2001 14:47:56 -0500 Message-ID: <978637676.3a54d36ccc3a2@marina.horde.org> Date: Thu, 4 Jan 2001 14:47:56 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> In-Reply-To: <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] What functions from PHP 4.0.5 does the current CVS use? Quoting Michael Bull : > As per the above -- what different functions are required in PHP as > compared to 4.04-release, with the current IMP 2.3 cvs? I don't know that there are any changes in PHP that we rely on, but you need the latest PEAR. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues From mbull@uoguelph.ca Thu Jan 4 19:56:17 2001 From: mbull@uoguelph.ca (Michael Bull) Date: Thu, 04 Jan 2001 14:56:17 -0500 Subject: <<<<<<< message_headers.inc on my mailbox list with latest cvs In-Reply-To: <978637676.3a54d36ccc3a2@marina.horde.org> References: <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> Message-ID: <5.0.1.4.0.20010104145037.03571138@staff.mail.uoguelph.ca> At 02:47 PM 04/01/2001 -0500, you wrote: >Quoting Michael Bull : > > > As per the above -- what different functions are required in PHP as > > compared to 4.04-release, with the current IMP 2.3 cvs? > >I don't know that there are any changes in PHP that we rely on, but you need >the latest PEAR. Thanks for the info. I've got the latest PEAR (to my knowledge) with PHP 4.04-stable. With the latest horde/imp cvs, I get the following showing up on my mailbox listing: Delete | Undelete <<<<<<< message_headers.inc and in the header... in the column where subject would be just being labeled "==========", the size column having no info, and then the following in extra columns going off the pages: <<<<<<< message_headers.inc >>>>>>> 2.32 ======= >>>>>>> 2.33 Subject I'm going to try and track this down, but if anyone can think of a gotcha that might be involved... let me know. >From chuck@horde.org Date: Thu, 4 Jan 2001 15:07:15 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 36970 invoked from network); 4 Jan 2001 20:08:04 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 4 Jan 2001 20:08:04 -0000 Received: by marina.horde.org (Postfix, from userid 33) id DCA443974; Thu, 4 Jan 2001 15:07:15 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Thu, 4 Jan 2001 15:07:15 -0500 Message-ID: <978638835.3a54d7f3a1ed7@marina.horde.org> Date: Thu, 4 Jan 2001 15:07:15 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> <5.0.1.4.0.20010104145037.03571138@staff.mail.uoguelph.ca> In-Reply-To: <5.0.1.4.0.20010104145037.03571138@staff.mail.uoguelph.ca> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] <<<<<<< message_headers.inc on my mailbox list with latest cvs Quoting Michael Bull : > latest horde/imp cvs, > I get the following showing up on my mailbox listing: > > Delete | Undelete > <<<<<<< message_headers.inc Pay attention when you run cvs updates - those are caused by a cvs merge conflict. Not sure why you'd have a conflict, but unless you have local mods (which would be one reason to have a conflict) you should remove message_headers.inc and get a clean copy from cvs (cd imp/templates/mailbox; rm message_headers.inc; cvs update message_headers.inc). -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues From mbull@uoguelph.ca Thu Jan 4 20:25:04 2001 From: mbull@uoguelph.ca (Michael Bull) Date: Thu, 04 Jan 2001 15:25:04 -0500 Subject: [dev] <<<<<<< message_headers.inc on my mailbox list with latest cvs In-Reply-To: <978638835.3a54d7f3a1ed7@marina.horde.org> References: <5.0.1.4.0.20010104145037.03571138@staff.mail.uoguelph.ca> <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> <5.0.1.4.0.20010104141521.0353caf8@staff.mail.uoguelph.ca> <5.0.1.4.0.20010104145037.03571138@staff.mail.uoguelph.ca> Message-ID: <5.0.1.4.0.20010104152307.035713d8@staff.mail.uoguelph.ca> At 03:07 PM 04/01/2001 -0500, you wrote: >Pay attention when you run cvs updates - those are caused by a cvs merge >conflict. Not sure why you'd have a conflict, but unless you have local mods >(which would be one reason to have a conflict) you should remove >message_headers.inc and get a clean copy from cvs (cd >imp/templates/mailbox; rm >message_headers.inc; cvs update message_headers.inc). I didn't *see* any error messages, but they perhaps scrolled by too quickly. I'll redirect the output in future to be sure I see the problems. There aren't any local mods, but obviously something was different. I'll get the fresh ones, thanks for the advice. From mbull@uoguelph.ca Thu Jan 4 22:06:32 2001 From: mbull@uoguelph.ca (Michael Bull) Date: Thu, 04 Jan 2001 17:06:32 -0500 Subject: Call to undefined function: send() Message-ID: <5.0.1.4.0.20010104170205.03571970@staff.mail.uoguelph.ca> ---------------------- multipart/alternative attachment If I'm running the current cvs, downloading attachments works, but I get the following error message after I click on send: Fatal error: Call to undefined function: send() in /home/httpd/webmail.cs.uoguelph.ca/horde/imp/compose.php on line 681 I get this on an older CVS as well. This is with PHP 4.0.5 dev from this afternoon (and all of 5 minutes ago). If I switch back to PHP4.0.4 stable, and run 'make install'... the problem goes away, but downloading attachments in 2.3-latest-cvs does not work (reports a missing index I traced back to the mime type handling on line 53 of view.php). If I go back to the latest version and run "make install" the problem re-appears. This would appear to be a PEAR problem, but I've got no idea what it would be. I wouldn't think it would be a path problem, as the make install puts things right, and I do have the location of the pear libraries in the path anyways... unless anyone has any ideas -- I know there is a lot of pear expertise on this list -- where would be the best place to go get help solving this bug, if you feel it would be with PHP? Thanks. ---------------------- multipart/alternative attachment-- From jon@csh.rit.edu Thu Jan 4 22:27:06 2001 From: jon@csh.rit.edu (Jon Parise) Date: Thu, 4 Jan 2001 17:27:06 -0500 Subject: [dev] Call to undefined function: send() In-Reply-To: <5.0.1.4.0.20010104170205.03571970@staff.mail.uoguelph.ca>; from mbull@uoguelph.ca on Thu, Jan 04, 2001 at 05:06:32PM -0500 References: <5.0.1.4.0.20010104170205.03571970@staff.mail.uoguelph.ca> Message-ID: <20010104172706.A13372@csh.rit.edu> On Thu, Jan 04, 2001 at 05:06:32PM -0500, Michael Bull wrote: > If I'm running the current cvs, downloading attachments works, but I get > the following error message after I click on send: > > Fatal error: Call to undefined function: send() in > /home/httpd/webmail.cs.uoguelph.ca/horde/imp/compose.php on line 681 > > I get this on an older CVS as well. This is with PHP 4.0.5 dev from this > afternoon (and all of 5 minutes ago). Yeah, I'm getting this, too. I don't have the time to really look into it now, though. Still, it appears to be a legitimate problem somewhere. -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@csh.rit.edu Fri Jan 5 19:13:02 2001 From: jon@csh.rit.edu (Jon Parise) Date: Fri, 5 Jan 2001 14:13:02 -0500 Subject: PEAR_INSTALLDIR Message-ID: <20010105141301.C7560@csh.rit.edu> I just committed a fix to the PHP 4.0.5 tree that should fix the problem of PEAR_INSTALLDIR not being substituted in pear/PEAR.php. This should fix the problem people were experiencing with IMP 2.3 and sending mail ($mail not undefined, or some such error). -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member >From max@the Date: Fri, 5 Jan 2001 11:32:51 -0800 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 18779 invoked from network); 5 Jan 2001 19:34:53 -0000 Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136) by horde.org with SMTP; 5 Jan 2001 19:34:53 -0000 Received: (from http@localhost) by zion.the-triumvirate.net (8.10.2/8.10.2) id f05JWp109555 for dev@lists.horde.org; Fri, 5 Jan 2001 11:32:51 -0800 X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f Received: from 128.111.222.23 ( [128.111.222.23]) as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP; Fri, 5 Jan 2001 11:32:51 -0800 Message-ID: <978723171.3a56216333466@www.the-triumvirate.net> Date: Fri, 5 Jan 2001 11:32:51 -0800 From: Max Kalika To: dev@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Mail::parseHeaders() After three of my messages got sucked into oblivion, I began to get suspecious. There's a tiny bug in Mail.php that munges the from address and causes sendmail to set the outgoing envelop address to just '@'. (Mail_rfc822::parseAddressList() returns a two dimentional array, but Mail::parseHeaders() was only looking at the first index) Here's the patch: Chuck or Jon, can you fix this in php's cvs? thanks! --mk23 [root@host php]# diff -u Mail.php.orig Mail.php --- Mail.php.orig Wed Jan 3 10:24:20 2001 +++ Mail.php Fri Jan 5 11:25:55 2001 @@ -119,7 +119,7 @@ include_once 'Mail/rfc822.php'; $from_arr = Mail_rfc822::parseAddressList($val, 'localhost'); - $from = $from_arr[0]->mailbox . '@' . $from_arr[0]->host; + $from = $from_arr[0][0]->mailbox . '@' . $from_arr[0][0]->host; if (strstr($from, ' ')) { // Reject outright envelope From addresses with spaces. return false; From mbull@uoguelph.ca Fri Jan 5 19:35:22 2001 From: mbull@uoguelph.ca (Michael Bull) Date: Fri, 05 Jan 2001 14:35:22 -0500 Subject: [dev] PEAR_INSTALLDIR In-Reply-To: <20010105141301.C7560@csh.rit.edu> Message-ID: <5.0.1.4.0.20010105143444.03612008@staff.mail.uoguelph.ca> At 02:13 PM 05/01/2001 -0500, you wrote: >I just committed a fix to the PHP 4.0.5 tree that should fix the >problem of PEAR_INSTALLDIR not being substituted in pear/PEAR.php. >This should fix the problem people were experiencing with IMP 2.3 and >sending mail ($mail not undefined, or some such error). Does this require an update of PHP, or would PHP 4.04-stable and the latest PEAR work properly? >From chuck@horde.org Date: Fri, 5 Jan 2001 14:56:45 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 19842 invoked from network); 5 Jan 2001 19:57:37 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 5 Jan 2001 19:57:37 -0000 Received: by marina.horde.org (Postfix, from userid 33) id E061C39A2; Fri, 5 Jan 2001 14:56:45 -0500 (EST) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@marina by marina.horde.org with HTTP; Fri, 5 Jan 2001 14:56:45 -0500 Message-ID: <978724605.3a5626fdc40fd@marina.horde.org> Date: Fri, 5 Jan 2001 14:56:45 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org References: <978723171.3a56216333466@www.the-triumvirate.net> In-Reply-To: <978723171.3a56216333466@www.the-triumvirate.net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Mail::parseHeaders() Quoting Max Kalika : > After three of my messages got sucked into oblivion, I began to get > suspecious. There's a tiny bug in Mail.php that munges the from address and > causes sendmail to set the outgoing envelop address to just '@'. > (Mail_rfc822::parseAddressList() returns a two dimentional array, but > Mail::parseHeaders() was only looking at the first index) Actually, the problem was that parseAddressList() should be passed a third parameter of false to get back a flat array. I've just fixed it in PEAR cvs. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues From jon@csh.rit.edu Fri Jan 5 20:00:33 2001 From: jon@csh.rit.edu (Jon Parise) Date: Fri, 5 Jan 2001 15:00:33 -0500 Subject: [dev] Mail::parseHeaders() In-Reply-To: <978723171.3a56216333466@www.the-triumvirate.net>; from max@the-triumvirate.net on Fri, Jan 05, 2001 at 11:32:51AM -0800 References: <978723171.3a56216333466@www.the-triumvirate.net> Message-ID: <20010105150033.D7560@csh.rit.edu> On Fri, Jan 05, 2001 at 11:32:51AM -0800, Max Kalika wrote: > Here's the patch: Chuck or Jon, can you fix this in php's cvs? I just committed your patch. Thanks! -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@csh.rit.edu Fri Jan 5 20:01:11 2001 From: jon@csh.rit.edu (Jon Parise) Date: Fri, 5 Jan 2001 15:01:11 -0500 Subject: [dev] Mail::parseHeaders() In-Reply-To: <978724605.3a5626fdc40fd@marina.horde.org>; from chuck@horde.org on Fri, Jan 05, 2001 at 02:56:45PM -0500 References: <978723171.3a56216333466@www.the-triumvirate.net> <978724605.3a5626fdc40fd@marina.horde.org> Message-ID: <20010105150111.E7560@csh.rit.edu> On Fri, Jan 05, 2001 at 02:56:45PM -0500, Chuck Hagenbuch wrote: > > After three of my messages got sucked into oblivion, I began to get > > suspecious. There's a tiny bug in Mail.php that munges the from address and > > causes sendmail to set the outgoing envelop address to just '@'. > > (Mail_rfc822::parseAddressList() returns a two dimentional array, but > > Mail::parseHeaders() was only looking at the first index) > > Actually, the problem was that parseAddressList() should be passed a third > parameter of false to get back a flat array. I've just fixed it in PEAR cvs. Looks like we collided. You go ahead and fix this one. =) -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@csh.rit.edu Fri Jan 5 20:03:06 2001 From: jon@csh.rit.edu (Jon Parise) Date: Fri, 5 Jan 2001 15:03:06 -0500 Subject: [dev] PEAR_INSTALLDIR In-Reply-To: <5.0.1.4.0.20010105143444.03612008@staff.mail.uoguelph.ca>; from mbull@uoguelph.ca on Fri, Jan 05, 2001 at 02:35:22PM -0500 References: <20010105141301.C7560@csh.rit.edu> <5.0.1.4.0.20010105143444.03612008@staff.mail.uoguelph.ca> Message-ID: <20010105150306.F7560@csh.rit.edu> On Fri, Jan 05, 2001 at 02:35:22PM -0500, Michael Bull wrote: > >I just committed a fix to the PHP 4.0.5 tree that should fix the > >problem of PEAR_INSTALLDIR not being substituted in pear/PEAR.php. > >This should fix the problem people were experiencing with IMP 2.3 and > >sending mail ($mail not undefined, or some such error). > > Does this require an update of PHP, or would PHP 4.04-stable and the latest > PEAR work properly? You should be able to just apply the same patch to 4.0.4: http://cvs.php.net/viewcvs.cgi/php4/configure.in.diff?r1=1.206&r2=1.207 I can't vouch for that, though. -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member >From Walter.Mueller@uibk.ac.at Date: 21 Dec 2000 17:23:55 -0000 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 28010 invoked from network); 6 Jan 2001 04:51:31 -0000 Received: from sniper.igw.kolumbus.fi (193.229.31.50) by horde.org with SMTP; 6 Jan 2001 04:51:31 -0000 Received: from localhost (jani@localhost) by sniper.igw.kolumbus.fi (8.9.3/8.9.3) with ESMTP id GAA12289 for ; Sat, 6 Jan 2001 06:51:29 +0200 X-Authentication-Warning: sniper.igw.kolumbus.fi: jani owned process doing -bs Date: Sat, 6 Jan 2001 06:51:29 +0200 (EET) From: Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [PHP-DEV] PHP 4.0 Bug #8359: imap_fetchheader and FT_PREFETCHTEXT (fwd) What do you guys think about this bug report? --Jani ---------- Forwarded message ---------- Date: 21 Dec 2000 17:23:55 -0000 From: Walter.Mueller@uibk.ac.at To: php-dev@lists.php.net Subject: [PHP-DEV] PHP 4.0 Bug #8359: imap_fetchheader and FT_PREFETCHTEXT From: Walter.Mueller@uibk.ac.at Operating system: linux.2.2.16 PHP version: 4.0.4 PHP Bug Type: IMAP related Bug description: imap_fetchheader and FT_PREFETCHTEXT Referring to bug #4447: (closed) I think you introduced a bug when "solving" #4447. I believe (as did the IMP developers) that imap_fetchheader should ALWAYS return ONLY the header. The flag FT_PREFETCHTEXT is just for optimization and informs c-client that the message text will be needed soon as well. -- Edit Bug report at: http://bugs.php.net/?id=8359&edit=1 -- PHP Development Mailing List To unsubscribe, e-mail: php-dev-unsubscribe@lists.php.net For additional commands, e-mail: php-dev-help@lists.php.net To contact the list administrators, e-mail: php-list-admin@lists.php.net >From chuck@horde.org Date: Sat, 6 Jan 2001 02:19:52 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 29008 invoked from network); 6 Jan 2001 07:20:44 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 6 Jan 2001 07:20:44 -0000 Received: by marina.horde.org (Postfix, from userid 33) id CBEFF39F2; Sat, 6 Jan 2001 02:19:52 -0500 (EST) Received: from 192.168.0.150 ( [192.168.0.150]) as user chuck@marina by marina.your.mom with HTTP; Sat, 6 Jan 2001 02:19:52 -0500 Message-ID: <978765592.3a56c7182c30d@marina.your.mom> Date: Sat, 6 Jan 2001 02:19:52 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] [PHP-DEV] PHP 4.0 Bug #8359: imap_fetchheader and FT_PREFETCHTEXT (fwd) Quoting jtaskine@hit.fi: > What do you guys think about this bug report? Right from c-client's internals.txt file: FT_PREFETCHTEXT The RFC822.TEXT should be pre-fetched at the same time. This avoids an extra RTT on an IMAP connection if a full message text is desired (e.g. in a "save to local file" operation) It's just a hint to c-client to prefetch. It shouldn't change the return value of the function. I remember noticing this when the change was made, and removing that flag so that we weren't fetching messages twice in places, but never got around to doing anything about it, and it slipped away... -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues From eculp@MexComUSA.Net Sat Jan 6 16:59:35 2001 From: eculp@MexComUSA.Net (Edwin Culp) Date: Sat, 06 Jan 2001 08:59:35 -0800 Subject: [dev] PEAR_INSTALLDIR References: <20010105141301.C7560@csh.rit.edu> <5.0.1.4.0.20010105143444.03612008@staff.mail.uoguelph.ca> <20010105150306.F7560@csh.rit.edu> Message-ID: <3A574EF6.292B60CE@MexComUSA.Net> ---------------------- multipart/alternative attachment Jon Parise wrote: > On Fri, Jan 05, 2001 at 02:35:22PM -0500, Michael Bull wrote: > > > >I just committed a fix to the PHP 4.0.5 tree that should fix the > > >problem of PEAR_INSTALLDIR not being substituted in pear/PEAR.php. > > >This should fix the problem people were experiencing with IMP 2.3 and > > >sending mail ($mail not undefined, or some such error). > > > > Does this require an update of PHP, or would PHP 4.04-stable and the latest > > PEAR work properly? > > You should be able to just apply the same patch to 4.0.4: > > http://cvs.php.net/viewcvs.cgi/php4/configure.in.diff?r1=1.206&r2=1.207 I can. The patch applies cleanly, compiles and runs with no apparent problems. It also fixes the send() error in IMP-cvs that had me climbing the walls for the last couple of days. IMO, this is a much better option for now than php-4.0.5 dev. Before applying the patch I cvs-ed the latest and greatest, compiled and installed. Guess what, apache wouldn't load libphp4.so. Luckily, I had a copy of php-4.0.4, untared it quickly, applied your patch, compiled and am now a happy camper. Thanks, Jon. ed > > > I can't vouch for that, though. > > -- > Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology > http://www.csh.rit.edu/~jon/ : Computer Science House Member > > -- > Horde Developers mailing list: http://horde.org/ > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: dev-unsubscribe@lists.horde.org ---------------------- multipart/alternative attachment-- >From chuck@horde.org Date: Sun, 7 Jan 2001 16:27:40 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 62362 invoked from network); 7 Jan 2001 21:28:30 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 7 Jan 2001 21:28:30 -0000 Received: by marina.horde.org (Postfix, from userid 33) id C064D39F2; Sun, 7 Jan 2001 16:27:40 -0500 (EST) Received: from 192.168.0.160 ( [192.168.0.160]) as user chuck@marina by marina.your.mom with HTTP; Sun, 7 Jan 2001 16:27:40 -0500 Message-ID: <978902860.3a58df4c6d633@marina.your.mom> Date: Sun, 7 Jan 2001 16:27:40 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] navigator problems Quoting Michael Bull : > I like how people can go into the navigator and create a folder in the main > hierarchy without having to select any folders; my ideal solution then > would have one that would still allow this behavior. As I said, I'm not > sure on the best approach, but I've atleast been able to define the problem. > :) I've just committed a change so that if you create a top-level folder, it will be created with $imp['folders'] appended. Try this behavior out... -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From aghaffar@developer.ch Date: Mon, 8 Jan 2001 01:57:32 +0100 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 69418 invoked from network); 8 Jan 2001 00:58:04 -0000 Received: from unknown (HELO mail.zurich.4unet.net) (193.247.80.105) by horde.org with SMTP; 8 Jan 2001 00:58:04 -0000 Received: by mail.zurich.4unet.net (Postfix, from userid 65534) id 8A6AC50D; Mon, 8 Jan 2001 01:57:32 +0100 (CET) Received: from 212.147.8.22 ( [212.147.8.22]) as user aghaffar_developer_ch@localhost by webmail.developer.ch with HTTP; Mon, 8 Jan 2001 01:57:32 +0100 Message-ID: <978915452.3a59107c7197b@webmail.developer.ch> Date: Mon, 8 Jan 2001 01:57:32 +0100 From: Atif Ghaffar To: dev@lists.horde.org References: <978903608.3a58e238cb603@marina.your.mom> <978910050.3a58fb62a6c8f@webmail.developer.ch> <978911639.3a5901977d686@horde.recoil.org> In-Reply-To: <978911639.3a5901977d686@horde.recoil.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [imp] suggestions, IMP 2.3 Quoting Anil Madhavapeddy : > Quoting Atif Ghaffar : > > > 1. Make a separate list for 2.3 (so we can search only it that list) > > Since it's development code, dev@lists.horde.org would be appropriate > to discuss it also. OK. > > > 2. What happened to the frames? > > They're gone (obviously). It seemed to be one of the biggest requests > from people in general. > Are these requests from developers/geeks/mailtainers or from users? I have requests from users. We have a large number of users depending on webmail. These users range from hitech-linux-only users to sales and Marketing morons. > > The thing I miss in IMP 2.3 and 2.2.x is that I dont see my folders > > and my mails simultanously. > > I might be misunderstanding you, but you can see your folders in every > single page - the select box on the top-right. > > I'm not sure where you got this from, but you can jump to another > folder via the select box. You can click on the Folders menu to get > the graphical tree-view, but every page has the short-cut select box. Not on my Laptop running MacOS. They are too far to the right, and they dont bring me to the folder which I select when I select it. Instead I have to click on the folder icon to go there, for that to happen, I have to scroll all the way to the right. > > > I hacked both imp 2.2.x and 2.3 to make them frames-capable and > > look like my desktop mail client. I would suggest to make both > > interfaces for IMP (frameless and framefull) and make that an option > > in the configuration file. > > > > If you want I can setup a test-site somewhere to demonstrate this > > functionality. > > > > I would be interested in seeing it, but it seems a bit of a maintainence > nightmare to keep both interfaces in sync (and very hard to customise > as well). I _vastly_ prefer the frameless interface, but that's a > subjective opinion - what do other people who have tried both 2.2 > and 2.3 think? I am preparing a quick mockup. I will fill it up with folders that I have just to demonstrate my point. As for maintaing them , I really had to just add a couple of if $conf['userFrames'] in a couple of files. Oh I just finished prep. Here is an example (not cleaned up etc, but shows the point) http://webmail.developer.ch:8080 login as user: horde , pass:imp Best Regards. > > -- > Anil Madhavapeddy, > > -- > IMP mailing list: http://horde.org/imp/ > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > -- Atif Ghaffar http://atif.developer.ch ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ >From aghaffar@developer.ch Date: Mon, 8 Jan 2001 02:07:38 +0100 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 69641 invoked from network); 8 Jan 2001 01:08:09 -0000 Received: from unknown (HELO mail.zurich.4unet.net) (193.247.80.105) by horde.org with SMTP; 8 Jan 2001 01:08:09 -0000 Received: by mail.zurich.4unet.net (Postfix, from userid 65534) id 9CAA650D; Mon, 8 Jan 2001 02:07:38 +0100 (CET) Received: from 212.147.8.22 ( [212.147.8.22]) as user aghaffar_developer_ch@localhost by webmail.developer.ch with HTTP; Mon, 8 Jan 2001 02:07:38 +0100 Message-ID: <978916058.3a5912da8ee41@webmail.developer.ch> Date: Mon, 8 Jan 2001 02:07:38 +0100 From: Atif Ghaffar To: dev@lists.horde.org References: <978903608.3a58e238cb603@marina.your.mom> <978910050.3a58fb62a6c8f@webmail.developer.ch> <978911639.3a5901977d686@horde.recoil.org> <978915452.3a59107c7197b@webmail.developer.ch> In-Reply-To: <978915452.3a59107c7197b@webmail.developer.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [imp] suggestions, IMP 2.3 [FrameFull interface] Quoting Atif Ghaffar : > Here is an example (not cleaned up etc, but shows the point) > http://webmail.developer.ch:8080 > login as user: horde , pass:imp Oh, and you may argue that the left frame for the navigator is taking 400 pixels. This can be handled in prefs, The user can decide to make it whatever size in pixel as he/she likes or even make it a floating window to gain full space. Clicking a link in the navigator will open the mailbox in the main window's mailbox frame. -- Atif Ghaffar http://atif.developer.ch ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ >From aghaffar@developer.ch Date: Mon, 8 Jan 2001 02:12:59 +0100 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 69816 invoked from network); 8 Jan 2001 01:13:31 -0000 Received: from unknown (HELO mail.zurich.4unet.net) (193.247.80.105) by horde.org with SMTP; 8 Jan 2001 01:13:31 -0000 Received: by mail.zurich.4unet.net (Postfix, from userid 65534) id C5CCA50D; Mon, 8 Jan 2001 02:12:59 +0100 (CET) Received: from 212.147.8.22 ( [212.147.8.22]) as user aghaffar_developer_ch@localhost by webmail.developer.ch with HTTP; Mon, 8 Jan 2001 02:12:59 +0100 Message-ID: <978916379.3a59141bb864d@webmail.developer.ch> Date: Mon, 8 Jan 2001 02:12:59 +0100 From: Atif Ghaffar To: dev@lists.horde.org References: <978903608.3a58e238cb603@marina.your.mom> <978910050.3a58fb62a6c8f@webmail.developer.ch> <978911639.3a5901977d686@horde.recoil.org> <978915452.3a59107c7197b@webmail.developer.ch> In-Reply-To: <978915452.3a59107c7197b@webmail.developer.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [imp] suggestions, IMP 2.3 Quoting Atif Ghaffar : > Oh I just finished prep. > > Here is an example (not cleaned up etc, but shows the point) > http://webmail.developer.ch:8080 > login as user: horde , pass:imp Sorry the firewall was blocking 8080 before. Please try now. Thanks -- Atif Ghaffar http://atif.developer.ch ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ >From aghaffar@developer.ch Date: Mon, 8 Jan 2001 02:29:33 +0100 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 70068 invoked from network); 8 Jan 2001 01:30:04 -0000 Received: from unknown (HELO mail.zurich.4unet.net) (193.247.80.105) by horde.org with SMTP; 8 Jan 2001 01:30:04 -0000 Received: by mail.zurich.4unet.net (Postfix, from userid 65534) id CB4B150D; Mon, 8 Jan 2001 02:29:33 +0100 (CET) Received: from 212.147.8.22 ( [212.147.8.22]) as user aghaffar_developer_ch@localhost by webmail.developer.ch with HTTP; Mon, 8 Jan 2001 02:29:33 +0100 Message-ID: <978917373.3a5917fdbe068@webmail.developer.ch> Date: Mon, 8 Jan 2001 02:29:33 +0100 From: Atif Ghaffar To: dev@lists.horde.org References: <978060451.3a4c04a3a78a5@webmail.developer.ch> <978236013.3a4eb26dbc8be@nirgal.your.mom> In-Reply-To: <978236013.3a4eb26dbc8be@nirgal.your.mom> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] small change in message.php Quoting Chuck Hagenbuch : > I would be interested in offering a Sieve front-end if you'd be interested in > contributing it. Sure, but its in perl. Someone wanna write it for horde? > ... sounds like you're not using the $servers['']['from_host'] > correctly. That will get put into $imp['maildomain'] if you set it. Ill check that out, perhaps, I have made a booboo somewhere. -- Atif Ghaffar http://atif.developer.ch ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ >From chuck@horde.org Date: Sun, 7 Jan 2001 22:16:07 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 71523 invoked from network); 8 Jan 2001 03:17:06 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 8 Jan 2001 03:17:06 -0000 Received: by marina.horde.org (Postfix, from userid 33) id D168439F2; Sun, 7 Jan 2001 22:16:07 -0500 (EST) Received: from 192.168.0.160 ( [192.168.0.160]) as user chuck@marina by marina.your.mom with HTTP; Sun, 7 Jan 2001 22:16:07 -0500 Message-ID: <978923767.3a5930f7b93a2@marina.your.mom> Date: Sun, 7 Jan 2001 22:16:07 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [imp] suggestions, IMP 2.3 Quoting Atif Ghaffar : > I am preparing a quick mockup. I will fill it up with folders that > I have just to demonstrate my point. > As for maintaing them , I really had to just add a couple of if > $conf['userFrames'] in a couple of files. I would be interested in seeing the patch necessary to get this. If it's reasonable, I'd seriously consider supporting it for 2.3. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From chuck@horde.org Date: Sun, 7 Jan 2001 22:18:03 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 71656 invoked from network); 8 Jan 2001 03:18:52 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 8 Jan 2001 03:18:52 -0000 Received: by marina.horde.org (Postfix, from userid 33) id 8C9B839F2; Sun, 7 Jan 2001 22:18:03 -0500 (EST) Received: from 192.168.0.160 ( [192.168.0.160]) as user chuck@marina by marina.your.mom with HTTP; Sun, 7 Jan 2001 22:18:03 -0500 Message-ID: <978923883.3a59316b744a6@marina.your.mom> Date: Sun, 7 Jan 2001 22:18:03 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] small change in message.php Quoting Atif Ghaffar : > > I would be interested in offering a Sieve front-end if you'd be interested > > in contributing it. > Sure, but its in perl. > Someone wanna write it for horde? Well, if you send it to the list, maybe someone will be motivated to translate it. -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From chuck@horde.org Date: Sun, 7 Jan 2001 22:48:21 -0500 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 72776 invoked from network); 8 Jan 2001 03:49:21 -0000 Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126) by horde.org with SMTP; 8 Jan 2001 03:49:21 -0000 Received: by marina.horde.org (Postfix, from userid 33) id B3C5539E3; Sun, 7 Jan 2001 22:48:21 -0500 (EST) Received: from 192.168.0.160 ( [192.168.0.160]) as user chuck@marina by marina.your.mom with HTTP; Sun, 7 Jan 2001 22:48:21 -0500 Message-ID: <978925701.3a593885752dc@marina.your.mom> Date: Sun, 7 Jan 2001 22:48:21 -0500 From: Chuck Hagenbuch To: dev@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: The road to 2.4 A while ago, we went over a list of things that had to happen before IMP 2.3 could be released (probably as 2.4.0). Here's what's left of that list: 1. bugfixes 2. localization/gettext 3. docs seperation 4. decouple from Horde 5. Turba 6. Roadmap of Horde, IMP, Kronolith, Turba, etc. interplay/integration/etc Let's break those down a bit. 1. Bugfixes. These are inevitably going to happen after 2.4.0, though of course we should make every effort to have a bug-free release. There are a few things in the bugs database right now, but nothing major. This item doesn't need any special effort before release, though of course we can expect it to take more as we take on more testers. 2. gettext. There is a lot of work to do here. The fact that we switched to gettext gives us a number of advantages - for one thing, a missing translation will never again cause an error that makes things not work - but because of this, it'll be harder to find missing translations. So we need a set of scripts to generate .po files, say which phrases are untranslated, etc. Does anyone want to step up and be our translation guru? 3. docs. This is just going to take work. Fortunately, it's not really a reason to hold up release (development docs, that is. We'll need a nice, well-checked INSTALL file before release, of course). 4. Making sure that Horde has nothing module-specific in it. I think we're actually in better shape for this than I thought. However, this also needs to encompass establishing some more stable APIs; there's still a lot of MIME code that needs a revamp and that needs to be shuttled into a decent class structure. I'm on this. 5. Turba. Turba needs to be in pretty good shape for IMP 2.4 to fly. Period. Anyone interested in working on this should subscribe to turba@lists.horde.org. I for one need a swift kick in the pants for not getting more of this done so far. 6. A roadmap showing how Horde/IMP/Turba/etc interrelated. This is more or less my responsibility, I guess; it may hold up release because actually thinking about this will probably make me realize how inadequate our current cross- module communication API (Registry::) is. In summary, the things that really _need_ to happen before release are: - tons of testing - stabilize the horde apis so that horde and imp can evolve semi-independantly - turba - better cross-module api. That's not such an awful list, and we've made more progress than I've realized recently. Let's keep at it! -chuck -- Charles Hagenbuch, "If you can't stand the heat, get out of the chicken!" - Baby Blues >From aghaffar@developer.ch Date: Mon, 8 Jan 2001 11:07:15 +0100 Return-Path: Mailing-List: contact dev-help@lists.horde.org; run by ezmlm Delivered-To: mailing list dev@lists.horde.org Received: (qmail 78723 invoked from network); 8 Jan 2001 10:07:46 -0000 Received: from unknown (HELO mail.zurich.4unet.net) (193.247.80.105) by horde.org with SMTP; 8 Jan 2001 10:07:46 -0000 Received: by mail.zurich.4unet.net (Postfix, from userid 65534) id 27339511; Mon, 8 Jan 2001 11:07:15 +0100 (CET) Received: from 195.202.196.17 ( [195.202.196.17]) as user aghaffar_developer_ch@localhost by webmail.developer.ch with HTTP; Mon, 8 Jan 2001 11:07:15 +0100 Message-ID: <978948435.3a5991531f909@webmail.developer.ch> Date: Mon, 8 Jan 2001 11:07:15 +0100 From: Atif Ghaffar To: dev@lists.horde.org References: <978923767.3a5930f7b93a2@marina.your.mom> In-Reply-To: <978923767.3a5930f7b93a2@marina.your.mom> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Subject: Re: [dev] Re: [imp] suggestions, IMP 2.3 Quoting Chuck Hagenbuch : > Quoting Atif Ghaffar : > > > I am preparing a quick mockup. I will fill it up with folders that > > I have just to demonstrate my point. > > As for maintaing them , I really had to just add a couple of if > > $conf['userFrames'] in a couple of files. > > I would be interested in seeing the patch necessary to get this. If it's > reasonable, I'd seriously consider supporting it for 2.3. I can send the patches to the files, for the menu though, I created a file called frames_menu.php which was just a cat mailbox.php menu.php >frames_menu.php and then cleaned it a bit. Someone from the IMP team will have to clean that one one up. The rest are small patched. I am embarrased to ask. how to a create a patch for the complete directory? I know how to create patch for a single file,but not for a set of files. thanks. > > -chuck > > -- > Charles Hagenbuch, > "If you can't stand the heat, get out of the chicken!" - Baby Blues > > -- > Horde Developers mailing list: http://horde.org/ > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: dev-unsubscribe@lists.horde.org > > -- Atif Ghaffar http://atif.developer.ch ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/