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

Reverse Email Block freeware
Filter: All | Freeware | Demo
 

Reverse Email Block

< 1 2 3 4 5 > 
Released: June 23, 2009  |  Added: January 13, 2010 | Visits: 4.817

AcreSoft Email Ecards Ecards to insert in your email, blogs, etc. to celebrate friends birthdays, aniversaries, etc. Thinking of you, and thank you ecards are included. Also emoticons for in your emails, blogs etc.



Platforms: Not Applicable

License: Freeware Size: 1.45 MB Download (166): AcreSoft Email Ecards Download

Added: January 18, 2010 | Visits: 1.429

Email::AutoReply Email::AutoReply is a Perl extension for writing email autoresponders. SYNOPSIS use Email::AutoReply; my $auto = Email::AutoReply->new; $auto->reply; This module may be useful in writing autoresponders. The example code above will try to respond (using Sendmail) to an email message given...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (108): Email::AutoReply Download

Added: February 06, 2010 | Visits: 1.282

Enhanced Reverse Pimpage 2.3 Beta Enhanced Reverse Pimpage project is an enhanced version of the original rpimp by Matt Miller. Reverse Pimpage was designed to allow you to access a computer that is behind a firewall from outside that firewall itself. The way it accomplishes this is by having the client (the computer behind the...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (97): Enhanced Reverse Pimpage 2.3 Beta Download

Added: March 08, 2010 | Visits: 1.216

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

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: February 19, 2010 | Visits: 1.185

Bio::NEXUS::Block Bio::NEXUS::Block is a Perl module that provides useful functions for blocks in NEXUS file (parent class). SYNOPSIS This module is the super class of all NEXUS block classes. It is not used specifically from a program; in other words, you dont create a new Bio::NEXUS::Block object. Other...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): Bio::NEXUS::Block Download

Added: May 12, 2010 | Visits: 2.253

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

Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock - Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. He also suggests that, in newer...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Download

Added: April 20, 2010 | Visits: 1.163

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: May 22, 2010 | Visits: 2.163

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: April 15, 2010 | Visits: 786

simscan Simscan is a simple program that enables qmail-smtpd to reject viruses, spam, and block attachments during the SMTP conversation so the email never makes it into your computers. Very efficient and written in C. It is made from open source components and is completely free. Inter7 is the global...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (101): simscan Download

Added: August 23, 2010 | Visits: 1.262

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 07, 2010 | Visits: 1.197

Block Rage Block Rage will be a falling blocks game with detailed graphics and animated plasmatic backgrounds. You will be able to challenge your friend in a 2-player hotseat mode! It is strongly inspired by a superb DOS classic. At present, the game is fully playable, but theres no real graphics nor...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (97): Block Rage Download

Added: September 15, 2010 | Visits: 1.315

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 (92): Email Security through Procmail Download

Added: May 18, 2010 | Visits: 901

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

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: October 09, 2010 | Visits: 1.258

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

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

Block Attack - Raise of the Blocks Block Attack - Raise of the Blocks is another block fall game based on Tetris Attack. Block Attack - Raise of the Blocks is a block fall game. Like Tetris Attack and Crack Attack, block are raising from the floor and the player must clear them before they touch the roof. Blocks are cleared by...


Platforms: *nix

License: Freeware Size: 4.8 MB Download (130): Block Attack - Raise of the Blocks Download

Added: November 03, 2010 | Visits: 1.442

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 (94): Email::Store::DBI Download

< 1 2 3 4 5 >