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

My Juno Mail freeware
Filter: All | Freeware | Demo
 

My Juno Mail

1 2 3 4 5 > 
Added: April 22, 2010 | Visits: 1.346

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: January 01, 2010 | Visits: 2.356

Mail::Webmail::Gmail Mail::Webmail::Gmail is an interface to Googles webmail service. SYNOPSIS # Perl script that logs in to Gmail, retrieves the user defined labels # Then prints out all new messages under the first label use Mail::Webmail::Gmail; my $gmail = Mail::Webmail::Gmail->new( username =>...





Platforms: *nix

License: Freeware Size: 23.55 KB Download (249): Mail::Webmail::Gmail Download

Added: January 09, 2010 | Visits: 2.137

Yahoo Mail Sucker As you probably know, Yahoo Mail does not provide free POP access to its users any more. You can still use your YM account for free, but you have to use a Yahoo Mail web site to access your account. This is not very convenient as you always have to be online, you cannot use your favourite...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (143): Yahoo Mail Sucker Download

Added: July 22, 2010 | Visits: 1.259

Mail::SendEasy Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments. This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet. It supports SMTP authentication and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (109): Mail::SendEasy Download

Added: June 16, 2010 | Visits: 1.171

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.415

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

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: March 25, 2010 | Visits: 1.285

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.123

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: 885

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 12, 2010 | Visits: 850

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 (98): Mail::LMLM::Render Download

Added: February 15, 2010 | Visits: 848

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: October 05, 2013 | Visits: 394

Mail::Decency Mail::Decency is an interface between postfix (MTA), a bunch of policies (eg DNSBL, SPF, ..), multiple content filters (eg DSPAM, Bogofilter, ClamAV, DKIM validation, ...) and a log parser. It is based on POE and Moose and runs as a daemon with multiple forked instances SYNOPSIS ^ Setting up a...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (40): Mail::Decency Download

Added: July 03, 2013 | Visits: 598

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 (39): Mail::Sender::Easy Download

Added: January 18, 2010 | Visits: 1.179

parp parp is a powerful, extensible e-mail filter with sophisticated anti-spam capabilities. Its made as a complete replacement for procmail, is MIME-aware, and acts as a filter, daemon, or on mailboxes. This was yet another personal itch which needed scratching. I receive between 5 and 20 spam...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (100): parp Download

Added: January 18, 2010 | Visits: 1.234

pconfig pconfig project is a perl script to set up... perl scripts! Allows a perl scripts configuration information to be included within the script for no need for external files. Controlled by internal comments within the script itself (the target script). The output script is also pconfig compatible...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): pconfig Download

Added: October 11, 2010 | Visits: 781

offmirror offmirror is a utility for mirroring a tree of files. Unlike other mirroring tools, it works offline and does not require a network or some kind of direct connect between the source and the destination. offmirror makes it possible to place all the data that is needed to synchronize a file tree...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (90): offmirror Download

Added: January 14, 2010 | Visits: 968

Lucy Lucy is for power users already familiar with usenet. It wont hold your hand or nag you about proper etiquette. In fact, you are free to edit all the headers of your posts, if you want. (You can even violate the RFC protocols for usenet, and Lucy wont complain unless you ask it to) This may seem...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (110): Lucy Download

Added: May 10, 2013 | Visits: 413

Regionally Boxed Different costs can be set for different regions (composed of countries and/or states)This module allows you create shipping regions by dividing states of the USA (or other country) in different groups. Each group will then have it's own shipping price which can based on price or weight.This...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Regionally Boxed Download

Added: August 05, 2013 | Visits: 347

Facebook Likes You! Facebook Likes You! is simple plugin which makes it easy to add Facebook Like button and widgetable Facebook Like box. It's fully configurable, so you can decide where to append the button. Currently in the following languages: * English * Brazilian Portuguese (pt_BR) * Czech (cs_CZ) * Indonesian...


Platforms: PHP

License: Freeware Size: 143.36 KB Download (46): Facebook Likes You! Download

1 2 3 4 5 >