cardmagic / contacts

A universal interface to import email contacts from various providers including Yahoo, Gmail, Hotmail, AOL and Plaxo.
http://rubyforge.org/projects/contacts
BSD 3-Clause "New" or "Revised" License
616 stars 218 forks source link

AOL Import Issue & Contacts::Hotmail emails are not escaped #27

Open aihui opened 13 years ago

aihui commented 13 years ago

Fixed AOL import issue - CSV::IllegalFormatError: CSV::IllegalFormatError

Also incorporated fix by PavelTyk Contacts::Hotmail emails are not escaped properly, e.g email was imported as "example%40gmail.com&ru=http%3a%2f%2fmpeople.live.com%2fdefault.aspx%3fpg%3d0" instead of "example@gmail.com"

jgarber commented 13 years ago

These are good changes. Please pull them!

paveltyk commented 13 years ago

Yes, These are good changes. Please pull them!