Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.801 Times

Mail Commander Home freeware
Filter: All | Freeware | Demo
 

Mail Commander Home

< 1 2 3 4 5 > 
Added: June 24, 2010 | Visits: 1.226

Mozilla New Mail Icon Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives in your Mozilla or Mozilla Thunderbird . Mozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM.. Platforms: *nix

License: Freeware Size: 29.7 KB Download (108): Mozilla New Mail Icon Download

Added: September 24, 2010 | Visits: 1.196

File::Save::Home File::Save::Home is a Perl module to place file safely under user home directory. SYNOPSIS use File::Save::Home qw( get_home_directory get_subhome_directory_status make_subhome_directory restore_subhome_directory_status conceal_target_file reveal_target_file make_subhome_temp_directory... Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): File::Save::Home Download

Added: October 20, 2010 | Visits: 778

Mail::Digest::Tools Mail::Digest::Tools is a Perl module that has tools for digest versions of mailing lists. SYNOPSIS use Mail::Digest::Tools qw( process_new_digests reprocess_ALL_digests reply_to_digest_message repair_message_order consolidate_threads_multiple consolidate_threads_single... Platforms: *nix

License: Freeware Size: 68.61 KB Download (95): Mail::Digest::Tools Download

Added: April 11, 2010 | Visits: 1.191

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [... Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: February 20, 2010 | Visits: 2.010

Mail Notification Mail Notification is a status icon (aka tray icon) that informs you if you have new mail. Mail Notification works with system trays implementing the freedesktop.org System Tray Specification, such as the GNOME Panel Notification Area, the Xfce Notification Area and the KDE System Tray.. Platforms: *nix

License: Freeware Size: 716.8 KB Download (144): Mail Notification Download

Added: June 16, 2010 | Visits: 1.176

Mail::Bulkmail Mail::Bulkmail is a platform independent mailing list module. SYNOPSIS use Mail::Bulkmail /path/to/conf.file my $bulk = Mail::Bulkmail->new( "LIST" => "~/my.list.txt", "From" => "Jim Thomason" , "Subject" => "This is a test message", "Message" => "Here is my test message" ) || die... Platforms: *nix

License: Freeware Size: 71.68 KB Download (93): Mail::Bulkmail Download

Added: November 01, 2010 | Visits: 1.417

Mail::Bulkmail::Server Mail::Bulkmail::Server is a Perl module that handles server connections and communication for Mail::Bulkmail. SYNOPSIS my $server = Mail::Bulkmail::Server->new( Smtp => your.smtp.com, Port => 25 ) || die Mail::Bulkmail::Server->error(); #connect to the SMTP relay $server->connect || die... Platforms: *nix

License: Freeware Size: 71.68 KB Download (98): Mail::Bulkmail::Server Download

Added: February 16, 2010 | Visits: 902

Mail::Addressbook::Convert::Utilities Mail::Addressbook::Convert::Utilities is a Perl module for addressbook conversion. SYNOPSIS This module is not designed to be used by the user. It provides utility methods with for Mail::Addressbook::Convert. Platforms: *nix

License: Freeware Size: 30.72 KB Download (89): Mail::Addressbook::Convert::Utilities Download

Added: July 10, 2010 | Visits: 802

Mail::Addressbook::Convert::Mailrc Mail::Addressbook::Convert::Mailrc is a Perl module from Unix Mailrc Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Mailrc; my $Mailrc = new Mail::Addressbook::Convert::Mailrc(); my $MailrcInFile ="mailrc"; # name of the file containing the Spry data # it is found in... Platforms: *nix

License: Freeware Size: 30.72 KB Download (91): Mail::Addressbook::Convert::Mailrc Download

Added: November 17, 2010 | Visits: 778

Mail::Addressbook::Convert::Spry Mail::Addressbook::Convert::Spry is a Perl module from Spry Mail Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Spry; my $SPRY = new Mail::Addressbook::Convert::Spry(); my $SpryInFile ="spry.als"; # name of the file containing the Spry data # it is found in the Spry... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Mail::Addressbook::Convert::Spry Download

Added: March 04, 2010 | Visits: 2.181

Mail::Addressbook::Convert::Ldif Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Ldif; my $LDIF = new Mail::Addressbook::Convert::Ldif(); my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif... Platforms: *nix

License: Freeware Size: 30.72 KB Download (476): Mail::Addressbook::Convert::Ldif Download

Added: February 03, 2010 | Visits: 935

Mail::Addressbook::Convert::Tsv Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Tsv; my $TSV = new Mail::Addressbook::Convert::Tsv(); my $TsvInFile ="csvSample.txt"; # name of the file... Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): Mail::Addressbook::Convert::Tsv Download

Added: February 17, 2010 | Visits: 824

Mail::Addressbook::Convert::Eudora 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... Platforms: *nix

License: Freeware Size: 30.72 KB Download (90): Mail::Addressbook::Convert::Eudora Download

Added: June 15, 2010 | Visits: 1.129

Mail::Addressbook::Convert::Pine Mail::Addressbook::Convert::Pine is a Perl module that convert to and from Pine formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Pine; my $pine = new Mail::Addressbook::Convert::Pine(); my $PineInFile ="pineSample.txt"; # name of the file containing the Ldif... Platforms: *nix

License: Freeware Size: 30.72 KB Download (98): Mail::Addressbook::Convert::Pine Download

Added: April 22, 2010 | Visits: 1.350

Mail::Addressbook::Convert::Juno Mail::Addressbook::Convert::Juno can convert from Juno addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Juno; my $Juno = new Mail::Addressbook::Convert::Juno(); my $JunoInFile ="junoSample.nv"; # name of the file containing the Juno data # it is found in the Spry folder... Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Mail::Addressbook::Convert::Juno Download

Added: February 09, 2010 | Visits: 1.215

Mail::Addressbook::Convert 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... Platforms: *nix

License: Freeware Size: 30.72 KB Download (122): Mail::Addressbook::Convert Download

Added: October 06, 2010 | Visits: 1.442

Dada Mail 2.10.15 / 2.11 Alpha Dada Mail project is a general purpose mailing list manager who is targeted to be used 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... Platforms: *nix

License: Freeware Size: 1.3 MB Download (102): Dada Mail 2.10.15 / 2.11 Alpha Download

Added: February 15, 2010 | Visits: 917

Mail::Abuse Mail::Abuse is a Perl module that helps parse and respond to miscellaneous abuse complaints. SYNOPSIS use Mail::Abuse; This module and the accompaining software can be used to automatically parse and respond to various formats of abuse complaints. This software is geared towards abuse desk... Platforms: *nix

License: Freeware Size: 92.16 KB Download (97): Mail::Abuse Download

Added: March 27, 2010 | Visits: 1.115

Mail Notifier Mail Notifier provides an E-mail Notifier for POP3 accounts.. Platforms: *nix

License: Freeware Size: 76.8 KB Download (144): Mail Notifier Download

Added: July 24, 2010 | Visits: 1.090

Mail::Abuse::Report SYNOPSIS use Mail::Abuse::Report; my $r = new Mail::Abuse::Report ( -text => $report_text, -reader => $reader, -filters => [ $f1, $f2, ... ], -parsers => [ $i1, $i2, ... ], -processors => [ $p1, $p2, ... ], -debug => 1, -config => $config_file, ); This class encapsulates an abuse... Platforms: *nix

License: Freeware Size: 91.14 KB Download (93): Mail::Abuse::Report Download

< 1 2 3 4 5 >