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

Print Shop Mail Merge freeware
Filter: All | Freeware | Demo
 

Print Shop Mail Merge

< 1 2 3 4 5 
Added: April 11, 2010 | Visits: 1.188

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [...



Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: July 10, 2010 | Visits: 800

Mail::Addressbook::Convert::Mailrc Mail::Addressbook::Convert::Mailrc is a Perl module from Unix Mailrc Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Mailrc; my $Mailrc = new Mail::Addressbook::Convert::Mailrc(); my $MailrcInFile ="mailrc"; # name of the file containing the Spry data # it is found in...





Platforms: *nix

License: Freeware Size: 30.72 KB Download (91): Mail::Addressbook::Convert::Mailrc Download

Added: November 17, 2010 | Visits: 776

Mail::Addressbook::Convert::Spry Mail::Addressbook::Convert::Spry is a Perl module from Spry Mail Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Spry; my $SPRY = new Mail::Addressbook::Convert::Spry(); my $SpryInFile ="spry.als"; # name of the file containing the Spry data # it is found in the Spry...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Mail::Addressbook::Convert::Spry Download

Added: March 04, 2010 | Visits: 2.175

Mail::Addressbook::Convert::Ldif Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Ldif; my $LDIF = new Mail::Addressbook::Convert::Ldif(); my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (476): Mail::Addressbook::Convert::Ldif Download

Added: February 03, 2010 | Visits: 932

Mail::Addressbook::Convert::Tsv Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Tsv; my $TSV = new Mail::Addressbook::Convert::Tsv(); my $TsvInFile ="csvSample.txt"; # name of the file...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): Mail::Addressbook::Convert::Tsv Download

Added: February 17, 2010 | Visits: 822

Mail::Addressbook::Convert::Eudora Mail::Addressbook::Convert::Eudora is a Perl module that can convert to and from Eudora addressbooks. SYNOPSIS use strict; use Eudora; my $Eudora = new Eudora(); my $EudoraInFile ="eudoraSample.txt"; # name of the file containing the Eudora data # Convert Eudora to Standard Intermediate...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (90): Mail::Addressbook::Convert::Eudora Download

Added: June 15, 2010 | Visits: 1.124

Mail::Addressbook::Convert::Pine Mail::Addressbook::Convert::Pine is a Perl module that convert to and from Pine formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Pine; my $pine = new Mail::Addressbook::Convert::Pine(); my $PineInFile ="pineSample.txt"; # name of the file containing the Ldif...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (98): Mail::Addressbook::Convert::Pine Download

Added: April 22, 2010 | Visits: 1.347

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

ADDRESS LIST print web.de dict one slide ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (103): ADDRESS LIST print web.de dict one slide Download

Added: October 08, 2010 | Visits: 891

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

Added: March 11, 2010 | Visits: 1.618

Print Plug-In Print Plug-In provides a basic printing capability for The GIMP. The current release supports PostScript, PCL (HP LaserJet and DeskJet), and ESC/P2 (EPSON Stylus Color) printers. The PostScript printer drivers handle PPD (PostScript Printer Description) files if you have them. Using the Print...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (130): Print Plug-In Download

Added: March 21, 2010 | Visits: 738

Mail::Sendmail Mail::Sendmail is a simple platform independent mailer. SYNOPSIS use Mail::Sendmail; %mail = ( To => you@there.com, From => me@here.com, Message => "This is a very short message" ); sendmail(%mail) or die $Mail::Sendmail::error; print "OK. Log says:n", $Mail::Sendmail::log; Simple...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (100): Mail::Sendmail Download

Added: March 09, 2010 | Visits: 1.073

Mail::RFC822::Address Mail::RFC822::Address is a Perl extension for validating email addresses according to RFC822. SYNOPSIS use Mail::RFC822::Address qw(valid validlist); if (valid("pdw@ex-parrot.com")) { print "Thats a valid addressn"; } if (validlist("pdw@ex-parrot.com, other@elsewhere.com")) { print...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Mail::RFC822::Address Download

Added: January 14, 2010 | Visits: 939

HTML::Merge::Ext HTML::Merge::Ext - Extending Merge by writing your own tags. TYPES OF TAGS Generally, there are four types of tags in Merge. Output tags Tags such as < $RVAR > or others, that are substituted by values that appear in the output. For example: < $RVAR.x > is substituted by the value of the...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (101): HTML::Merge::Ext 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

Released: January 30, 2015  |  Added: February 09, 2015 | Visits: 1.481

Easy Print Envelopes Easy Print Envelopes is the quickest and easiest way to print professional-looking envelopes. It allows you to print tens and hundreds of envelopes of different addresses with one print. It came in three popular envelope sizes. Easy Print Envelopes has an easy to use address book that contains...


Platforms: Windows, Windows 7

License: Freeware Size: 2.67 MB Download (149): Easy Print Envelopes Download

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

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: July 01, 2012  |  Added: July 01, 2012 | Visits: 546

FastTrack Mail Light FastTrackMail Lite offers a new, simple and very convenient interface for processing e-mail and it's a powerful email management tool with features to increase your productivity and enhance your communications. The program provides extensive filtering and processing capabilities for incoming...


Platforms: Windows

License: Freeware Size: 1.72 MB Download (55): FastTrack Mail Light Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 903

Free Mailing List Merger Free Mailing List Merger is a tool designed to help you merge smaller e-mail lists into one big list. It is a full featured professional mailinglist manager software. It is specially designed for performing all kinds of manipulations over the huge email lists.


Platforms: Windows

License: Freeware Download (57): Free Mailing List Merger Download

Released: January 04, 2013  |  Added: January 04, 2013 | Visits: 1.013

Free Image Printer You want to save a print job as PDF/images or send it via e-mail? Use the Free Image Printer to save every print job of any application as PDF file or in several graphic formats (JPEG, GIF, PNG, TIFF, BMP, EMF, WMF). Furthermore you can send the PDF or image file directly via e-mail. Features of...


Platforms: Windows

License: Freeware Size: 8.28 MB Download (71): Free Image Printer Download

< 1 2 3 4 5