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

Duplicate Email Remove freeware
Filter: All | Freeware | Demo
 

Duplicate Email Remove

< 1 2 3 4 5 
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: 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: 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 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: March 08, 2010 | Visits: 2.281

Duplicate Music Matcher Duplicate Music Matcher is a script to quickly find duplicate MP3 files based on letter matching. Duplicate Music Matcher is helpful for weeding out duplicates that may not be of the same encoding, format, or even the same filename. Whats New in This Release: - pymad pyvorbis python-flac...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (251): Duplicate Music Matcher 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

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

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: July 13, 2010 | Visits: 1.640

Remove special characters Remove special characters is a service menu that can rename all files and directories, including sub directories, removing or replacing special characters. The new name is compatible with MS-DOS FAT16 and URL (RFC 1738). All characters different from A–Z, 0–9 and $-_!() are renamed. For...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (110): Remove special characters Download

Added: February 08, 2010 | Visits: 1.050

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: April 26, 2010 | Visits: 1.676

Apt-get Install / Remove Packet Apt-get Install / Remove Packet is a tool to install/remove packets with debian apt-get. About Apt-Get: Advanced Packaging Tool, or APT, is a package management system used by Debian and its derivatives. APT was originally designed to work with .deb packages on Debian systems, but it has...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (146): Apt-get Install / Remove Packet 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 (104): Email Encoder Download

Released: November 19, 2010  |  Added: December 04, 2010 | Visits: 1.423

VSP Duplicate Image Finder Duplicate files are a scourge of the modern era of super-capacious hard-drives. We've got used to enormous space they provide so easy, that we don't care about it anymore. In our normal life it is easier to simply save an image than to look, if it already exists. And that becomes a real problem...


Platforms: Windows

License: Freeware Size: 8.15 MB Download (199): VSP Duplicate Image Finder Download

Released: June 20, 2012  |  Added: July 19, 2012 | Visits: 1.510

Duplicate Cleaner Free Cleaner hard drives means faster performance! Save disk space by finding and deleting duplicate files on your hard drive or network. Duplicate Cleaner can find duplicate files, music (MP3, M4A, M4P, etc), photos, videos or documents - if it is duplicated on your system then Duplicate Cleaner will...


Platforms: Windows

License: Freeware Size: 1.53 MB Download (107): Duplicate Cleaner Free Download

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

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

< 1 2 3 4 5