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.144.234 Times

My Aol Aim Mail freeware
Filter: All | Freeware | Demo
 

My Aol Aim Mail

< 1 2 3 4 5 > 
Added: November 01, 2010 | Visits: 1.409

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 17, 2010 | Visits: 819

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: March 17, 2010 | Visits: 1.042

Mail::Summary::Tools::YAMLCache Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix. SYNOPSIS use Mail::Summary::Tools::YAMLCache; my $cache = Mail::Summary::Tools::YAMLCache->new( file => Path::Class::file("/tmp/foo"), ); $cache->get("foo:bar"); $cache->set("foo:bar", "moose");...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Mail::Summary::Tools::YAMLCache Download

Added: January 17, 2010 | Visits: 1.167

TAC TAC project is a pure Tcl version of AOL Instant Messenger (AIM). The TAC client began its life as a small add-on program distributed with TiK, the Tcl/Tk client. TAC has only a few of the features found in native Windows and Macintosh clients. It is easy for users to add features to TAC...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (96): TAC Download

Added: March 25, 2010 | Visits: 1.280

Mail::Message::Head::Complete Mail::Message::Head::Complete is a Perl module with the header of one message. INHERITANCE Mail::Message::Head::Complete is a Mail::Message::Head is a Mail::Reporter Mail::Message::Head::Complete is extended by Mail::Message::Head::Partial Mail::Message::Replace::MailHeader...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (102): Mail::Message::Head::Complete Download

Added: January 08, 2010 | Visits: 1.117

Mail::Message::Head::SpamGroup Mail::Message::Head::SpamGroup is a Perl module which contains spam fighting related header fields. INHERITANCE Mail::Message::Head::SpamGroup is a Mail::Message::Head::FieldGroup is a Mail::Reporter SYNOPSIS my $sg = Mail::Message::Head::SpamGroup->new(head => $head, ...);...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (99): Mail::Message::Head::SpamGroup Download

Added: June 25, 2010 | Visits: 882

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: November 03, 2010 | Visits: 825

Mail::IMAPTalk Mail::IMAPTalk is an IMAP client interface with lots of features. SYNOPSIS use Mail::IMAPTalk; $IMAP = Mail::IMAPTalk->new( Server => $IMAPServer, Username => foo, Password => bar, Uid => 1 ) || die "Failed to connect/login to IMAP server"; # Append message to folder open(my $F,...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Mail::IMAPTalk Download

Added: November 12, 2010 | Visits: 848

Mail::LMLM::Render Mail::LMLM::Render is a Perl module for rendering backend for LMLM. SYNOPSIS use Mail::LMLM::Render::HTML; open O, ">out.html"; my $r = Mail::LMLM::Render::HTML->new(*O); $r->start_document("My Document", "Head Title"); $r->start_section("Google", { title_url =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Mail::LMLM::Render Download

Added: February 11, 2010 | Visits: 1.666

Mail::Webmail::Yahoo Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages = $yahoo->get_mail_messages(Inbox, all); # Write messages to disk...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (99): Mail::Webmail::Yahoo Download

Added: February 15, 2010 | Visits: 845

Mail::Summary Mail::Summary is a Perl module that can scan read your mail! SYNOPSIS my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir }); my @mail_summaries = $ms->summaries; Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Mail::Summary Download

Added: March 25, 2010 | Visits: 1.011

Mail::MboxParser::Mail::Convertable Mail::MboxParser::Mail::Convertable is a Perl module that can convert mail for sending etc. SYNOPSIS use Mail::MboxParser; [...] # $msg is a Mail::MboxParser::Mail-object my $mail = $msg->make_convertable; $mail->delete_from_header(date, message-id); $mail->replace_in_header(to,...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (98): Mail::MboxParser::Mail::Convertable Download

Added: February 07, 2010 | Visits: 799

Net::Server::Mail::ESMTP::XFORWARD Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): Net::Server::Mail::ESMTP::XFORWARD Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 1.182

AOL Instant Messenger for Mac OS AOL Instant Messenger lets you exchange Instant Messages, share photos, chat and more with your friends, family, and co-workers on the Internet. This version of AIM includes the following popular features: - Instant Messaging and Chat - News and Stock tickers - Improved Event Actions - Buddy...


Platforms: Mac

License: Freeware Size: 3.4 MB Download (53): AOL Instant Messenger for Mac OS Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 884

My Bulk Emailer My Bulk Emailer is a handy and easy to use software that was designed in order to help you send mass email messages. The configuration is simple, so you'll be up and running in no time! for Windows2K, XP, 2003, Vista, 7


Platforms: Windows, XP, 2003, Windows Vista, 7

License: Freeware Download (85): My Bulk Emailer Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 568

JaMaRe - Java-based Mail Filtering JaMaRe (JaMaRe ain't a Mail Reader) has grown out of my own need for a hacker's mail filter. JaMaRe has it's own internal mail folder system, and a very extensible filtering system. JaMaRe can also be used as Mail Router.


Platforms: Windows, Mac, Linux

License: Freeware Size: 46.81 KB Download (49): JaMaRe - Java-based Mail Filtering Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 872

AOL for Mac OS X About AOL for Mac OS X Brings together enhancements to AOL s popular e-mail and instant messaging features, such as a counter on the Mac OS X dock that displays the number of new messages; the new AOL Search; the addition of new short-cut keys, as well as several Mac-first features, including the...


Platforms: Mac

License: Freeware Size: 24.3 MB Download (54): AOL for Mac OS X Download

Added: June 26, 2013 | Visits: 505

My Mail Client MMC is a Mail Client, written in C++, for Gnome. Though it's only a beta version up to now, we thought it was time to publish it. This program has become better and better! It now supports attachments, replying and I'm almost finished with multiple folder support! Features With the advent of...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (35): My Mail Client Download

Added: July 03, 2013 | Visits: 596

Mail::Sender::Easy Mail::Sender is a great module. I have great respect for Jenda as you can tell from the list archives :) Mail::Sender's one problem is its a bit cumbersome to use, with so many options and things to open, close, the whole thing, parts, multiparts etc etc., and several ways to check for successs....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Mail::Sender::Easy Download

Released: April 04, 2006  |  Added: April 06, 2006 | Visits: 5.582

Voice E-Mail Pilot Do you have to type e-mails all day long? Hey, your e-mail does not have to be typed - you can create voice e-mails. And Voice E-Mail Pilot is the program that will let you do this. Your voice e-mail will let your addressee know how you feel better than the smiley face. The program supports...


Platforms: Windows

License: Freeware Size: 1.14 MB Download (1060): Voice E-Mail Pilot Download

< 1 2 3 4 5 >