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 Wombatsame problem here..
Comment #2
Posted on Jun 5, 2008 by Happy PandaThis 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 PandaThis 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