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

Intelligent Mail Barcode Ocx freeware
Filter: All | Freeware | Demo
 

Intelligent Mail Barcode Ocx

< 1 2 3 4 5 
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 03, 2010 | Visits: 827

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

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 11, 2010 | Visits: 1.670

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 (100): Mail::Webmail::Yahoo 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: March 25, 2010 | Visits: 1.015

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

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

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

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

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

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

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: April 18, 2010 | Visits: 1.258

Barcode::Code128 Barcode::Code128 is a Perl module that can generate CODE 128 bar codes. SYNOPSIS use Barcode::Code128; $code = new Barcode::Code128; EXPORTS By default, nothing. However there are a number of constants that represent special characters used in the CODE 128 symbology that you may wish to...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (151): Barcode::Code128 Download

Added: February 07, 2010 | Visits: 801

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 (93): Net::Server::Mail::ESMTP::XFORWARD Download

Added: January 13, 2010 | Visits: 925

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 (97): Mail::Summary::Tools Download

Released: January 02, 2011  |  Added: March 01, 2011 | Visits: 1.889

Katanshi Barcode Reader Katanshi Barcode Reader allows you to read barcodes with your webcam in the same way like you would do it with hardware laser scanner. It reads barcodes directly from web camera or from still image stored on your drive. Supported barcode types: EAN 13, UPCA, UPCE, EAN 8, Codebar 39, Codebar 128.


Platforms: Windows

License: Freeware Size: 1.09 MB Download (380): Katanshi Barcode Reader Download

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

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: December 02, 2023  |  Added: March 14, 2024 | Visits: 4.142

Free 1D Barcode Generator The programe generates and prints most popular linear, clocked and postal barcode symbologies including Codabar, Code11, Code25 family, Code32, Code39, Code93, EAN-2, EAN-5, EAN-8, EAN-13, UPC-A, UPC-E, Code-128, EAN-128, MSI, ITF, DPI, DPL, Flattermarken, Pharmacode, Postnet, Postbar, OneCode,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 375 KB Download (1370): Free 1D Barcode Generator Download

Released: December 02, 2023  |  Added: March 18, 2024 | Visits: 4.573

Free 2D Barcode Generator The programe generates and prints most popular 2D barcode symbologies including Aztec Code, Aztec Runes, Data Matrix(ECC 0-140, ECC 200), QR Code, PDF417, Micro QR Code, MicroPDF417, MaxiCode, Code 16K, RSS family(RSS-14 Standard, RSS-14 Truncated, RSS-14 Stacked, RSS-14 Stacked...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 603 KB Download (1121): Free 2D Barcode Generator Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 725

2D Barcode Recognizer 2D Barcode Recognizer is a professional barcode application designed for recognition, decoding and encoding of 2D barcodes. For example, DataMatrix and Aztec Code, but it can be used and for other purposes. The program works with separate Dll-components. The basic working graphic formats of the...


Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (465): 2D Barcode Recognizer Download

< 1 2 3 4 5