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

Excite Email Notifier freeware
Filter: All | Freeware | Demo
 

Excite Email Notifier

< 1 2 3 4 5 > 
Added: May 22, 2010 | Visits: 2.172

Attach to Email Service Menu Attach to Email Service Menu is a service menu for Konqueror that works in conjunction with a python script to allow the user to select multiple files and add them as attachments to an email using whatever mail client is configured. If a directory is selected, then its contents will be attached...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (113): Attach to Email Service Menu Download

Added: August 23, 2010 | Visits: 1.267

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 08, 2010 | Visits: 828

YAMN Yamn is a simple mail notifier for a Maildir-format which is used e.g. with the MTA qmail. This program allows you to be notified when you have new mail by playing sounds. The intention is that you 1. configure this script to meet your requirtements (see section PERSONALISATION in the...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (98): YAMN Download

Added: March 27, 2010 | Visits: 1.114

Mail Notifier Mail Notifier provides an E-mail Notifier for POP3 accounts..


Platforms: *nix

License: Freeware Size: 76.8 KB Download (144): Mail Notifier Download

Added: May 18, 2010 | Visits: 907

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

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: June 21, 2010 | Visits: 1.118

Adsense Notifier Adsense Notifier is a Firefox extension that displays your Adsense earnings on the statusbar. This is wonderful for anyone with OCD ( or GAD as some have called it ) who needs to check their stats every three seconds to see if they have gotten any more clicks..


Platforms: *nix

License: Freeware Size: 53.25 KB Download (97): Adsense Notifier Download

Added: October 09, 2010 | Visits: 1.267

Email Files Thunderbird Email Files Thunderbird is a very simple service menu script, to email one or more files with Thunderbird to any address or to a given address, which i assume is used as a "backup" space. The subject is automatically updated according to the attached files and, in case you choose to send to...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): Email Files Thunderbird Download

Added: August 22, 2010 | Visits: 1.565

RH Email Server The Email Server is designed to provide services offered by its commercial email products, such as IMAP/POP services, Web-Based Email Interface and Administration, Mail Filtering, Spam Blocking and Directory-Based Authentication and Addressbooks. RH Email Server is fine for businesses and...


Platforms: *nix

License: Freeware Size: 19.44 MB Download (99): RH Email Server Download

Added: January 12, 2010 | Visits: 932

Tiny Tiny RSS Notifier Tiny Tiny RSS Notifier is a notifier for your custom install of Tiny Tiny RSS..


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Tiny Tiny RSS Notifier Download

Added: September 22, 2010 | Visits: 855

DSLR Notifier DSLR Notifier is a Firefox extension which enables members of Dsl/Broadbandreports.com to keep tabs on their instant messages. Enables members of Dsl/Broadbandreports.com to keep tabs on their instant messages and updated topics..


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): DSLR Notifier Download

Added: November 03, 2010 | Visits: 1.450

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Email::Store::DBI Download

Added: September 08, 2010 | Visits: 2.035

Email::Store Email::Store is a framework for database-backed email storage. SYNOPSIS use Email::Store dbi:mysql:mailstore; Email::Store->setup; # Do this once Email::Store::Mail->store( $rfc822 ); Email::Store::Mail->retrieve( $msgid ); ... Email::Store is the ideal basis for any application which...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (103): Email::Store Download

Added: February 12, 2010 | Visits: 1.480

Email::FolderType::MH Email::FolderType::MH is a Perl class to help Email::FolderType recognise MH mail directories. SUBROUTINES folder_type < path > Automatically detects what type of mail folder the path refers to and returns the name of that type. It primarily bases the type on the suffix of the path...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (108): Email::FolderType::MH Download

Added: February 08, 2010 | Visits: 1.054

Email::Filter::SpamAssassin Email::Filter::SpamAssassin is a Perl module to integrate Mail::SpamAssassin in Email::Filter. SYNOPSIS use Email::Filter::SpamAssassin; # subclass of Email::Filter my $email = Email::Filter::SpamAssassin->new; my $status = $email->spam_check; $email->ignore if $status->is_spam; # or...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Email::Filter::SpamAssassin Download

Added: January 25, 2010 | Visits: 914

Email Encoder Email Encoder encodes your email address so that most of the spam bots that go around websites grabbing email addresses are not spidering your email address. It does this by encoding the text into ASCII characters.


Platforms: Mac

License: Freeware Download (104): Email Encoder Download

Released: September 10, 2012  |  Added: October 04, 2012 | Visits: 930

Zip to Email Free Zip To Email is the best application to handle your email attachments. It works both via Microsoft Outlook Add-In and/or your Microsoft Windows. It is extremely powerful and probably by far the most powerful application of its kind, but at the same time, it can be configured to be completely...


Platforms: Windows

License: Freeware Size: 9.92 MB Download (94): Zip to Email Free Download

Released: December 12, 2012  |  Added: January 02, 2013 | Visits: 1.150

.Net Email Validator Check email addresses without actually sending an email. check MX records, smtp, syntax, mailbox ... With only one method call Email Validator.Net component will solve all your email validation problems. EmailValidator.Net is an essential component for email marketing list hygiene and to...


Platforms: Windows

License: Freeware Size: 8.79 KB Download (77): .Net Email Validator Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 581

MD Email Hosting OSX for Mac OS Medical Doctor's HIPAA compliant email, manage PHI and voice transcription. Collaborate with Instant Messaging, File Sharing and Private Message Boards. Send and Receive secure email, share documents and patient information. HIPAA and GLBA compliant. Works across networks and firewalls without a...


Platforms: Mac

License: Freeware Size: 8.2 MB Download (49): MD Email Hosting OSX for Mac OS Download

< 1 2 3 4 5 >