[dev] Address Book interface (turba, etc.)

Jon Parise jon@horde.org
Fri, 1 Mar 2002 12:14:31 -0500


On Fri, Mar 01, 2002 at 11:06:44AM -0600, Marcus I. Ryan wrote:

> The question: If that option is enabled (always try to fill the
> multi-select list) then how do I handle something like a user with
> NetCenter set as their default address book?  (1) We don't want to list
> the entire netcenter phonebook and (2) a blank search to netcenter
> results in a null list anyway, so were I to allow such a silly thing,
> how would I do it?
 
I don't think it would be unreasonable to add a new flag to each
sources.php entry that determines whether the source should be
automatically listed.  Perhaps something similar to the SQL LIMIT
verb would make sense (i.e. when using this source, don't list
most than "n" items unless some sort of specific search criteria
has been provided).

-- 
Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member


>From jan@horde.org Date: Fri,  1 Mar 2002 18:12:13 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 64311 invoked from network); 1 Mar 2002 17:16:35 -0000
Received: from mailout05.sul.t-online.com (194.25.134.82)
  by clark.horde.org with SMTP; 1 Mar 2002 17:16:35 -0000
Received: from fwd05.sul.t-online.de 
	by mailout05.sul.t-online.com with smtp 
	id 16gqe1-0001jH-04; Fri, 01 Mar 2002 18:16:33 +0100
Received: from linux.wg.de (320034214675-0001@[80.130.214.134]) by fmrl05.sul.t-online.com
	with esmtp id 16gqdn-165WpEC; Fri, 1 Mar 2002 18:16:19 +0100
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id g21HCDR22857
	for <dev@lists.horde.org>; Fri, 1 Mar 2002 18:12:13 +0100
Received: from 62.225.101.66 ( [62.225.101.66])
	as user jan@linux by jan.dip.ammma.net with HTTP;
	Fri,  1 Mar 2002 18:12:13 +0100
Message-ID: <1015002733.3c7fb66d5b6a5@jan.dip.ammma.net>
Date: Fri,  1 Mar 2002 18:12:13 +0100
From: Jan Schneider <jan@horde.org>
To: dev@lists.horde.org
References: <20020301032724.B6D22505@arkady.horde.org>
In-Reply-To: <20020301032724.B6D22505@arkady.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [cvs] cvs commit: imp mailbox.php message.php imp/templates/message navbar.inc navbar_aux_top.inc

Zitat von Chuck Hagenbuch <chuck@horde.org>:

> chuck       2002/02/28 19:27:24 PST
>   2.337     +55 -53    imp/mailbox.php

Chuck, may it be that you configured your editor to strip all whitespaces 
from the end of all lines before saving?

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


>From pchytil@asp.ogi.edu Date: Fri,  1 Mar 2002 09:23:04 -0800
Return-Path: <pchytil@asp.ogi.edu>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 64560 invoked from network); 1 Mar 2002 17:23:04 -0000
Received: from asp.ogi.edu (129.95.94.10)
  by clark.horde.org with SMTP; 1 Mar 2002 17:23:04 -0000
Received: from asp.ogi.edu (localhost [127.0.0.1])
	by asp.ogi.edu (8.12.1/8.12.1) with ESMTP id g21HN4FW006874
	for <dev@lists.horde.org>; Fri, 1 Mar 2002 09:23:04 -0800
Received: (from nobody@localhost)
	by asp.ogi.edu (8.12.1/8.12.1/Submit) id g21HN489006873
	for dev@lists.horde.org; Fri, 1 Mar 2002 09:23:04 -0800
X-Authentication-Warning: asp.ogi.edu: nobody set sender to pchytil@asp.ogi.edu using -f
Received: from 129.95.94.100 ( [129.95.94.100])
	as user pchytil@asp.ogi.edu by mail.asp.ogi.edu with HTTP;
	Fri,  1 Mar 2002 09:23:04 -0800
Message-ID: <1015003384.3c7fb8f80befe@mail.asp.ogi.edu>
Date: Fri,  1 Mar 2002 09:23:04 -0800
From: Pavel Chytil <pchytil@asp.ogi.edu>
To: dev@lists.horde.org
References: <1014923917.3c7e828dd1785@mail.asp.ogi.edu> <1014988462.1179.0.camel@julian.jares.com.ar>
In-Reply-To: <1014988462.1179.0.camel@julian.jares.com.ar>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] cutting off long emails

this is my post_max_size = 8M in php.ini, I guess this is not it.
 
 Pavel

Quoting Julian Jares <julian@jares.com.ar>:

> If it's a really really long mail, maybe php is cutting it 
> check for MAX_POST_SIZE in php.ini
> 
> On Thu, 2002-02-28 at 16:18, Pavel Chytil wrote:
>     Hello,
>     
>     I have problem with sending long email (approx. 150 lines). They will get
> cut
>     off from center (begining and end is missing). Is this normal?
>     
>     Thanks,
>     	Pavel
>     
>     
>     -- 
>     Horde Developers mailing list: http://horde.org/
>     Frequently Asked Questions: http://horde.org/faq/
>     To unsubscribe, mail: dev-unsubscribe@lists.horde.org
>     
>     
>     
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 




>From pchytil@asp.ogi.edu Date: Fri,  1 Mar 2002 09:32:24 -0800
Return-Path: <pchytil@asp.ogi.edu>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 65372 invoked from network); 1 Mar 2002 17:32:25 -0000
Received: from asp.ogi.edu (129.95.94.10)
  by clark.horde.org with SMTP; 1 Mar 2002 17:32:25 -0000
Received: from asp.ogi.edu (localhost [127.0.0.1])
	by asp.ogi.edu (8.12.1/8.12.1) with ESMTP id g21HWPFW006942
	for <dev@lists.horde.org>; Fri, 1 Mar 2002 09:32:25 -0800
Received: (from nobody@localhost)
	by asp.ogi.edu (8.12.1/8.12.1/Submit) id g21HWPtM006941
	for dev@lists.horde.org; Fri, 1 Mar 2002 09:32:25 -0800
X-Authentication-Warning: asp.ogi.edu: nobody set sender to pchytil@asp.ogi.edu using -f
Received: from 129.95.94.100 ( [129.95.94.100])
	as user pchytil@asp.ogi.edu by mail.asp.ogi.edu with HTTP;
	Fri,  1 Mar 2002 09:32:24 -0800
Message-ID: <1015003944.3c7fbb28d5ff0@mail.asp.ogi.edu>
Date: Fri,  1 Mar 2002 09:32:24 -0800
From: Pavel Chytil <pchytil@asp.ogi.edu>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: having troubles with Maintenance 

Hello,

This morning I got this message after login into Horde (using imp as login
mechanism):

Warning: Undefined variable: getvars in /work/wwwmail/horde/lib/Maintenance.php
on line 159

Warning: Cannot add header information - headers already sent by (output started
at /work/wwwmail/horde/lib/Maintenance.php:159) in
/work/wwwmail/horde/lib/Maintenance.php on line 159

I am running fresh cvs from yesterday.

Thanks,
 Pavel


>From eculp@encontacto.net Date: Fri,  1 Mar 2002 09:35:31 -0800
Return-Path: <eculp@encontacto.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 65601 invoked from network); 1 Mar 2002 17:35:32 -0000
Received: from adsl-64-173-182-158.dsl.mtry01.pacbell.net (HELO encontacto.net) (64.173.182.158)
  by clark.horde.org with SMTP; 1 Mar 2002 17:35:32 -0000
Received: from localhost (localhost [127.0.0.1])
  (uid 0)
  by encontacto.net with local; Fri, 01 Mar 2002 09:35:31 -0800
Received: from 64.173.182.155 ( [64.173.182.155])
	as user eculp@mexcomusa.net@mail.mexcomusa.net by Mail.MexComUSA.Net with HTTP;
	Fri,  1 Mar 2002 09:35:31 -0800
Message-ID: <1015004131.3c7fbbe36025d@Mail.MexComUSA.Net>
Date: Fri,  1 Mar 2002 09:35:31 -0800
From: Edwin Culp <eculp@encontacto.net>
To: dev@lists.horde.org
References: <1015003944.3c7fbb28d5ff0@mail.asp.ogi.edu>
In-Reply-To: <1015003944.3c7fbb28d5ff0@mail.asp.ogi.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 64.173.182.155
Subject: Re: [dev] having troubles with Maintenance 

Me too, but not all my users.  That is a bit strange and I haven't been
able to figure out why I'm so lucky :-)  If it were only the lottery.

ed

Quoting Pavel Chytil <pchytil@asp.ogi.edu>:

> Hello,
> 
> This morning I got this message after login into Horde (using imp as login
> mechanism):
> 
> Warning: Undefined variable: getvars in
> /work/wwwmail/horde/lib/Maintenance.php
> on line 159
> 
> Warning: Cannot add header information - headers already sent by (output
> started
> at /work/wwwmail/horde/lib/Maintenance.php:159) in
> /work/wwwmail/horde/lib/Maintenance.php on line 159
> 
> I am running fresh cvs from yesterday.
> 
> Thanks,
>  Pavel
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 




-------------------------------------------------



>From kaalh@smol.org Date: Fri,  1 Mar 2002 18:45:06 +0100
Return-Path: <kaalh@smol.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 66465 invoked from network); 1 Mar 2002 17:45:08 -0000
Received: from ns1.prospecom.com (HELO mail.smol.org) (213.186.34.104)
  by clark.horde.org with SMTP; 1 Mar 2002 17:45:08 -0000
Received: (qmail-ldap/ctrl 5989 invoked by uid 3333); 1 Mar 2002 17:45:06 -0000
Received: from 193.251.81.106 ( [193.251.81.106])
	as user kaalh@smol.org@127.0.0.1 by smol.org with HTTP;
	Fri,  1 Mar 2002 18:45:06 +0100
Message-ID: <1015004706.3c7fbe22adce5@smol.org>
Date: Fri,  1 Mar 2002 18:45:06 +0100
From: Kaalh! <kaalh@smol.org>
To: dev@lists.horde.org
References: <1015003944.3c7fbb28d5ff0@mail.asp.ogi.edu>
In-Reply-To: <1015003944.3c7fbb28d5ff0@mail.asp.ogi.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] having troubles with Maintenance 

Also got that problem.
fixed like this: 

Index: Maintenance.php
===================================================================
RCS file: /repository/horde/lib/Maintenance.php,v
retrieving revision 1.5
diff -u -r1.5 Maintenance.php
--- Maintenance.php     24 Jan 2002 04:45:52 -0000      1.5
+++ Maintenance.php     1 Mar 2002 17:41:19 -0000
@@ -155,7 +155,9 @@
             if (!empty($confirmation)) {
                 if (!empty($HTTP_SERVER_VARS['QUERY_STRING'])) {
                     $getvars = urlencode($HTTP_SERVER_VARS['QUERY_STRING']);
-                }
+                } else {
+                   $getvars = '';
+               }
                 header('Location: ' . Horde::url($registry->getParam
('webroot', 'horde') . '/maintenance.php?module=' . $this-
>horde_module . '&getvars=' . $getvars, true));
                 exit;
             }

-- 
Kaalh!


Surlignage Pavel Chytil <pchytil@asp.ogi.edu>:

> Hello,
> 
> This morning I got this message after login into Horde (using imp as login
> mechanism):
> 
> Warning: Undefined variable: getvars in
> /work/wwwmail/horde/lib/Maintenance.php
> on line 159
> 
> Warning: Cannot add header information - headers already sent by (output
> started
> at /work/wwwmail/horde/lib/Maintenance.php:159) in
> /work/wwwmail/horde/lib/Maintenance.php on line 159
> 
> I am running fresh cvs from yesterday.
> 
> Thanks,
>  Pavel
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


>From pchytil@asp.ogi.edu Date: Fri,  1 Mar 2002 10:05:48 -0800
Return-Path: <pchytil@asp.ogi.edu>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 68841 invoked from network); 1 Mar 2002 18:05:50 -0000
Received: from asp.ogi.edu (129.95.94.10)
  by clark.horde.org with SMTP; 1 Mar 2002 18:05:50 -0000
Received: from asp.ogi.edu (localhost [127.0.0.1])
	by asp.ogi.edu (8.12.1/8.12.1) with ESMTP id g21I5nFW007192
	for <dev@lists.horde.org>; Fri, 1 Mar 2002 10:05:49 -0800
Received: (from nobody@localhost)
	by asp.ogi.edu (8.12.1/8.12.1/Submit) id g21I5mQd007191
	for dev@lists.horde.org; Fri, 1 Mar 2002 10:05:48 -0800
X-Authentication-Warning: asp.ogi.edu: nobody set sender to pchytil@asp.ogi.edu using -f
Received: from 129.95.94.100 ( [129.95.94.100])
	as user pchytil@asp.ogi.edu by mail.asp.ogi.edu with HTTP;
	Fri,  1 Mar 2002 10:05:48 -0800
Message-ID: <1015005948.3c7fc2fc54cb9@mail.asp.ogi.edu>
Date: Fri,  1 Mar 2002 10:05:48 -0800
From: Pavel Chytil <pchytil@asp.ogi.edu>
To: dev@lists.horde.org
References: <1015003944.3c7fbb28d5ff0@mail.asp.ogi.edu> <1015004706.3c7fbe22adce5@smol.org>
In-Reply-To: <1015004706.3c7fbe22adce5@smol.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] having troubles with Maintenance 

This fixed error message, but did not move my sent-mail folder to
sent-mail-feb-2002. My trash folder got cleaned though.

Pavel

Quoting Kaalh! <kaalh@smol.org>:

> Also got that problem.
> fixed like this: 
> 
> Index: Maintenance.php
> ===================================================================
> RCS file: /repository/horde/lib/Maintenance.php,v
> retrieving revision 1.5
> diff -u -r1.5 Maintenance.php
> --- Maintenance.php     24 Jan 2002 04:45:52 -0000      1.5
> +++ Maintenance.php     1 Mar 2002 17:41:19 -0000
> @@ -155,7 +155,9 @@
>              if (!empty($confirmation)) {
>                  if (!empty($HTTP_SERVER_VARS['QUERY_STRING'])) {
>                      $getvars =
> urlencode($HTTP_SERVER_VARS['QUERY_STRING']);
> -                }
> +                } else {
> +                   $getvars = '';
> +               }
>                  header('Location: ' . Horde::url($registry->getParam
> ('webroot', 'horde') . '/maintenance.php?module=' . $this-
> >horde_module . '&getvars=' . $getvars, true));
>                  exit;
>              }
> 
> -- 
> Kaalh!
> 
> 
> Surlignage Pavel Chytil <pchytil@asp.ogi.edu>:
> 
> > Hello,
> > 
> > This morning I got this message after login into Horde (using imp as
> login
> > mechanism):
> > 
> > Warning: Undefined variable: getvars in
> > /work/wwwmail/horde/lib/Maintenance.php
> > on line 159
> > 
> > Warning: Cannot add header information - headers already sent by (output
> > started
> > at /work/wwwmail/horde/lib/Maintenance.php:159) in
> > /work/wwwmail/horde/lib/Maintenance.php on line 159
> > 
> > I am running fresh cvs from yesterday.
> > 
> > Thanks,
> >  Pavel
> > 
> > -- 
> > Horde Developers mailing list: http://horde.org/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> > 
> > 
> 
> -- 
> 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: Fri,  1 Mar 2002 13:16:56 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 69783 invoked from network); 1 Mar 2002 18:17:34 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 1 Mar 2002 18:17:34 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id B2BA33C7C; Fri,  1 Mar 2002 13:16:56 -0500 (EST)
Received: from 192.168.0.110 ( [192.168.0.110])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  1 Mar 2002 13:16:56 -0500
Message-ID: <1015006616.3c7fc5988792d@marina.horde.org>
Date: Fri,  1 Mar 2002 13:16:56 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <1014947384.3c7ede386e732@marina.horde.org> <1015001896.3c7fb3289ae45@jan.dip.ammma.net>
In-Reply-To: <1015001896.3c7fb3289ae45@jan.dip.ammma.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Last-minute reminder: OSCON talks

Quoting Jan Schneider <jan@horde.org>:

> Did you already do some work on this? I have a basic rpc framework already 
> running here.

I have a lot of ideas, but no code yet - I'd be interested in seeing what 
you've got.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From chuck@horde.org Date: Fri,  1 Mar 2002 13:18:06 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 70444 invoked from network); 1 Mar 2002 18:18:45 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 1 Mar 2002 18:18:44 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id E30CA39C5; Fri,  1 Mar 2002 13:18:06 -0500 (EST)
Received: from 192.168.0.110 ( [192.168.0.110])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  1 Mar 2002 13:18:06 -0500
Message-ID: <1015006686.3c7fc5deb820b@marina.horde.org>
Date: Fri,  1 Mar 2002 13:18:06 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <1015002404.3c7fb524a292e@horde.riboflavin.net> <20020301171431.GC18041@csh.rit.edu>
In-Reply-To: <20020301171431.GC18041@csh.rit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Address Book interface (turba, etc.)

Quoting Jon Parise <jon@horde.org>:

> I don't think it would be unreasonable to add a new flag to each
> sources.php entry that determines whether the source should be
> automatically listed.  Perhaps something similar to the SQL LIMIT
> verb would make sense (i.e. when using this source, don't list
> most than "n" items unless some sort of specific search criteria
> has been provided).

That's fine with me.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From chuck@horde.org Date: Fri,  1 Mar 2002 13:34:13 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 75552 invoked from network); 1 Mar 2002 18:34:52 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 1 Mar 2002 18:34:52 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id C409239C5; Fri,  1 Mar 2002 13:34:13 -0500 (EST)
Received: from 192.168.0.110 ( [192.168.0.110])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  1 Mar 2002 13:34:13 -0500
Message-ID: <1015007653.3c7fc9a5997d5@marina.horde.org>
Date: Fri,  1 Mar 2002 13:34:13 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <1015002404.3c7fb524a292e@horde.riboflavin.net>
In-Reply-To: <1015002404.3c7fb524a292e@horde.riboflavin.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Address Book interface (turba, etc.)

Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:

> As far as I've seen so far, there is no reason we can't have a contact
> list similar to that in IMP 2.2.x without deviating from the Horde API.
>  We'll just have to check $registry->hasMethod('contact/search'), etc.,
> and use 2.2.x style JavaScript to return the results of the addressbook
> window.

I hope the javascript is somewhat nicer than that in 2.2.x. :)

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From chuck@horde.org Date: Fri,  1 Mar 2002 13:42:29 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 76908 invoked from network); 1 Mar 2002 18:43:09 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 1 Mar 2002 18:43:09 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 2A45239C5; Fri,  1 Mar 2002 13:42:30 -0500 (EST)
Received: from 192.168.0.110 ( [192.168.0.110])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  1 Mar 2002 13:42:29 -0500
Message-ID: <1015008149.3c7fcb95e33ca@marina.horde.org>
Date: Fri,  1 Mar 2002 13:42:29 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <1014923917.3c7e828dd1785@mail.asp.ogi.edu>
In-Reply-To: <1014923917.3c7e828dd1785@mail.asp.ogi.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] cutting off long emails

Quoting Pavel Chytil <pchytil@asp.ogi.edu>:

> I have problem with sending long email (approx. 150 lines). They will get
> cut off from center (begining and end is missing). Is this normal?

I've seen this, and wasn't able to isolate it as a Horde bug; if anyone can 
help reproduce it and figure out under what conditions it happens, PHP version, 
platforms, etc., I'd appreciate it...

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From pchytil@asp.ogi.edu Date: Fri,  1 Mar 2002 10:51:08 -0800
Return-Path: <pchytil@asp.ogi.edu>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 78753 invoked from network); 1 Mar 2002 18:51:10 -0000
Received: from asp.ogi.edu (129.95.94.10)
  by clark.horde.org with SMTP; 1 Mar 2002 18:51:10 -0000
Received: from asp.ogi.edu (localhost [127.0.0.1])
	by asp.ogi.edu (8.12.1/8.12.1) with ESMTP id g21Ip8FW007532
	for <dev@lists.horde.org>; Fri, 1 Mar 2002 10:51:08 -0800
Received: (from nobody@localhost)
	by asp.ogi.edu (8.12.1/8.12.1/Submit) id g21Ip8mW007531
	for dev@lists.horde.org; Fri, 1 Mar 2002 10:51:08 -0800
X-Authentication-Warning: asp.ogi.edu: nobody set sender to pchytil@asp.ogi.edu using -f
Received: from 129.95.94.100 ( [129.95.94.100])
	as user pchytil@asp.ogi.edu by mail.asp.ogi.edu with HTTP;
	Fri,  1 Mar 2002 10:51:08 -0800
Message-ID: <1015008668.3c7fcd9ca9b90@mail.asp.ogi.edu>
Date: Fri,  1 Mar 2002 10:51:08 -0800
From: Pavel Chytil <pchytil@asp.ogi.edu>
To: dev@lists.horde.org
References: <1014923917.3c7e828dd1785@mail.asp.ogi.edu> <1015008149.3c7fcb95e33ca@marina.horde.org>
In-Reply-To: <1015008149.3c7fcb95e33ca@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] cutting off long emails

Chuck,

here you can see my setup:

https://mail.asp.ogi.edu/horde/test.php
https://mail.asp.ogi.edu/horde/test.php?mode=phpinfo

Pavel

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting Pavel Chytil <pchytil@asp.ogi.edu>:
> 
> > I have problem with sending long email (approx. 150 lines). They will get
> > cut off from center (begining and end is missing). Is this normal?
> 
> I've seen this, and wasn't able to isolate it as a Horde bug; if anyone can
> 
> help reproduce it and figure out under what conditions it happens, PHP
> version, 
> platforms, etc., I'd appreciate it...
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
>  and justice is a good dream." - Tariq Ramadan
> 
> -- 
> 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: Fri,  1 Mar 2002 13:55:34 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 79613 invoked from network); 1 Mar 2002 18:56:13 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 1 Mar 2002 18:56:13 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id D3BF439C5; Fri,  1 Mar 2002 13:55:34 -0500 (EST)
Received: from 192.168.0.110 ( [192.168.0.110])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  1 Mar 2002 13:55:34 -0500
Message-ID: <1015008934.3c7fcea6a0b24@marina.horde.org>
Date: Fri,  1 Mar 2002 13:55:34 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <1014920522.3c7e754a818f9@horde.riboflavin.net> <007801c1c086$e33beaf0$551f10ac@lundeman> <1014923158.3c7e7f96a8903@horde.riboflavin.net> <20020228233655.GA13135@csh.rit.edu> <1014992650.3c7f8f0a886a3@horde.riboflavin.net>
In-Reply-To: <1014992650.3c7f8f0a886a3@horde.riboflavin.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Curious about unified login

Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:

> True.  I guess I'm focusing a little on too much on setups like mine
> where everyone authenticates through the same LDAP to all the services.

That would be something to avoid, yes. :)

>  I'm looking at it more from an ISP perspective of using IMP to give
> access to mail, Gollem to manage some personal storage space, etc., but
> all based on the same authentication backend.

Yeah - it's a good thing to allow for, if we can do it without blindly sending 
passwords to backends that shouldn't get them.

> So what about the idea of a preference or option that allows a horde
> administrator to say "Authenticate to all apps using the current
> username and password if one is defined."?

I think having an option when you hit the Gollem login screen (or IMP), 
saying "use my current credentials", with an option to save that preference, 
would be okay. Admins could lock that preference to on or off, or let users 
choose for themselves.

Gollem, at least, would need a method to choose other servers even if you were 
logged in to one automatically.

> The main snag I hit in doing a "clean" local patch of such a thing is it
> seems the way it works, redirect.php would see we don't currently have a
> session to gollem, so it would redirect to login.php.  login.php would
> load and see we have no need to ask anything; we already know everything
> we need, so it would redirect to manager.php.  It just seems two
> redirects isn't a very nice way to do things.

Not so bad - and gollem can be tweaked to check the preferences/auth in 
redirect.php anyways.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From marcus@riboflavin.net Date: Fri,  1 Mar 2002 13:02:44 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 79860 invoked from network); 1 Mar 2002 19:03:05 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 1 Mar 2002 19:03:05 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g21J2iF88656
	for dev@lists.horde.org; Fri, 1 Mar 2002 13:02:44 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from 165.206.209.230 ( [165.206.209.230])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Fri,  1 Mar 2002 13:02:44 -0600
Message-ID: <1015009364.3c7fd0541b128@horde.riboflavin.net>
Date: Fri,  1 Mar 2002 13:02:44 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
References: <1015002404.3c7fb524a292e@horde.riboflavin.net> <1015007653.3c7fc9a5997d5@marina.horde.org>
In-Reply-To: <1015007653.3c7fc9a5997d5@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 165.206.209.230
Subject: Re: [dev] Address Book interface (turba, etc.)

You can hope all you want, but I'm learning JavaScript at the same time
using that code as an example, so I wouldn't set your hopes too high ;)

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:
> 
> > As far as I've seen so far, there is no reason we can't have a
> contact
> > list similar to that in IMP 2.2.x without deviating from the Horde
> API.
> >  We'll just have to check $registry->hasMethod('contact/search'),
> etc.,
> > and use 2.2.x style JavaScript to return the results of the
> addressbook
> > window.
> 
> I hope the javascript is somewhat nicer than that in 2.2.x. :)
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
>  and justice is a good dream." - Tariq Ramadan
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


>From marcus@riboflavin.net Date: Fri,  1 Mar 2002 15:47:07 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 90861 invoked from network); 1 Mar 2002 21:47:29 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 1 Mar 2002 21:47:29 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g21Ll7Z89909
	for dev@lists.horde.org; Fri, 1 Mar 2002 15:47:07 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from 165.206.209.230 ( [165.206.209.230])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Fri,  1 Mar 2002 15:47:07 -0600
Message-ID: <1015019227.3c7ff6db66762@horde.riboflavin.net>
Date: Fri,  1 Mar 2002 15:47:07 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
References: <1015002404.3c7fb524a292e@horde.riboflavin.net> <20020301171431.GC18041@csh.rit.edu>
In-Reply-To: <20020301171431.GC18041@csh.rit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 165.206.209.230
Subject: Re: [dev] Address Book interface (turba, etc.)

Didn't occur to me until I read this again...that is a Turba change. 
This needs to be independant of Turba, so if we do something like that
in Turba, it will need to become part of the API, which it isn't
currently.  

So does that need to become part of the API call, or will Turba just
return the first <n> objects when someone requests more than <n> objects?
Beyond that, if we are going to do such a thing, do we want to make it
such that a request can specify "start with item 2n+1"?

I'm quickly beginning to understand why this hasn't been implemented
yet, but hey...I wanted to get my hands dirty :)

Quoting Jon Parise <jon@horde.org>:

> On Fri, Mar 01, 2002 at 11:06:44AM -0600, Marcus I. Ryan wrote:
> 
> I don't think it would be unreasonable to add a new flag to each
> sources.php entry that determines whether the source should be
> automatically listed.  Perhaps something similar to the SQL LIMIT
> verb would make sense (i.e. when using this source, don't list
> most than "n" items unless some sort of specific search criteria
> has been provided).
> 
> -- 
> Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
> 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
> 
> 


-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/