[imp] Unofficial patches for importing addresses to 2.2.4.

Andreas Rohr andreas.rohr@UniBw-Hamburg.DE
Fri, 9 Mar 2001 14:44:22 +0100


Hi John,

I think I found a bug in your Patch. Differences between Outlook and
Netscape CSV File is that only Outlook print the headers in first line. The
script reads the first line to get the offsets of the headers (name, email
adress, nickname). If it is not possible to get these offsets (Netsape-CSV
File), you set offset by default (0,6,16). Thats O.K.. You begin the import
process with "while (!feof($fp))" an so you get lost the first entry in case
of netscape messenger adressbook.
You can fix it, if you read in the first line in the "if case" of default
setting for header offsets.

Andreas
Universität der Bundeswehr, Hamburg (Germany)

----- Original Message -----
From: "John Morrissey" <jwm@horde.net>
To: <imp@lists.horde.org>
Sent: Wednesday, March 07, 2001 3:18 PM
Subject: Re: [imp] Unofficial patches for importing addresses to 2.2.4.


> On Wed, Mar 07, 2001 at 12:30:56PM +0100, ANDREAS ROHR wrote:
> % where do I get this unofficial patch for contacts-file?
>
> http://horde.net/~jwm/software/imp/
>
> john
> --
> John Morrissey          _o            /\         ----  __o
> jwm@horde.net        _-< \_          /  \       ----  <  \,
> www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>