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

My Media Mail software
Filter: All | Freeware | Demo
 

My Media Mail

1 2 3 4 5 > 
Released: July 09, 2012  |  Added: December 01, 2013 | Visits: 802

My Media Converter by ConsumerSoft My Media Converter converts graphics, videos, and audio files. If you do video editing, build web sites, work with graphics, or need to convert audio files or music, My Media Converter is a great utility to add to your toolbox. Replace three programs with just one. My Media Converter supports 28...



Platforms: Windows, Windows 7

License: Demo Cost: $29.95 USD Size: 6.08 MB Download (72): My Media Converter by ConsumerSoft Download

Added: May 10, 2013 | Visits: 488

Media Mail Rates for Shipping USPS Add media mail shipping rate as an option when using USPS.





Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (61): Media Mail Rates for Shipping USPS Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 430

My Media Converter My Media Converter converts graphics, videos, and audio files. If you do video editing, build web sites, work with graphics, or need to convert audio files or music, My Media Converter is a great utility to add to your toolbox. Instead of needing three programs to do conversions, now you'll need...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 6.1 MB Download (762): My Media Converter Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 670

Recover My Email Mail Recovery Software Recover Email for Microsoft Outlook will quickly and easily recover deleted email messages and attachments that have been emptied from your Microsoft Outlook deleted items folder. Recover My Email examines your Microsot Outlook PST file. The download version allows you to preview the deleted...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 28.41 MB Download (557): Recover My Email Mail Recovery Software Download

Added: August 11, 2008 | Visits: 1.463

Recover My Email - Mail Recovery Software Recover Email for Microsoft Outlook will quickly and easily recover deleted email messages and attachments that have been emptied from your Microsoft Outlook deleted items folder. Recover My Email examines your Microsot Outlook PST file. The download version allows you to preview the deleted...


Platforms: Windows

License: Shareware Cost: $89.95 USD Size: 10.24 KB Download (128): Recover My Email - Mail Recovery Software Download

Added: January 01, 2010 | Visits: 2.351

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

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

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 (103): Mail::SendEasy Download

Added: June 16, 2010 | Visits: 1.169

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

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

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

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

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

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

Added: February 15, 2010 | Visits: 846

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

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

Added: January 18, 2010 | Visits: 1.173

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

Released: April 07, 2006  |  Added: July 05, 2006 | Visits: 2.607

NewsletterDesigner pro NewsletterDesigner software. Design your own HTML-email Erstellen von professionellen HTML (Rich Media) Newslettern. Einbindung von Grafiken. (Kopfgrafik, Trenngrafik, Impressum-Grafik) Erstellen von Textblocken fur die Neslettermeldungen. Einbundung von Bildern fur jede Newsmeldung. Integration...


Platforms: Windows

License: Shareware Cost: $55.00 USD Size: 2.02 MB Download (578): NewsletterDesigner pro Download

1 2 3 4 5 >