nathanvit has asked for the wisdom of the Perl Monks concerning the following question:

Hello, i'm trying to write a program to sincronize thunderbird address-book with a MSSQL server...
I've searched on the web and CPAN but i can't find anything, in perl, abaout thunderbird addressbook.
Does anybody know something about it?
Thanks!

-­--
os: Linux Debian SID

Replies are listed 'Best First'.
Re: Thunderbird AddressBook
by thundergnat (Deacon) on Jun 07, 2005 at 13:14 UTC

    It appears to be using some variant of LDIF (see RFC 2849). There are several modules to access/convert various address book formats, including LDIF on CPAN. Perhaps one of them will be of help.

Re: Thunderbird AddressBook
by xorl (Deacon) on Jun 07, 2005 at 13:00 UTC