WareSeeker Search Software

mail tools


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Mail::Summary::Tools::ArchiveLink::GoogleGroups 0.05


linux Programming->Libraries Free
View Detail
Download Mail::Summary::Tools::ArchiveLink::GoogleGroups 0.05Download Mail::Summary::Tools::ArchiveLink::GoogleGroups 0.05
0.042 MB
Mail::Summary::Tools::ArchiveLink::GoogleGroups is link to Google Groups via message ID.

SYNOPSIS

use Mail::Summary::Tools::ArchiveLink::GoogleGroups;

my $link = Mail::Summary::Tools::ArchiveLink::GoogleGroups->new(
message_id => ".....",
);

$link->thread_uri;
$link->message_uri;

Currently this module allows retrieval of message lists, raw messages, and the contact list. All requests to gmail are secured using ssl.


Tags:
2

Protea Mail Tools 1.03.08


windows Email Tools->Mail Clients $500
View Detail
Download Protea Mail Tools 1.03.08Download Protea Mail Tools 1.03.08
279K
Protea Mail Tools package for Lotus Notes/Domino 5.03 and higher for Windows NT/2000/XP is designed to archive e-mail messages using several criteria (date range, all mail messages, incoming from Internet, etc.) and to archive incoming and outgoing mail passing through Lotus Domino. The archived mail retains all of its original properties, including the folder from which it was stored.
Protea Mail Tools for Lotus Notes/Domino does the following:
Saves in the archives data base all incoming and outdoing mail.
Archives all mail messages located in the data bases of Lotus Domino on server.
Utilizes a variety of different criteria to select documents for archiving and mail messages.
Saves messages with no modification.
Automated message deletion.
Creates archive in one single data base for all users or in different data bases for different users.
Runs automatically on days and times as set by administrator.
Records in log file information regarding all actions with documents and mail messages.

Tags:
3

Mail::Digest::Tools 2.11


linux Programming->Libraries Free
View Detail
Download Mail::Digest::Tools 2.11Download Mail::Digest::Tools 2.11
0.067 MB
Mail::Digest::Tools is a Perl module that has tools for digest versions of mailing lists.

SYNOPSIS

use Mail::Digest::Tools qw(
process_new_digests
reprocess_ALL_digests
reply_to_digest_message
repair_message_order
consolidate_threads_multiple
consolidate_threads_single
delete_deletables
);
%config_in and %config_out are two configuration hashes whose setup is discussed in detail below.
process_new_digests(%config_in, %config_out);

reprocess_ALL_digests(%config_in, %config_out);

$full_reply_file = reply_to_digest_message(
%config_in,
%config_out,
$digest_number,
$digest_entry,
$directory_for_reply,
);

repair_message_order(
%config_in,
%config_out,
{
year => 2004,
month => 01,
day => 27,
}
);

consolidate_threads_multiple(
%config_in,
%config_out,
$first_common_letters, # optional integer argument; defaults to 20
);

consolidate_threads_single(
%config_in,
%config_out,
[
first_dummy_file_for_consolidation.thr.txt,
second_dummy_file_for_consolidation.thr.txt,
],
);

delete_deletables(%config_out);

Mail::Digest::Tools provides useful tools for processing mail which an individual receives in a daily digest version from a mailing list. Digest versions of mailing lists are provided by a variety of mail processing programs and by a variety of list hosts. Within the Perl community, digest versions of mailing lists are offered by such sponsors as Active State, Sourceforge, Yahoo! Groups and London.pm. However, you do not have to be interested in Perl to make use of Mail::Digest::Tools. Mail from any of the thousands of Yahoo! Groups, for example, may be processed with this module.

If, when you receive e-mail from the digest version of a mailing list, you simply read the digest in an e-mail client and then discard it, you may stop reading here. If, however, you wish to read or store such mail by subject, read on. As printed in a normal web browser, this document contains 40 pages of documentation. You are urged to print this documentation out and study it before using this module.

To understand how to use Mail::Digest::Tools, we will first take a look at a typical mailing list digest. We will then sketch how that digest looks once processed by Mail::Digest::Tool. We will then discuss Mail::Digest::Tools exportable functions. Next, we will study how to prepare the two configuration hashes which hold the configuration data. Finally, we will provide some tips for everyday use of Mail::Digest::Tools.


Tags:
4

Mail::Summary::Tools::YAMLCache 0.05


linux Programming->Libraries Free
View Detail
Download Mail::Summary::Tools::YAMLCache 0.05Download Mail::Summary::Tools::YAMLCache 0.05
0.042 MB
Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix.

SYNOPSIS

use Mail::Summary::Tools::YAMLCache;

my $cache = Mail::Summary::Tools::YAMLCache->new(
file => Path::Class::file("/tmp/foo"),
);

$cache->get("foo:bar");

$cache->set("foo:bar", "moose");

This is a hacky implementation of the Cache API, suitable for caching long lived values, like shortened links, and links to google group threads (which require WWW::Mechanize under normal circumstances).

The main point of this module is to create a file that is easy to edit/alter/delete, not to be performant or multiprocess friendly.


Tags:
5

Protea Mail Tools 2.08.39


windows Communications->Mail Utilities USD 140.00
View Detail
Download Protea Mail Tools 2.08.39Download Protea Mail Tools 2.08.39
502 KB
Extends the functionality of the Router server task and allows storing all messages

The Protea Mail Tools for Lotus Domino application extends the functionality of the Router server task and allows storing all messages passing through the server in a special database.

The default behaviour of the Router task is not to retain a copy of the message after processing it. After the message is successfully transmitted from one server to another, the former server deletes the message from the MAIL.BOX database. When the latter server successfully sends the message to the next server on the routing path, it also deletes the message from its MAIL.BOX database.

In order to comply with some laws or regulations, it may be required for your organization to save a copy of each message passing through your local mail system and permanently store and/or process the copies.
Protea Mail Tools allows capturing a copy of each message processed by the Router of the Domino System. All messages can be captured for subsequent review and processing.

Protea Mail Tools for Lotus Domino does the following:
· Saves all incoming and outgoing mail in the archives database.
· Saves original, unedited messages.

Features of "Protea Mail Tools":

· Lotus Domino R6.0.1 and higher is supported (Domino server R6, R6.5 or R7).
· Lotus Domino partitioned server is supported.
· High performance.
· Mail messages monitor recognizes and processes multiple mail boxes.
· Saves information regarding all operations in log file.


Requirements:

· Lotus Domino R6.0.1 for Windows or higher.
· Pentium 133 or higher.
· 64 MB RAM (recommended 128 MB).


Limitations:

· The evaluation version will run for 15 days after installation


Tags:
6

Mail::Summary::Tools 0.05


linux Programming->Libraries Free
View Detail
Download Mail::Summary::Tools 0.05Download Mail::Summary::Tools 0.05
0.042 MB
Mail::Summary::Tools are tools for mailing list summarization.



SYNOPSIS

# create a summary from anything Mail::Box can open.
# you may also programatically create summary objects and serialize
# them if you dont have the threads in a standard mail format.

% mailsum create --dates --posters --clean -i foo.mbox -o summary.yaml


# edit the text in your editor, if you dont like YAML files

% mailsum edit --skip --dates --posters --links --archive gmane summary.yaml


# create pretty outputs

% mailsum totext --shorten -a google summary.yaml > summary.txt
% mailsum tohtml --archive google summary.yaml > summary.html

This distribution contains numerous classes useful for creating summaries, and an App::Cmd based frontend to those classes.
The main usage is illustrated in the "SYNOPSIS" section.


Tags:
7

Mail::Summary::Tools::ArchiveLink::Easy 0.05


linux Programming->Libraries Free
View Detail
Download Mail::Summary::Tools::ArchiveLink::Easy 0.05Download Mail::Summary::Tools::ArchiveLink::Easy 0.05
0.042 MB
Mail::Summary::Tools::ArchiveLink::Easy is a Perl module for easy constructors for archive links.

SYNOPSIS

use Mail::Summary::Tools::ArchiveLink::Easy;

# choose a service
my $link = Mail::Summary::Tools::ArchiveLink::Easy->gmane( $msg_id );
my $link = Mail::Summary::Tools::ArchiveLink::Easy->google( $msg_id );

# link to the message/thread
$link->thread_uri;
$link->message_uri;


Tags:
8

Mass Mail Tools Expert Edition 2.25


windows Communications->Mail Utilities $19
View Detail
Download Mass Mail Tools Expert Edition 2.25Download Mass Mail Tools Expert Edition 2.25
1.56 MB
Mass Mail Tools is a Ultrafast, Easy to use, Powerful Email Tolls, bulk mailer, message editor, Web email extractor. Mass Mail Tools is a powerful bulk emailing program and it is fast, safe and easy to use. Mass Mail Tools contains a fully functional, Powerful built-in message editor.

It supports both text and HTML formats as well as attachments. It also includes E-mail creator and Web email extractor (more than 850 search engines in 30 countrys). Mass Mail Tools offers you an easy way to manage you mass mailings. You can send mail to thousands or millions of addresses, with the click of a button.

Tags:
9

Mass Mail Tools Free Edition 2.24


windows Communications->Mail Utilities Free
View Detail
Download Mass Mail Tools Free Edition 2.24Download Mass Mail Tools Free Edition 2.24
1.54 MB
Mass Mail Tools is a strong bulk emailing application and its safe, fast and easy to use.

Mass Mail Tools contains a fully functional, Powerful built-in message editor.
It supports both text and HTML formats as well as attachments. Also Mass Mail Tools included E-mail creator and web email extractor (more than 850 search engines in 30 countrys).

Mass Mail Tools offers you an easy way to manage you mass mailings. You can send mail to thousands or millions of addresses, with the click of a button.

Tags:
10

Mass Mail Tools Expert Edition 2.24


windows Email Tools->Mail Clients Free
View Detail
Download Mass Mail Tools Expert Edition 2.24Download Mass Mail Tools Expert Edition 2.24
1529 kb
Mass Mail Tools is a powerful bulk emailing program and it is fast, safe and easy to use.

Mass Mail Tools contains a fully functional, Powerful built-in message editor.

It supports both text and HTML formats as well as attachments. Also Mass Mail Tools included E-mail creator and web email extractor (more than 850 search engines in 30 countrys). Mass Mail Tools offers you an easy way to manage you mass mailings. You can send mail to thousands or millions of addresses, with the click of a button.
Tags:
11

Mass Mail Tools Exprt Edition 3.18


windows Email Tools->Mail Clients Free
View Detail
Download Mass Mail Tools Exprt Edition 3.18Download Mass Mail Tools Exprt Edition 3.18
1202 kb
Mass Mail Tools is a powerful bulk emailing program and it is fast, safe and easy to use.

Mass Mail Tools contains a fully functional, Powerful built-in message editor.

It supports both text and HTML formats as well as attachments. Also Mass Mail Tools included E-mail creator and web email extractor (more than 850 search engines in 30 countrys). Mass Mail Tools offers you an easy way to manage you mass mailings. You can send mail to thousands or millions of addresses, with the click of a button.
Tags:
12

Test Mail Server Tool 2.70


windows Email Tools->Command Line Mail Tools $0
View Detail
Download Test Mail Server Tool 2.70Download Test Mail Server Tool 2.70
382K
Test Mail Server Tool is a full featured mail (SMTP) server emulation to test mail sending capabilities of a web or desktop application or to preview messages before they are actually sent. This is a great tool for web programmers or application developers who need mail server for tests but dont want to install one.

The program listens on localhost on a SMTP port (usually 25, may be changed). All mail sent to this tool is automatically stored and optionally opened with your mail client.

Points of interest: Web developers -- test and debug mail sending features of your web site. Desktop application developers -- test, debug, preview messages sent by your program. Office managers -- preview messages before sending it to clients and colleagues. Other users -- add mail preview feature to any program.

Other benefits are streamlined install, ease of use, small size, and easy uninstall. One of the important things is that this edition of Test Mail Server Tool is free.

Tags:
13

Test Mail Server Tool 2.54


windows Communications->Mail Utilities Free
View Detail
Download Test Mail Server Tool 2.54Download Test Mail Server Tool 2.54
379 KB
Test Mail Server Tool is a full featured mail (SMTP) server emulation to test mail sending capabilities of a web or desktop application or to preview messages before they are actually sent.

Test Mail Server Tool offers a great application for web programmers or application developers who need a mail server for tests but dont want to install one.

The program listens on localhost on a SMTP port (usually 25, may be changed). All mail sent to this tool is automatically stored and optionally opened with your mail client.

Points of interest:
· Web developers -- test and debug mail sending features of your web site.
· Desktop application developers -- test, debug, preview messages sent by your program.
· Office managers -- preview messages before sending it to clients and colleagues.
· Other users -- add mail preview feature to any program.


Other benefits are streamlined install, ease of use, small size, and easy uninstall. One of the important things is that this edition of Test Mail Server Tool is free.

Tags:
14

USPS Express Mail Tool 1.28


windows Software Development->Components Libraries $45
View Detail
Download USPS Express Mail Tool 1.28Download USPS Express Mail Tool 1.28
168 KB
USPS Express Mail Tool will generate Express Mail Labels on the fly. Print functionality has been built into the DLL as well.

Tags:
15

PowerTCP Mail Tool 2.9.2


windows Software Development->Components Libraries $499
View Detail
Download PowerTCP Mail Tool 2.9.2Download PowerTCP Mail Tool 2.9.2
4.18 MB
The PowerTCP Mail Tool contains email components which allow you to create, send, retrieve, preview, and edit mail messages while verifying E-mail addresses using simple properties and methods.

You get an easy-to-use tool that can handle your most demanding applications, including full support for multi-national character sets for use in all countries. Dont get stuck with a rigid mail control that wont be able to meet your needs as your requirements change.

Here are some key features of "PowerTCP Mail Tool":

· Email ActiveX controls send mail (SMTP), retrieve mail (POP3 and IMAP4), and author/edit mail (Message object), providing the building blocks you need to build simple or complex mail-handling applications.
· Comprehensive support for multi-national character sets and extended support for detecting unencoded non-ASCII characters.
· Create HTML mail with only a single line of code!
· A single Message object solves all message encoding/decoding details. When mail is downloaded, the Message object decodes it on-the-fly and populates itself with a decoded representation of the received mail. Conversely, a message is created by adding Part objects, and is encoded on-the-fly as the message is sent.
· Message object is used by all three mail ActiveX controls, providing a unified representation that minimizes the learning curve.
· High-level methods provide ease-of-use, while the rich object model allows advanced applications to directly manipulate MIME parts and headers. You will not out-grow this product if your requirements change.
· Supports mail address verification.
· Detailed knowledge of SMTP, POP3, IMAP4 and MIME is NOT required (thats our job).
· Supports COM+ Component Services.
· Can be used in a multi-threaded environment.
· Can be used in BOTH event driven and scripted (blocking) application designs.
· Includes a royalty-free license.
· Wrapper classes included for convenient integration into Visual C++.
· Over 31 full sample projects demonstrate usage of each mail component.
· 100% .NET compatible using .NET COM interop, samples included.


Limitations:

· 30 days free trial

Tags:
16

R-Mail Recovery Tool 1.5


windows Communications->Mail Utilities $114.99
View Detail
Download R-Mail Recovery Tool 1.5Download R-Mail Recovery Tool 1.5
608KB
R-Mail for Outlook recovers accidentally deleted Outlook e-mail messages, contacts, notes, tasks and other items, and repairs damaged Outlook data files (*.pst) files where Outlook stores folders with the data. The recovered data can be saved in the *pst, *.msg, and *.eml formats that Outlook can open and import. When doing any operation, including Outlook data file recovery, R-Mail for Outlook never deletes from disks, writes to, or modifies in any way original Outlook data file. R-Mail for Outlook Demo limitations do not allow you to save recovered e-mail messages, contacts, notes, and other items, and view them in Outlook but you can preview the recovered messages in the Demo, backup the *.pst data file and then use the commercial R-Mail for Outlook version to recover the data completely. Microsoft Vista OS is supported.
Tags:
17

Mail Archiver X 2.0.1


mac Utilities->Internet Utilities $34
View Detail
Download Mail Archiver X 2.0.1Download Mail Archiver X 2.0.1
28.4 MB
Mail Archiver X is a tool that for many people email has effectively replaced snail mail. More and more emails land daily in your inbox.

However, the basic handling and storage of emails has stayed the same since the day email was invented. Mail Archiver sets out to help you with the storage of emails.

Here are some key features of "Mail Archiver X":

· Keep your mails at one place.
· Exchange your mail archive with others or use archives as a backup.
· Read your mail, after you have changed your mail application.
· Filter out garbage.
· Mail Archiver X uses the fastest available database Valentina from Paradigma Software.
· Mail Archiver X is the only mail archival application, which also offers cleaning of mails.
· Mail Archiver X utilizes a hypbrid approach with AppleScript. AS is only used where required, which makes Mail Archiver X much faster than comparable applications.


Limitations:

· Expires in 20 days.




Tags:
18

Mail Grab - Email Parsing Tool 2.0


windows Email Tools->Mail Clients Free
View Detail
Download Mail Grab - Email Parsing Tool 2.0Download Mail Grab - Email Parsing Tool 2.0
983 kb
This program parses,lists,saves and prints out the email addresses in a given text.It is ideal for individuals who are selling products by email as well as ecommercing companies who need to enlarge their customer databases each day.Mail Grab is easy to use,flexible and extremely fast.All you have to do is give the program the files to be inspected and watch the email drop on to your list.The program has a quick printing option for the emails found, in order to use for draft viewing.Also for qualified printing of emails you can use your favorite RTF viewer such as Microsoft Word or the standart Windows RTF viewer,Wordpad.Mail Grab -Email parsing tool supports all types of ASCII based files such as RTF,EML,XML,HTML,TXT.If you need to inspect a file other than ASCII, like Microsoft Word document file, all you have to do is to copy the interior of the file to Mail Grab.
Tags:
19

Mail Toolbox 1.1


mac Utilities->Internet Utilities $20
View Detail
Download Mail Toolbox 1.1Download Mail Toolbox 1.1
3 MB
Mail Toolbox is the son of Mail Siphon combined with Mail Watcher. Itsbeen written from scratch as a Cocoa application specially designed forMac OS X v10.2 (Jaguar) and v10.3 (Panther).

Mail Toolbox is many tools in one application. It can be seen as theSwiss Army knife for managing e-mailboxes. You can use Mail Toolbox asan online mail client, a mail watcher, a tool to delete SPAM, etc.

Mail Toolbox is a true e-mail agent (to receive and send messages). Ithas the honor of being the only online agent of its kind for Mac OS X. Itsupports: POP3, APOP, IMAP and SMTP.

Tags:
20

Cymbex Mail Sender 1.5


windows Communications->E Mail List Management $15
View Detail
Download Cymbex Mail Sender 1.5Download Cymbex Mail Sender 1.5
3.55 MB
Cymbex Mail Sender is a nice tool designed to send mail to other people.

Here are some key features of "Cymbex Mail Sender":

· Send from any sender address you want.


Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket