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

Mail Order Fulfillment freeware
Filter: All | Freeware | Demo
 

Mail Order Fulfillment

< 1 2 3 4 5 
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: February 19, 2010 | Visits: 1.530

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

Build Order Analyzer Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Many sites go to great lengths to explain Build Orders, but the Build Order Analyzer is the first tool to actually allow players the ability to define a Build Order and then compare it to...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (113): Build Order Analyzer 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.153

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: September 10, 2012  |  Added: September 10, 2012 | Visits: 448

Catfood Mail Catfood Mail is a simple utility designed for administering POP3 mail boxes. It can be used to delete unwanted mail, preview the size of your mailbox before connecting your regular client over a slow connection, or as a lightweight client to check for important mail.Version 2.00 includes the...


Platforms: Windows

License: Freeware Size: 1.37 MB Download (481): Catfood Mail Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 484

Mail Attachments Iconizer for Mac OS Gives you control over attachment handling in Apple Mail. It fixes the most annoying Apple Mail flaws and allows you to set up how attachments are displayed and sent: - allows you to always display (and print) images, PDFs, audio and video as icons with an optional file size limit and...


Platforms: Mac

License: Freeware Size: 1.4 MB Download (57): Mail Attachments Iconizer for Mac OS Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 457

Mail Act-On for Mac OS The 'must have' enhancement to Apples Mail Application that puts organization at your fingertips. With Mail Act-On you can - Reduce the effort required to manage your email. - Process multiple messages simultaneously. - Organize more than just your inbox. Its main features include - a...


Platforms: Mac

License: Freeware Size: 3.9 MB Download (47): Mail Act-On for Mac OS Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 815

Mail to FileMaker Importer for Mac OS An AppleScript-based application that can be used to automatically import email data from Mac OS X Mail or Microsoft Entourage into a FileMaker Pro database. Within the applications interface, users can easily configure the database and fields to be used for importing. Mail to FileMaker Importer...


Platforms: Mac

License: Freeware Size: 5.5 MB Download (65): Mail to FileMaker Importer for Mac OS Download

< 1 2 3 4 5