[dev] Windows Address Book Import

Chuck Hagenbuch chuck@horde.org
Wed, 31 Oct 2001 16:36:34 -0500


Quoting Jan Schneider <jan@horde.org>:

> I'll commit the wab stuff, if someone else would like to take care about the
> nic patch?

I'll take care of that one.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin


>From eculp@EnContacto.Net Date: Thu,  1 Nov 2001 15:12:21 -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 69425 invoked from network); 1 Nov 2001 23:12:22 -0000
Received: from adsl-64-173-182-158.dsl.mtry01.pacbell.net (HELO savvyworld.net) (64.173.182.158)
  by clark.horde.org with SMTP; 1 Nov 2001 23:12:22 -0000
Received: (from root@localhost)
	by savvyworld.net (8.11.6/8.11.4) id fA1NCM403544
	for dev@lists.horde.org; Thu, 1 Nov 2001 15:12:22 -0800 (PST)
	(envelope-from eculp@EnContacto.Net)
Received: from 24.20.19.75 ( [24.20.19.75])
	as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP;
	Thu,  1 Nov 2001 15:12:21 -0800
Message-ID: <1004656341.3be1d6d5e1d54@Mail.SavvyWorld.Net>
Date: Thu,  1 Nov 2001 15:12:21 -0800
From: Edwin Culp <eculp@EnContacto.Net>
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) 2.3.7-cvs
X-Originating-IP: 24.20.19.75
Subject: mime_drivers.php (head)


I just realized that a jpg attachment has to be saved to disk.  I assume
that an entry needs to be made in mime_drivers.php and I have tried
several without them working.  I get an error message that 

Fatal error: Call to a member function on a non-object in
/usr/src/horde/imp/view.php on line 81/* Jpeg Drivers */

I had added the following to mime_drivers.php

$mime_drivers['imp']['jpeg']['inline'] = true;
$mime_drivers['imp']['jpeg']['handles'] = array(
        'image/jpeg');

Am I completely on the wrong track?

Thanks,

ed


---


---