Re-write the code that parses the windows registry string to properly find eudora.ini so we don't have to prompt the user.
Fix a memory issue with writing to an unallocated nsIFileSpec.
Fix a memory issue by using a nsCOMPtr for the eudora location member variable.
Changes to make the import module better support the new migration wizard for Outlook Express migrations.
1) Allow a consumer to pass in an RDF URI for an address book (i.e. the
personal AB) to migrate address book data too. This allows the OE migrator to
migrate address book data directly to a Personal Address book instead of to
"Outlook Express Address Book"
2) When migrating OE Pop3 servers, make them use the deferred account by
default (Local folder Global Inbox)
3) Add folder translation code to translate Outlook Express Local Folder names
into folder names Mozilla will recognize (like Deleted Items --> Trash)
4) If we are migrating local folders (as opposed to importing), migrate
directly into local folders and not as a sub folder of Local Folders.
sr=bienvenu