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

Email Delivery Confirmation Service freeware
Filter: All | Freeware | Demo
 

Email Delivery Confirmation Service

< 1 2 3 4 5 

Adaptive Quality of Service Architecture Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, and lightweight software architecture for supporting QoS-related services on top of a... Platforms: *nix

License: Freeware Download (103): Adaptive Quality of Service Architecture Download

Added: March 08, 2010 | Visits: 1.222

Email This! Bookmarklet Extension Email This! Bookmarklet Extension is formerly known as GMail This! Email This! (formerly known as GMail This!) will send your recipient the link, title, & highlighted text of the page you are viewing using GMail, Yahoo, and Stand-Alone Mail Clients like Outlook Express, Thunderbird, & More!... Platforms: *nix

License: Freeware Size: 22.53 KB Download (85): Email This! Bookmarklet Extension Download

Added: April 27, 2010 | Visits: 1.347

Catalyst::Plugin::Email::Page Catalyst::Plugin::Email::Page is a Perl module to email your Catalyst page. SYNOPSIS use Catalyst::Plugin::Email::Page; __PACKAGE__->config->{email_page}{ email = q{webmaster@example.com}, subject = q{User Report for}, link_text = q{Report Page}, }; # In your Template [%... Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Catalyst::Plugin::Email::Page Download

Added: May 12, 2010 | Visits: 2.267

Email Administration Utility Email Administration Utility provides an IMAP-based email account management utility. The Email Administration Utilities package can be used to manage email accounts with a series of PHP-based scripts through a browser. Addition, Removal, and modification of accounts is possible as long as an... Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Email Administration Utility Download

Added: April 20, 2010 | Visits: 1.170

Email Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. It will send to any RFC standard remote ESMTP server, and will allow you to encrypt, sign, and design your message on the fly. It has the capability to use signature files with dynamic options,... Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): Email Download

Added: August 25, 2010 | Visits: 1.110

encFS service encFS service menu one little KDE service menu for encFS directory. Installation: ungzip and copy in ~/.kde/share/apps/konqueror/servicemenus Usage: Click on encFS directory and click on mount. For unmounting, click on origin directory and click on umount, this unmount and remove... Platforms: *nix

License: Freeware Download (92): encFS service Download

Secure Storage service for the gLite middleware Secure Storage service for the gLite middleware project provides users with a set of tools to store in a secure way and in an encrypted format confidential data (e.g. medical or financial data) on the grid storage elements. The data stored using the tools provided will be accessible and... Platforms: *nix

License: Freeware Size: 2.4 MB Download (104): Secure Storage service for the gLite middleware Download

Added: August 19, 2010 | Visits: 1.631

Scrape::USPS::ZipLookup Perl Module The United States Postal Service (USPS) has on its web site an HTML form at http://www.usps.com/zip4/ for standardizing an address. Given a firm, urbanization, street address, city, state, and zip, it will put the address into standard form (provided the address is in their database) and display... Platforms: *nix

License: Freeware Size: 11.26 KB Download (134): Scrape::USPS::ZipLookup Perl Module Download

Added: July 04, 2010 | Visits: 980

Encoding Service Engine Encoding Service Engine project provides a “plug-n-play” compression capability to ESBs to improve performance between web services by decreasing bandwidth consumption. Since SOAP and XML are verbose protocols they are poorly suited for low-bandwidth environments. This component is transport... Platforms: *nix

License: Freeware Size: 62.46 KB Download (102): Encoding Service Engine Download

Added: March 05, 2010 | Visits: 992

Chebyshev Chebyshev application allows someone to set up a spam filtering email forwarding service. Chebyshev is an engine for an email forwarding service similar to those "bitdiddle@alum.college.edu" email forwarding services that some schools provide. Combine email forwarding with spam filtering, and... Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): Chebyshev Download

Added: August 23, 2010 | Visits: 1.269

Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Email is a Perl module that represents an emailed alarm in an iCalendar file. SYNOPSIS my $valarm = Data::ICal::Entry::Alarm::Audio->new(); $valarm->add_properties( attach => [ "basic:ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ], #... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Data::ICal::Entry::Alarm::Email Download

Added: September 15, 2010 | Visits: 1.325

Email Security through Procmail Email Security through Procmail (the Procmail Sanitizer) provides methods to sanitize email, removing obvious exploit attempts and disabling the channels through which exploits are delivered. Email Security through Procmail also provides facilities for detecting and blocking Trojan Horse... Platforms: *nix

License: Freeware Size: 97.28 KB Download (98): Email Security through Procmail Download

Added: July 18, 2010 | Visits: 1.084

Net::SynchroEdit::Service Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality. SYNOPSIS use Net::SynchroEdit::Service; my $conn = new Net::SynchroEdit::Service; $conn->connect("localhost", 7962, "root", "secret"); Net::SynchroEdit::Service provides a complete set of... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Net::SynchroEdit::Service Download

Added: April 23, 2010 | Visits: 938

epstools service menu epstools service menu is used to create a tiff preview inside an eps file. If a preview exists, it is replaced by the created one.. epstools service menu KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development... Platforms: *nix

License: Freeware Download (94): epstools service menu Download

Added: April 21, 2010 | Visits: 1.019

Thunderbird Service Thunderbird Service Menu is a service menu that will allow you to right click on a file and attach it to a new E-mail from Thunderbird. Just extract the "AttachToThunderbirdMail" config file to "/usr/share/apps/konqueror/servicemenus" and it should work.. Thunderbird Service Menu KDE-Apps.org... Platforms: *nix

License: Freeware Download (97): Thunderbird Service Download

Added: May 18, 2010 | Visits: 909

Email::Handle Email::Handle is a Objective Email Handler. SYNOPSIS use Email::Handle; my $email = Email::Handle->new(root@example.com); print $email->is_valid ? yes : no; print $email->obfuscate; print $email->anonymize; print $email; $email->send(From => foo@example.com); This module is also... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Email::Handle Download

Added: March 12, 2010 | Visits: 961

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but... Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: May 10, 2013 | Visits: 1.026

phplist phplist is a one-way email announcement delivery system. It is great for newsletters, publicity lists, notifications, and many other uses. Features: - The Web Interface lets you write and send messages, and manage phplist over the internet. - phplist keeps sending messages from your web server,... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (113): phplist Download

Added: November 18, 2010 | Visits: 1.174

LaTeX Service LaTeX Service project is a small service which converts LaTeX into an image. It returns a LaTeX rendering of selected text as a TIFF image. Whats New in This Release: - Many things could be improved, its just a 0.1 release... but it works. Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): LaTeX Service Download

Added: March 27, 2010 | Visits: 1.303

Simple RSS Service The Simple RSS Service (SRSSS) generates and serves RSS feeds through a common interface via CGI-enabled webservers. It uses modules to extract items for feeds from various sources, and has a virtual filesystem where feeds can be read by CGI-clients. The package contains everything needed to... Platforms: *nix

License: Freeware Size: 481.28 KB Download (133): Simple RSS Service Download

< 1 2 3 4 5