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

Direct Mail Robot freeware
Filter: All | Freeware | Demo
 

Direct Mail Robot

< 1 2 3 4 5 
Added: April 01, 2010 | Visits: 722

Mail::QmailRemoteXS Mail::QmailRemoteXS is a lightweight C-code (XS) SMTP send function based on Qmails qmail-remote. SYNOPSIS use Mail::QmailRemoteXS; $ret = Mail::QmailRemoteXS::mail($to_domain,$from_address,$to_address,$msg,$helo,$net_timeout,$net_timeoutconnect); This module provides a single function...



Platforms: *nix

License: Freeware Size: 256 KB Download (101): Mail::QmailRemoteXS 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: September 27, 2010 | Visits: 1.238

Mail 2 Wordpress Mail 2 Wordpress is an SMTP mailrobot for posting wordpress blog entries via SMTP mail.. www.co.daemon.de - the home of T.L. EDV Service


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Mail 2 Wordpress Download

Added: May 03, 2010 | Visits: 1.159

Coherent Mail Gateway Coherent Mail Gateway is intended to be a very easy to set up MTA using SMTP and POP3. Greylisting is used on the SMTP daemon to reduce spam. In addition, quite a lot of checks on the validity of information from the SMTP client (such as claimed server name and sender) are carried out, and...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (104): Coherent Mail Gateway Download

Added: July 13, 2010 | Visits: 1.971

Robot Race Robot Race project is an excellent 90% completed Robo Rally server needing an equivalent client. Robot Race is a race game in which each player attempts to be the first to touch a series of flags by maneuvering a robot across a dynamic race course. The game is for two to eight players playing...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (130): Robot Race Download

Added: February 19, 2010 | Visits: 1.531

W3MAIL - fast and small web-mail client W3MAIL - fast and small web-mail client written in PHP5. It provides easy webmail access to IMAP accounts and has very few requirements to install..


Platforms: *nix

License: Freeware Size: 60.42 KB Download (116): W3MAIL - fast and small web-mail client Download

Added: September 25, 2010 | Visits: 1.179

Twisted Mail Twisted Mail project provides client and server implementations of SMTP, POP3, and IMAP4. These differentiate themselves from the Python standard library implementations both by presenting a much higher-level, easy-to-use interface and in their server components, which allow the implementation...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (112): Twisted Mail Download

Added: August 02, 2010 | Visits: 1.022

Shohei Mail Shohei is a multi-language, multi-function, multi-server, multi-user, multi-context, multi-media web-based mail client, news client, calendar and note server. Shohei is a pop3 client which meets the requirements of Stockholm public network..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): Shohei Mail Download

Added: March 01, 2010 | Visits: 1.457

DeskNow Mail and Collaboration Server DeskNow project is a fully featured and easy to use mail and collaboration server that can handle all the communication and collaboration needs of your company.. DeskNow Mail and Collaboration server is a powerful and easy to use mail and groupware server with integrated document management,...


Platforms: *nix

License: Freeware Size: 24.4 MB Download (116): DeskNow Mail and Collaboration Server 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

Added: January 13, 2010 | Visits: 922

Mail::Summary::Tools Mail::Summary::Tools are tools for mailing list summarization. SYNOPSIS # create a summary from anything Mail::Box can open. # you may also programatically create summary objects and serialize # them if you dont have the threads in a standard mail format. % mailsum create --dates...


Platforms: *nix

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

Released: January 02, 2013  |  Added: January 13, 2013 | Visits: 1.154

zebNet Live Mail Backup 2012 zebNet Live Mail Backup 2012 is the backup solution for users that easily want to back up and recover their entire Windows Live Mail profile. Highlighted features #Fast and reliable backup and recovery #Self-restoring backup files #Backup reserve copies #Backup to any FTP server...


Platforms: Windows

License: Freeware Size: 3.56 MB Download (102): zebNet Live Mail Backup 2012 Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 924

Creo Elements/Direct Modeling Express If you have read about direct modeling, you know it is the best approach for rapid creating flexible 3D designs. Now, PTC brings you a free download from the Creo product family - Creo Elements/Direct Modeling Express 4.0, a 3D CAD system you can use to create assemblies with up to 60 parts. *...


Platforms: Windows

License: Freeware Size: 156.06 MB Download (455): Creo Elements/Direct Modeling Express Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 741

simple Python robot simulator 2D simple Python robot simulator 2D was designed as a bare-bones 2D robotic simulator. simple Python robot simulator 2D was developed using the Python programming language and can run on multiple platforms.


Platforms: Windows

License: Freeware Download (389): simple Python robot simulator 2D Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 1.130

Automated Currency Trading Robot Forex PIPZen is the best forex robot software for online currency trading. Take the 100% FREE Forex Challenge. Test ForexPIPZen for yourself First then decide! No Creditcard - No registration required to try! Gain Confidence in Chaos! ForexPIPZen LITE is an Metatrader Automated Expert Advisor...


Platforms: Windows

License: Freeware Download (99): Automated Currency Trading Robot Download

< 1 2 3 4 5