Export to GitHub

contactlistimporter - issue #2

This code is not working for hotmail


Posted on May 24, 2008 by Happy Giraffe

What steps will reproduce the problem? 1. I have add this code to my existing method call. ContactListImporter importer=ContactListImporterFactory.guess ("coolgayan@hotmail.com", "**"); List<Contact> contacts=importer.getContactList(); for(Contact c : contacts) { System.out.println("name: "+c.getName()+", email: "+c.getEmail()); }

It works for my gmail account. But not for hotmail. I have checked my contact list for hotmail using php script. It gaves me 27. But I need code in Java.

So can you please solve this problem.

Thanks in advance.

Gayan

Comment #1

Posted on Jun 3, 2008 by Happy Wombat

same problem here..

Comment #2

Posted on Jun 5, 2008 by Happy Panda

This looks like a duplicate from issue: http://code.google.com/p/contactlistimporter/issues/detail?id=1&can=1

Ok, a question from me:

Did you use the latest code from the repository? Or did you use the maven pom file? Or did you use the zip file?

The zip file is old so you should checkout from the repositry or use the maven pom file. Else there is really a bug.. i do not have time to fix it now (maybe later).

Comment #3

Posted on Jun 5, 2008 by Happy Panda

This looks like a duplicate from issue: http://code.google.com/p/contactlistimporter/issues/detail?id=1&can=1

Status: Duplicate

Labels:
Type-Defect Priority-Medium