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

Encrypt Email Link freeware
Filter: All | Freeware | Demo
 

Encrypt Email Link

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

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: September 09, 2010 | Visits: 1.349

Link Monitor Applet Link Monitor Applet is a GNOME Panel Applet displaying the round-trip time to one or more hosts in a bar graph..





Platforms: *nix

License: Freeware Size: 1024 KB Download (94): Link Monitor Applet Download

Added: August 23, 2010 | Visits: 1.261

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 (95): Data::ICal::Entry::Alarm::Email Download

Added: September 15, 2010 | Visits: 1.314

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: July 01, 2010 | Visits: 1.329

Copy as HTML Link Copy as HTML Link is a Firefox extension that creates an HTML link to the current page using the selected text and copies it (into the clipboard) for pasting into other applications..


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Copy as HTML Link Download

Added: March 08, 2010 | Visits: 1.154

pilot-link pilot-link is a suite of tools used to connect your Palm or PalmOS compatible handheld with Unix, Linux, and any other POSIX-compatible machine. It works with all PalmOS handhelds, including those made by Handspring, Sony, and Palm, as well as others. pilot-link includes userspace "conduits"...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (100): pilot-link Download

Added: February 24, 2010 | Visits: 1.379

Dead Link Check Dead Link Check (DLC) is a Perl script designed to find information on validity of HTTP references. The script may use/generate a cache file for avoiding redoing network requests if the user wants to check added entries. The script works by reading entries from a file (or a list of links from the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Dead Link Check 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: June 19, 2010 | Visits: 994

Encrypt This! Encrypt This! is a Firefox extension that allows public key like encryption as well as passphrase methods. Visit the extensions homepage to set up public and private keys or just go ahead with a passphrase of your own creation. Using this extension you can select text and have it encrypted in...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (110): Encrypt This! 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.257

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

MR Tech Link Wrapper Lite MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right. Hidden preferences: - length to wrap: link_wrapper.wrapLength, default value is "15" - Sites to ignore: link_wrapper.ignoreList, default regex value is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): MR Tech Link Wrapper Lite Download

Added: August 22, 2010 | Visits: 1.559

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: July 03, 2010 | Visits: 1.319

File::Spec::Link File::Spec::Link is a Perl extension for reading and resolving symbolic links. SYNOPSIS use File::Spec::Link; my $file = File::Spec::Link->linked($link); my $file = File::Spec::Link->resolve($link); my $dirname = File::Spec::Link->chopfile($file); my $newname =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): File::Spec::Link Download

Added: November 03, 2010 | Visits: 1.441

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

Added: September 08, 2010 | Visits: 2.028

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

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: May 05, 2010 | Visits: 1.090

encrypt encrypt turns any plaintext word into an encrypted string in a variety of ways, including reading a random word from a file. It can be useful for creating passwords for .htpasswd files for webservers. Its also very useful for generating random passwords out of a cronjob. The program has also...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (92): encrypt Download

Added: February 08, 2010 | Visits: 1.048

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

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 (98): Email Encoder Download

< 1 2 3 4 5 >