Mail::Addressbook::Convert

Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks.
Download

Mail::Addressbook::Convert Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joe Davidson
  • Publisher web site:
  • http://search.cpan.org/~interguru/Mail-Addressbook-Convert-1.1/Convert/Utilities.pm

Mail::Addressbook::Convert Tags


Mail::Addressbook::Convert Description

Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks. Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks.SYNOPSISThese modules allow to to convert between the following e-mail addressbook formatsFrom To csv csv ( Note: MS Outlook. Outlook Express and many other mailers will export and import into this format) tsv tsv (tab-separated ascii, Outlook and OE also do these) pine pine ccMail Eudora Eudora Pegasus Pegasus Juno Lidf Ldif (Netscape 4 exports in this format ) Mailrc SpryThis distribution will convert email addressbooks between many common formats. Some examples are Pine, Eudora, Pegasus, csv.The documentation here is general. For details on conversion, each module has pod documentation specific to its conversionAs an exampleTo use to convert between Pine and Eudora as an example, you would do the followinguse Mail::Addressbook::Convert::Pine;use Mail::Addressbook::Convert::Eudora;my $Pine = new Mail::Addressbook::Convert::Pine();my $Eudora = new Mail::Addressbook::Convert::Eudora();my $PineInFile ="pineSample.txt"; # name of the file containing the Pine datamy $raIntermediate = $Pine->scan($PineInFile);my $raEudora = $Eudora->output($raIntermediate); # reference to an array containing a Eudora addressbookAll modules follow this template except Pegasus. Pegasus stores its address books in multiple files. See the documentation in Pegasus.pm Requirements: · Perl · Carp


Mail::Addressbook::Convert Related Software