Main > Free Download Search >

Free eudora software for linux

eudora

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
Tie::Eudora 0.01

Tie::Eudora 0.01


Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. more>>
Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files.

SYNOPSIS

####
# Subroutine interface
#
$encoded_email = decode_record($mailbox_email);
@email = decode_field($encoded_email);

$encoded_email = encode_field (@email);
$mailbox_email = encode_record($encoded_email);

#####
# Object Interface
#
$eudora = Tie::Form->new(@options);

$encoded_email = $eudora->decode_record($record);
@email = $eudora->decode_field($encoded_email);

$encoded_email = $eudora->encode_field (@email);
$mailbox_email = $eudora->encode_record($encoded_email);

$mailbox_email = $eudora->get_record();
$success = $eudora->put_record($mailbox_email);

####
# use file subroutines to write/read Eudora mailbox files
#
tie *MAILBOX, Tie::Eudora;
open MAILBOX,>,$mbx;
print MAILBOX @mailbox;
close MAILBOX;

open MAILBOX,<<less
Download (0.065MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1018 downloads
Mail::Addressbook::Convert::Eudora 1.1

Mail::Addressbook::Convert::Eudora 1.1


Mail::Addressbook::Convert::Eudora is a Perl module that can convert to and from Eudora addressbooks. more>>
Mail::Addressbook::Convert::Eudora is a Perl module that can convert to and from Eudora addressbooks.

SYNOPSIS

use strict;
use Eudora;
my $Eudora = new Eudora();
my $EudoraInFile ="eudoraSample.txt"; # name of the file containing the Eudora data
# Convert Eudora to Standard Intermediate format
# see documentation for details on format.
my $raIntermediate = $Eudora->scan($EudoraInFile);
# This will also work
#my @EudoraInArray = @arrayContainingTheEudoraData;
#my $raIntermediate = $Eudora->scan(@EudoraInArray);
# Convert back to Eudora
my $raEudorafOut = $Eudora->output($raIntermediate);
print join "", @$raIntermediate;
print "nnnn";
print join "", @$raEudorafOut ;

<<less
Download (0.030MB)
Added: 2006-08-02 License: Perl Artistic License Price:
1180 downloads
CEIConvert 1.00

CEIConvert 1.00


CEIConvert provides an email conversion program for kMail, Netscape, Evolution, and Eudora. more>>
CEIConvert provides an email conversion program for kMail, Netscape, Evolution, and Eudora.

This tool will convert your individual emlx mail files (found in ~/Library/Mail/) to the old mbox format, used by almost every UNIX/Linux mail client and recognized by many more.

Basically, it helps you migrate your email messages to a different mail client.

<<less
Download (0.003MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
FileBunker 1.1.2

FileBunker 1.1.2


FileBunker is a file backup application which uses one or more GMail accounts as its backup repository. more>>
FileBunker is a file backup application which uses one or more GMail accounts as its backup repository.

Because each GMail account supplies 1000 megabytes of storage, it serves as an excellent facility for this purpose. Files are compressed and encrypted for security and efficiency, and can be restored on demand.

Configuring Filebunker:

Before FileBunker can be used to backup your files, you need to configure the application. This is done by choosing Configuration from the File menu. The following describes the information that must be provided to complete this configuration.

FileBunker Password:

First and foremost, FileBunker requires you to establish a password. This password is used to encrypt the data that you backup so that it is secure.

Longer passwords are better, and you should not use a password which coincides with the password to any of the GMail accounts that you are using for backups. Note in order to make sure your password is correctly recorded, you must type it again in the Confirm Password field.

SMTP Server:

FileBunker transfers files to GMail by sending them using the standard email transfer protocol SMTP. You must identify an SMTP server that will send your email. This is usually an address like smtp.mycompany.com, or mail.myisp.com.

If you are not sure what to specify, check the account configuration in your email application (such as Outlook or Eudora), or contact your ISP. Some SMTP servers require authentication in order to transfer messages.

This involves specifying a user name and password which is used to authenticate you to the SMTP server. If your server requires this authentication, check the Requires Authentication checkbox, and click the Configure button to specify the user name and password.

As with establishing your FileBunker password, you will need to confirm your password to make sure it is correctly recorded. Again, check the configuration of your email application, or contact your ISP, if you are not sure whether your SMTP server requires authentication.

Email Repositories:

Finally, and perhaps most importantly, in order to perform any backups you need to specify one or more GMail accounts which your files will be sent to.

Clicking the New button will prompt you to specify the email address and password for an existing GMail account. Note the @gmail.com is already specified, so you will only need to specify the user name (e.g. jsmith).

As with other password fields in this configuration, you will need to confirm the password to ensure it is recorded correctly. After pressing OK you will be returned to the main configuration dialog, and you will see the new account in the Email Repositories list.

You can select it, and click Edit to change the details of that account, or Delete to remove it. Each GMail account gives you 1000 megabytes of storage. You can register multiple accounts at any time as your storage requirements grow.

FileBunker will automatically use a new account as old ones are filled up.
NOTE If you delete an account that already has files backed up to it, those files will not be accessible from FileBunker.
<<less
Download (4.85MB)
Added: 2005-09-27 License: MIT/X Consortium License Price:
1489 downloads
Pooka 050329

Pooka 050329


Pooka is an email client written in Java, using the Javamail API. more>>
Pooka is an email client written in Java, using the Javamail API. It supports email through the IMAP (connected and disconnected) and POP3 protocols. Outgoing mail is sent using SMTP.
Pooka is in beta release but is very stable and has plenty of features.
There are two different builds of Pooka available: the 1.0 versions which are for JDK 1.2.x and 1.3.x and the 1.1 versions which are for JDK 1.4.x. The 1.0 releases are pretty much only going to get bugfixes from now on; all new features (such as, when I find time for it, PGP support and spam filters) are going to go into the JDK 1.4 version.
Main features:
- IMAP (connected and disconnected, including running IMAP over SSL)
- POP3
- SMTP
- mbox (not recommended)
- Desktop (Eudora-like)
- Preview (Outlook-like)
- Send mail
- Read mail
- Forward mail (with or without attachments)
- Reply to mail (with or without attachments)
- Delete mail
- Move mail to folder
- Save mail as file
- Save attachment
- Open attachment
- Signatures
- Print mail
- Sent folder (optional)
- Trash folder (optional)
- Folder search
- Filters
- Display filters
- Context-sensitive color encoding
- Support for multiple mail acounts
- Support for multiple outgoing mail addresses
- Address book
<<less
Download (2.4MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1233 downloads
blueMail 1.3

blueMail 1.3


blueMail is a multi-format offline mail reader for Unix, DOS, Win32, and other systems. more>>
blueMail is a multi-format offline mail reader for Unix, DOS, Win32, and other systems.
It supports the Blue Wave, QWK, QWKE, SOUP, OMEN and Hippo packet formats, the Hudson and BBBS Message Bases, Unix mail, Eudora and is designed to be a reasonable alternative to the Blue Wave mail reader. It works in full screen, the text interface is coloured and uses ncurses library.
blueMail is free, "open source" software, provided "as is", without warranty of any kind, distributed under the GNU General Public License. Its current maintainer is Ingo Brueckl and will not accept liability resulting from your use or inability to use blueMail.
Main features:
- Unix-compatible (POSIX) system, DOS with DJGPP, Windows with MinGW or Cygwin, or OS/2 with EMX
- curses -- tested with ncurses 1.9.3+, PDCurses 2.2+ (2.6+ recommended)
- gcc (g++) 2.7.0+ -- may work with other C++ compilers, not tested
- InfoZip, and/or other compressing archivers
- GNU make *may* be required on some systems
- PMODE/DJ (by Thomas Pytel & Matthias Grimrath) and UPX (by Markus
- Oberhumer & Laszlo Molnar) are recommended (and used) for the DOS binaries
Enhancements:
- More UTF-8 decoding support: unicode euro sign.
- More WINDOWS-1252 as ISO 8859-1 support: apostrophe-like characters, dash.
- Fixed bug with timezone offset.
- Compiles with recent version of PDCurses without demanding the patch for option WITH_CLOCK.
- Windows port compiles with MinGW, too.
- New option: ReplyExtension (user definable string).
<<less
Download (0.25MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1238 downloads
CRM114 Discriminator 20060704a

CRM114 Discriminator 20060704a


CRM114 is a system to examine incoming e-mail, data files or other data streams. more>>
CRM114 is a system to examine incoming e-mail, data files or other data streams, system log streams and to sort, filter, or alter the incoming files or data streams according to the users wildest desires.
Criteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, a Hidden Markov Model, or by other means. Accuracy of the SBPH/BCR classifier has been seen in excess of 99 per cent, for 1/4 megabyte of learning text. In other words, CRM114 learns, and it learns fast .
CRM114 is compatible with SpamAssassin or other spam-flagging software; it can also be pipelined in front of or behind procmail. CRM114 is also useful as a syslog or firewall log filter, to alert you to important events but ignore the ones that arent meaningful.
People have been able to run CRM114 on Linux, BSD, Mac OS-X, and Windows (natively and with Cygwin), and it has even been integrated with Microsoft Outlook and QUALCOMM Eudora. See the "Cool Things" link below for details. I cant help on any of these except Linux, though if you ask on the mailing list, someone might be able to assist you.
You can get at all of these exciting interconnects (including the Outlook macros) below in "Other CRM114 Cool Things", below.
CRM114 is licensed under the GPL; it is WITHOUT WARRANTY of ANY KIND, and it is BETA/FIELD TEST QUALITY. Its still experimental, be warned.
Use at your own risk, and send me bug reports! Or even better, send me improvements! If your code is substantial, I prefer to dual-license the code (i.e. we both get full rights to it, including the right to reuse and relicense under other licenses).
Not every user gets great results with the default classifier; thats why CRM114 has six different classifiers available. Its easy to switch classifiers to see what the tradeoffs are.
Enhancements:
- This version makes OSB classification, mailreaver, and reavercacheing the default configuration, along with an improved learning system (mailtrainer.crm) for faster convergence and higher accuracy.
- There have been a few edge-condition bugs squashed, and the documentation has been updated as well.
- This is the recommended version for all new and upgrade installs.
<<less
Download (0.41MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1202 downloads
Dwarf Mail Server 1.1.1

Dwarf Mail Server 1.1.1


Dwarf Mail Server is a full-featured mail server developed on the Java platform, implementing SMTP, POP3 and IMAP4rev1 protocols more>>
Dwarf Mail Server is a full-featured mail server developed on the Java platform, implementing SMTP, POP3 and IMAP4rev1 protocols.
Dwarf Mail Server provides support for rich application message processing via pluggable mail filters and agents, as well as full handling of virtual domains for the SMTP/POP3/IMAP4 protocols, and is free of charge for the binary redistribution.
Since the server is based on the Dwarf framework, it also shares its common design principles and features - simplicity, high modularity and extensibility, authentication and authorization, XML-based configuration, logging and remote management.
Main features:
- ESMTP, POP3 and IMAP4rev1 implementation
- application logic layer provided by mail filters and agents
- virtual mail hosts in SMTP/POP3/IMAP4 server
- application-independent authentication and authorization
- sample JSP-based webmail interface
Dwarf Mail Server is targeted for both end users who are just looking for simple, secure and robust mail server as well as developers who need an extensible and powerful framework for application message processing.
For users with minimal requirements it can offer portability, simple configuration as well as strong security.
- Portability: several OS platforms are supported via the Java technology, including MS Windows, UNIX/Linux/BSD, MacOS X and others.
- Configuration: just 3 lines have to be changed to fire up a sample mail server and a few of them to run a full featured SMTP/POP3/IMAP4 server.
- Security: it uses Java Platform Security Architecture in combination with Java Authentication and Authorization Service (JAAS), as well as SSL/TLS for the secure communication.
Advanced or enterprise users can additionally appreciate performance scalability, multiple domain handling, enhanced security features and modular design easing to incorporate it to the existing infrastructure.
- Scalability: gaining from multithreaded design and dynamically adjustable allocation of resources.
- Multiple domains: server is able to handle multiple virtual domains in a single instance for all SMTP, POP and IMAP protocols.
- Enhanced security: includes subject-based permissions and access control lists for IMAP, SMTP relaying control rules, host-based filtering, SSL/TLS communication, basic anti-spam filtering, etc.
- Robustness: client/server network communication is by design separated from the resource-expensive application logic layer. The server implementation is based on the unparsed byte streams whenever possible, including its own and highly efficient MIME parser.
Dwarf Mail Server also appears to be a suitable platform for application development and customization. Its modular structure and lightweight API allows enhancing existing functionality or completely exchanging the certain part as a whole:
- Message processing: mail filters and agents provide an unique infrastructure for rich message processing.
- Mail queue: physical mail queue representation is abstracted by the API specification and may replaced by a custom implementation.
- Storage subsystem: physical data representation (i.e. messages, folders, configuration options, ACLs) is abstracted by API and may be replaced by a custom implementation based on filesystem, SQL database, etc.
- MIME parser: the parsing engine may be reimplemented for the top efficiency according to the currently used mail storage.
Dwarf Mail Sever has been tested with the most popular mail clients like MS Outlook, Mozilla, Thunderbird, Opera, Apple Mail, Becky!, Pegasus, Eudora, Pine, The Bat! and others.
Other features:
- multi-threaded server
- dynamically adjusted number of active threads
- server API for mail, user data and ACL storages
- robust SMTP server architecture with flexible queue design
- simultaneous deliveries to remote SMTP hosts
- transparent Delivery System Notification (DSN) mechanism
- support for shared mail folders
- fast and universal stream-oriented MIME parser
- runtime server configuration
- built-in SSL/TLS support
- full documentation with user guides and tutorials
- samples with source code
<<less
Download (0.91MB)
Added: 2005-12-08 License: Freely Distributable Price:
1422 downloads
eGWSync 0.1

eGWSync 0.1


eGWSync allows you to access your eGroupware contacts (which are stored in a MySQL or PostgreSQL database) through LDAP. more>>
eGWSync allows you to access your eGroupware contacts (which are stored in a MySQL or PostgreSQL database) through LDAP.
Youll be able to use Mozilla Thunderbird, Eudora, Outlook to see your contacts through your LDAP server.
Main features:
- Only replicates contacts that have been added or changed
- Does not need additional schema to be loaded into the LDAP server - only person, organizationalPerson and inetorgperson are required.
Benefits
Use the friendly and efficient eGroupware system to manage your contacts
Access the contacts from other applications like Squirrelmail or Mozilla Thunderbird.
<<less
Download (0.008MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1135 downloads
G-whale 0.2

G-whale 0.2


G-whale project is a simple, text-based mail user agent. more>>
G-whale project is a simple, text-based mail user agent.
A mail user agent (MUA) is a program that allows you to receive and send e-mail messages; its usually just called an e-mail program.
To use an MUA such as Eudora or Microsoft Outlook, you install the MUA program on your computer and then use it to download and store e-mail messages to your computer; it will also allow you to read or write messages offline.
Web-based MUAs, such as Hotmail and Yahoo, store messages on their own mail servers and allow access to them through a Web page. An MUA is sometimes called an e-mail agent or an e-mail client.
Enhancements:
- A configuration file is now used.
<<less
Download (0.002MB)
Added: 2006-02-15 License: Other/Proprietary License with Source Price:
1346 downloads
Althea 0.5.7

Althea 0.5.7


Althea IMAP (Internet Message Access Protocol) e-mail client for X Windows. more>>
Althea IMAP (Internet Message Access Protocol) e-mail client for X Windows. The design goal was a stable e-mail client with the richness of usability of Microsofts Outlook, Qualcomms Eudora, and Cyrusofts Mulberry.

Installation:

Type the following commands:

# unzip and untar althea-x.x.x.tgz
tar xvzf althea-x.x.x.tgz

# make and install the program
make
make install
<<less
Download (0.35MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1257 downloads
Dada Mail 3.0.4 / 3.1 Alpha 1

Dada Mail 3.0.4 / 3.1 Alpha 1


A Web-based mailing list manager. more>>
Dada Mail 3.0.4 / 3.1 Alpha 1 is created to be a general purpose mailing list manager which is useful for small to medium organizations such as businesses, non-profit organizations and personal sites. A Mailing List Manager is a program that handles the subscriptions of a mailing list and in this case also sends out mailing list messages - emails that are received by everyone that is subscribed to the mailing list.

The goal in this perspective of Dada Mail is to be able to be easily installed and useful by a web-savvy person. This person does not have to be a professional web designer/developer. It is also hoped that there is much breathing room for the program to grow with the needs and expectations of whatever organization it is to be used for.

Dada Mail is also a many-tiered art project. The initial goal was to see how far a self-taught, admittedly poor math student could take a computer program, written from scratch. The answer it seems, is very very far. The idea being played with is of a person taking on a role that doesn't seem to fit them well and flourishing. This wasn't acting, this was real life. Four Years is a Long Time.

Dada Mail is also used to question the idea on what a piece of software is and what it isn't, making definitions such as "name", "function", "purpose", slippery. The creator of Dada Mail, Justin Simoni, has many more credentials as an Artist, attending the Rocky Mountain College of Art and Design as a senior in their Drawing and Painting program, than he does as a Software Engineer, of which credentials he has none, except the time he has spent with projects, like Dada Mail.

Major Features :

  1. Dada Mail is a Web-Based System. You don't need to remember cryptic commands to send to a special address just to have the program e-mail you back telling you youre wrong. You administrate your lists using a control panel you view through your web browser like Internet Explorer or Netscape Navigator.
  2. Dada Mail Supports an Unlimited Number of Mailing Lists. Dada Mail was made from the start to be expandable. Each list can be managed separately with a different password for protection. Setting up a list can take as little as a minute to make! All list information can be changed at any time.
  3. Dada Mail Is Customizable. Most pages generated by Dada Mail can be wrapped in a template a look and design that you want your list to have. Dada Mail can look exactly like the rest of your web site, making less of a separate CGI script and more a part of your web site that comes alive to your visitors. Messages Dada Mail sends can also be customized, you get to word exactly how you want your messages sent. Even the signup form that you can put on any page of your web site can be changed for your taste automatically.
  4. Dada Mail Archives List Messages. Dada Mail keeps an archive of every mass mailing message it sends and also provides a simple way to view them. Archiving can be paused and archives can be hidden from your visitors but not from you the list owner.
  5. Dada Mail Supports Announce-Only and Group Lists. You can extend Dada Mail with a script that's included with Dada Mail to send list messages from your own e-mail client, like Eudora or Outlook. Group Lists can be setup easily from your control panel and you can set up a thriving group discussion list.
  6. Dada Mail Is Free! There is no need to have you make a decision on picking a mailing list manager by giving you a crippled "version" and then only give you the real version after you pay money for a piece of software that may not do what you really need.
  7. Dada Mail is Supported! This entire site is provided to answer any questions you have and help you even when your Dada is installed.
  8. Dada Mail is Easy To Use. Hard things are easy in Dada Mail. They should be. Features you don't need can be turned off if wanted. All error messages give you precise information on what went wrong and how to use it. Its more advice on how to do what your doing better than telling you youre wrong.
  9. Dada Mail is Powerful. In minutes you can set up your entire list system, with announce-only lists for special e-mailings and group lists for discussion. Dada Mail can even be enhanced with the help of other programs like Majordomo another list manager and Mhonarch, an e-mail archiver.
  10. Sign Up to the Skazat Design Newsletter.
  11. See how easy it is for your visitors to use Dada Mail. You can unsubscribe at any time.

Enhancements: This release fixes over 20 bugs since the 3.0.0 release, and is meant to be as easy to upgrade from 3.0.0 as possible.

Requirements: Perl

<<less
Added: 2009-07-07 License: GPL Price: FREE
14 downloads
 
Other version of Dada Mail
Dada Mail 2.10.15 / 2.11 Alpha 5with Dada Mail to send list messages from your own e-mail client, like Eudora or Outlook. Group Lists can be setup easily from your control panel and you can set up a thriving group discussion list
License:GPL (GNU General Public License)
Download (1.3MB)
853 downloads
Added: 2007-06-27
Mozilla Thunderbird 1.5.0.12 / 2.0.0.6

Mozilla Thunderbird 1.5.0.12 / 2.0.0.6


Mozilla Thunderbird is a total redesign of the Mozilla mail component. more>>
Mozilla Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before.
It offers some advantages over other mail clients, including junk mail classification. Built from Mozilla code, Mozilla Thunderbird uses Gecko, the most standards-compliant rendering engine in existence.
In addition to the feature set found in Mozilla Mail, Thunderbird has several new features and improvements to make your mail and new experience better.
Main features:
- Adaptive Junk Mail Controls
- RSS Integration
- Saved Search Folders
- Saved Search Folders display messages based on previously set search criteria. For example, instead of filtering messages into a new folder, you can create a Saved Search Folder that lists all the messages received from a certain person over the past 30 days, even if those messages are stored in different folders and subfolders.
- Global Inbox Support
- POP3 users can now combine all of their POP3 accounts into a single global inbox under local folders.
- Message Grouping
- You can now group messages in a folder by attributes such as date, sender, priority or a custom label. For instance, a folder grouped by date will group messages from today, yesterday, last week, etc. into self-contained groups in the message list pane. (View > Sort By > Grouped By Sort)
- Privacy Protection
- In order to help protect your privacy, Thunderbird now automatically blocks remote image requests in emails from senders you dont know.
- Comprehensive Mail Migration from other Mail Clients
- Switching to Thunderbird has never been easier since Thunderbird can now migrate all of your email data including settings, mail folders and address book data from common mail applications such as the Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.
Enhancements:
- Unescaped URIs passed to external programs
- Privilege escalation through chrome-loaded about:blank windows
<<less
Download (10.2MB)
Added: 2007-08-03 License: MPL (Mozilla Public License) Price:
893 downloads
Scam-protect 1.0.0

Scam-protect 1.0.0


Scam-protect is a milter which restricts the use of your domain address in emails. more>>
Scam-protect is a milter which restricts the use of your domain address in emails. The aim is to protect your users from phishing by rejecting mail purporting to be from your domain. It is not meant as a replacement for SPF or SenderID.
Main features:
- Reject mail with your domain name in the mail from envelope
- Reject mail with your domain name in the From header
Performance
Scam-protect milter was designed to be light-weight and use minimal resources.
Whitelist
Scam-protect has a configurable whitelist of IP addresses or a range of IP addresses (CIDR). This feature can be used to allow which hosts can use your domain name in email addresses..
Accept mail from users
Users should configure their mail clients (MS Outlook, Eudora, Mozilla Thunderbird) to use the port 587 (MSA) instead of the SMTP port to send mail through the mail server running Scam-protect.
Scam-protect will accept mail if the connection was authenticated through SMTP AUTH.
<<less
Download (0.013MB)
Added: 2007-08-10 License: BSD License Price:
805 downloads
Mail::Addressbook::Convert 1.1

Mail::Addressbook::Convert 1.1


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

SYNOPSIS

These modules allow to to convert between the following e-mail addressbook formats
From 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 Spry

This 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 conversion

As an example

To use to convert between Pine and Eudora as an example, you would do the following

use 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 data

my $raIntermediate = $Pine->scan($PineInFile);

my $raEudora = $Eudora->output($raIntermediate); # reference to an array containing a Eudora addressbook

All modules follow this template except Pegasus. Pegasus stores its address books in multiple files. See the documentation in Pegasus.pm

<<less
Download (0.030MB)
Added: 2006-08-02 License: Perl Artistic License Price:
1178 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2