email messages
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3398
LAFmessage 1.0.0.0
LAFmessage is a feature-complete library for fetching, parsing, generating and delivering MIME-compliant email messages. more>>
LAFmessage is a feature-complete library for fetching, parsing, generating and delivering MIME-compliant email messages. The project has C++, JNI (Java) and Win32 COM APIs.
For generating mail messages, LAFmessage provides an object-oriented API that represents all the pieces of a message and allows the caller to assemble them in (nearly) limitless combinations to programatically reproduce any feature that is to be found in interactive mail clients (and a few that arent!). These include:
RFC 822-compliant (non-MIME) plain text email.
RFC 2045-compliant (MIME-compliant) plain text email.
RFC 2045-compliant (MIME-compliant) HTML email.
RFC 2045-compliant (MIME-compliant) attachments, both external and embedded.
RFC 822-compliant user-defined header fields.
Messages can also be parsed from RFC 822 or RFC 2045 format into the same object structure to allow programmatic parsing of message content, saving of attachments, forwarding of whole messages, etc.
For fetching and delivering messages, LAFmessage provides the following features:
- RFC 1939-compliant POP3 system for connecting to arbitrary POP3 servers, retrieving and deleting email messages. Downloaded messages are parsed into the object structure for programmatic handling or presentation to an end user.
- RFC 821-compliant SMTP system for connecting to arbitrary SMTP servers, authenticating and delivering email messages. Messages may be delivered synchronously or queued within LAFmessage for asynchronous delivery. Delivery status is available during batch delivery and optimizations are available to speed delivery such as:
- Multiple recipients per SMTP transaction -- greatly reduces network traffic and mail server load.
- Multiple worker threads to deliver queued messages -- can greatly reduce delivery time.
LAFmessage has the capability to canonicalize strings to render strings safe for insertion into HTML, HTML TEXTAREAs, JavaScript and SQL statements.
LAFmessage presents several different APIs:
- A COM interface for use from COM-aware environments on Win32 platforms
- A JNI interface for use from Java applications on Win32 and Linux platforms
- A C++ interface that can be used directly in new programs by simply including the necessary files on Win32 and Linux platforms
LAFmessage is completely thread-safe and suitable for use from ASP pages.
<<lessFor generating mail messages, LAFmessage provides an object-oriented API that represents all the pieces of a message and allows the caller to assemble them in (nearly) limitless combinations to programatically reproduce any feature that is to be found in interactive mail clients (and a few that arent!). These include:
RFC 822-compliant (non-MIME) plain text email.
RFC 2045-compliant (MIME-compliant) plain text email.
RFC 2045-compliant (MIME-compliant) HTML email.
RFC 2045-compliant (MIME-compliant) attachments, both external and embedded.
RFC 822-compliant user-defined header fields.
Messages can also be parsed from RFC 822 or RFC 2045 format into the same object structure to allow programmatic parsing of message content, saving of attachments, forwarding of whole messages, etc.
For fetching and delivering messages, LAFmessage provides the following features:
- RFC 1939-compliant POP3 system for connecting to arbitrary POP3 servers, retrieving and deleting email messages. Downloaded messages are parsed into the object structure for programmatic handling or presentation to an end user.
- RFC 821-compliant SMTP system for connecting to arbitrary SMTP servers, authenticating and delivering email messages. Messages may be delivered synchronously or queued within LAFmessage for asynchronous delivery. Delivery status is available during batch delivery and optimizations are available to speed delivery such as:
- Multiple recipients per SMTP transaction -- greatly reduces network traffic and mail server load.
- Multiple worker threads to deliver queued messages -- can greatly reduce delivery time.
LAFmessage has the capability to canonicalize strings to render strings safe for insertion into HTML, HTML TEXTAREAs, JavaScript and SQL statements.
LAFmessage presents several different APIs:
- A COM interface for use from COM-aware environments on Win32 platforms
- A JNI interface for use from Java applications on Win32 and Linux platforms
- A C++ interface that can be used directly in new programs by simply including the necessary files on Win32 and Linux platforms
LAFmessage is completely thread-safe and suitable for use from ASP pages.
Download (0.42MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
960 downloads
cintoo Messages 1.0 Alpha1
cintoo Messages is a framework to make internationalization easier for Java applications. more>>
cintoo Messages is a framework to make internationalization easier for Java applications. cintoo Messages framework supports locales for threads, and bundles can be associated with different packages.
This allows the usage of different bundles for different parts of the application, such as plugins, an installer, or a logging system. Bundles can be managed and associated with packages without any changes in the code.
This makes bundle management and refactoring much easier than with other solutions. cintoo Messages supports global locales for client applications written in Swing or SWT and thread-local ones for serverside Web applications.
Example:
Messages.setBundle("myBundle", "only.for.this.package");
...
Messages.setThreadLocale(new Locale("en", ""));
...
Messages.format(this, "myKey");
<<lessThis allows the usage of different bundles for different parts of the application, such as plugins, an installer, or a logging system. Bundles can be managed and associated with packages without any changes in the code.
This makes bundle management and refactoring much easier than with other solutions. cintoo Messages supports global locales for client applications written in Swing or SWT and thread-local ones for serverside Web applications.
Example:
Messages.setBundle("myBundle", "only.for.this.package");
...
Messages.setThreadLocale(new Locale("en", ""));
...
Messages.format(this, "myKey");
Download (0.030MB)
Added: 2006-05-08 License: The Apache License 2.0 Price:
1269 downloads
Message::Style 0.002
Message::Style is a Perl module to perform stylistic analysis of messages. more>>
Message::Style is a Perl module to perform stylistic analysis of messages.
SYNOPSIS
use Message::Style;
my $score=Message::Style::score(@article);
# or
my $score=Message::Style::score(@article);
This Perl library does an analysis of a RFC2822 format message (typically email messages or Usenet posts) and produces a score that, in the authors opinion, gives a good indication as to whether the poster is a fsckwit, and therefore whether their message should be ignored.
<<lessSYNOPSIS
use Message::Style;
my $score=Message::Style::score(@article);
# or
my $score=Message::Style::score(@article);
This Perl library does an analysis of a RFC2822 format message (typically email messages or Usenet posts) and produces a score that, in the authors opinion, gives a good indication as to whether the poster is a fsckwit, and therefore whether their message should be ignored.
Download (0.005MB)
Added: 2006-08-29 License: Perl Artistic License Price:
1153 downloads
Email 2.5.1
Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. more>>
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, address book functionality, and users can also attach pictures, binary files, documents, or whatever they want. It is completely compatible with GNUPG for encryption and signing, and is easy to configure and use.
Enhancements:
- A bug where an assert caused an abort when encrypting any message with GnuPG under Cygwin has been fixed.
- Compile time problems where the compiler would complain about SIG* being undeclared have been fixed.
- There is some minor source code cleanup.
<<lessIt has the capability to use signature files with dynamic options, address book functionality, and users can also attach pictures, binary files, documents, or whatever they want. It is completely compatible with GNUPG for encryption and signing, and is easy to configure and use.
Enhancements:
- A bug where an assert caused an abort when encrypting any message with GnuPG under Cygwin has been fixed.
- Compile time problems where the compiler would complain about SIG* being undeclared have been fixed.
- There is some minor source code cleanup.
Download (0.17MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1084 downloads
Other version of Email
License:GPL (GNU General Public License)
Newsmail 0.7
Newsmail was created to allow easy news publication to one or more sites. more>>
Newsmail was created to allow easy news publication to one or more sites, using email messages to insert, delete, and manage news.
It is a simple PHP news ticker that allows you to publish news via email. Newsmail can generate RSS feeds for news matching a given category.
Main features:
- import plain text or HTML email messages with or without attachments, and with or without Markdown syntax.
- store messages in database (currently Postgresql and MySQL are supported, but the PHP code uses Pear::DB abstraction) and attachments in filesystem.
- request a confirmation message before publishing or deleting news.
- require an approvation from a moderator before publishing or deleting news.
- answer to some administration commands directly via email (e.g. news listing, news delete and update).
- generate an RSS feed with news matching a particular category or with category equal to all
Enhancements:
- A small improvement was made to the install instructions.
- An approval option was added, which requires BCC_ADDRESS approval for inserting and deleting messages.
- The approval process uses a randomly generated token password to improve security.
- The database structure was changed to use a token for approval security.
- The MySQL table definition was improved to use INNODB.
<<lessIt is a simple PHP news ticker that allows you to publish news via email. Newsmail can generate RSS feeds for news matching a given category.
Main features:
- import plain text or HTML email messages with or without attachments, and with or without Markdown syntax.
- store messages in database (currently Postgresql and MySQL are supported, but the PHP code uses Pear::DB abstraction) and attachments in filesystem.
- request a confirmation message before publishing or deleting news.
- require an approvation from a moderator before publishing or deleting news.
- answer to some administration commands directly via email (e.g. news listing, news delete and update).
- generate an RSS feed with news matching a particular category or with category equal to all
Enhancements:
- A small improvement was made to the install instructions.
- An approval option was added, which requires BCC_ADDRESS approval for inserting and deleting messages.
- The approval process uses a randomly generated token password to improve security.
- The database structure was changed to use a token for approval security.
- The MySQL table definition was improved to use INNODB.
Download (0.17MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1207 downloads
Putmail Queue 0.2
Putmail Queue provides a queuing system for putmail.py from the Putmail project. more>>
Putmail Queue provides a queuing system for putmail.py from the Putmail project.
It allows you to compose your email messages offline, keep them in a queue, and send them all together later.
This is my first try at providing a queuing system for putmail.py. Inside, youll find two programs: putmail_enqueue.py and putmail_dequeue.py.
To use them, you must first create the directory $HOME/.putmail/queue/. Its recommended that only you have access to it.
Install the program by running install.sh as root if necessary. Optionally, edit the file first to specify destination directories.
Usage instructions are in the man page. Use "man putmail-queue" to read it. It is a recommended one-time read.
<<lessIt allows you to compose your email messages offline, keep them in a queue, and send them all together later.
This is my first try at providing a queuing system for putmail.py. Inside, youll find two programs: putmail_enqueue.py and putmail_dequeue.py.
To use them, you must first create the directory $HOME/.putmail/queue/. Its recommended that only you have access to it.
Install the program by running install.sh as root if necessary. Optionally, edit the file first to specify destination directories.
Usage instructions are in the man page. Use "man putmail-queue" to read it. It is a recommended one-time read.
Download (0.005MB)
Added: 2006-09-06 License: MIT/X Consortium License Price:
1144 downloads
Mail::Message::Head::Complete 2.069
Mail::Message::Head::Complete is a Perl module with the header of one message. more>>
Mail::Message::Head::Complete is a Perl module with the header of one message.
INHERITANCE
Mail::Message::Head::Complete
is a Mail::Message::Head
is a Mail::Reporter
Mail::Message::Head::Complete is extended by
Mail::Message::Head::Partial
Mail::Message::Replace::MailHeader
Mail::Message::Head::Complete is realized by
Mail::Message::Head::Delayed
Mail::Message::Head::Subset
SYNOPSIS
my $head = Mail::Message::Head::Complete->new;
See Mail::Message::Head
E-mails message can be in various states: unread, partially read, and fully read. The class stores a message of which all header lines are known for sure.
<<lessINHERITANCE
Mail::Message::Head::Complete
is a Mail::Message::Head
is a Mail::Reporter
Mail::Message::Head::Complete is extended by
Mail::Message::Head::Partial
Mail::Message::Replace::MailHeader
Mail::Message::Head::Complete is realized by
Mail::Message::Head::Delayed
Mail::Message::Head::Subset
SYNOPSIS
my $head = Mail::Message::Head::Complete->new;
See Mail::Message::Head
E-mails message can be in various states: unread, partially read, and fully read. The class stores a message of which all header lines are known for sure.
Download (0.57MB)
Added: 2007-03-06 License: Perl Artistic License Price:
962 downloads
morigin email classifier 0.93
morigin email classifier is a filter that classifies and tags email messages. more>>
morigin email classifier is a filter that classifies and tags email messages based on the DNS information of the system submitting the mail to your organization.
morigin email classifier can then be used to improve upon existing spam filters such as SpamAssassin.
<<lessmorigin email classifier can then be used to improve upon existing spam filters such as SpamAssassin.
Download (0.088MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1428 downloads
MailGoose 0.2.9
MailGoose is an off-line mailer package for people who use nail, PINE, elm, Emacs mail mode, or other simple email software. more>>
MailGoose is an off-line mailer package for people who use nail, PINE, elm, Emacs mail mode, or other simple email software. It is particularly useful for laptop users.
You can browse the URLs of your mail spool, mbox, or copy of an email message, create an offline draft reply of an email message, edit your drafts in your favorite editor, create a new
message, or send all pending drafts.
Think of MailGoose as the useful bells and whistles of the big email clients made available to the discriminating console-mode hacker.
Enhancements:
- Documentation and install fixes.
<<lessYou can browse the URLs of your mail spool, mbox, or copy of an email message, create an offline draft reply of an email message, edit your drafts in your favorite editor, create a new
message, or send all pending drafts.
Think of MailGoose as the useful bells and whistles of the big email clients made available to the discriminating console-mode hacker.
Enhancements:
- Documentation and install fixes.
Download (0.019MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
Email::AutoReply 1.02
Email::AutoReply is a Perl extension for writing email autoresponders. more>>
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 as standard input.
The module will reply once to each email address it sees, storing sent-to addresses in a database. This database class is Email::AutoReply::DB::BerkeleyDB by default, but any class that implements Email::AutoReply::DB may be used.
<<lessSYNOPSIS
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 as standard input.
The module will reply once to each email address it sees, storing sent-to addresses in a database. This database class is Email::AutoReply::DB::BerkeleyDB by default, but any class that implements Email::AutoReply::DB may be used.
Download (0.015MB)
Added: 2007-04-19 License: Perl Artistic License Price:
927 downloads
Mail::Message::Convert::MailInternet 2.066
Mail::Message::Convert::MailInternet is a Perl module that can translate Mail::Message to Mail::Internet vv. more>>
Mail::Message::Convert::MailInternet is a Perl module that can translate Mail::Message to Mail::Internet vv.
INHERITANCE
Mail::Message::Convert::MailInternet
is a Mail::Message::Convert
is a Mail::Reporter
SYNOPSIS
use Mail::Message::Convert::MailInternet;
my $convert = Mail::Message::Convert::MailInternet->new;
my Mail::Message $msg = Mail::Message->new;
my Mail::Internet $intern = $convert->export($msg);
my Mail::Internet $intern = Mail::Internet->new;
my Mail::Message $msg = $convert->from($intern);
use Mail::Box::Manager;
my $mgr = Mail::Box::Manager->new;
my $folder = $mgr->open(folder => Outbox);
$folder->addMessage($intern);
The Mail::Internet class of message is very popular for all kinds of message applications written in Perl. However, the format was developed when e-mail messages where still small and attachments where rare; Mail::Message is much more flexible in this respect.
<<lessINHERITANCE
Mail::Message::Convert::MailInternet
is a Mail::Message::Convert
is a Mail::Reporter
SYNOPSIS
use Mail::Message::Convert::MailInternet;
my $convert = Mail::Message::Convert::MailInternet->new;
my Mail::Message $msg = Mail::Message->new;
my Mail::Internet $intern = $convert->export($msg);
my Mail::Internet $intern = Mail::Internet->new;
my Mail::Message $msg = $convert->from($intern);
use Mail::Box::Manager;
my $mgr = Mail::Box::Manager->new;
my $folder = $mgr->open(folder => Outbox);
$folder->addMessage($intern);
The Mail::Internet class of message is very popular for all kinds of message applications written in Perl. However, the format was developed when e-mail messages where still small and attachments where rare; Mail::Message is much more flexible in this respect.
Download (0.57MB)
Added: 2006-08-08 License: GPL (GNU General Public License) Price:
1172 downloads
XPertMailer 1.4.5
XPertMailer is a PHP class to send encoded MIME-type email messages. more>>
XPertMailer is a PHP class to send encoded MIME-type email messages like text, HTML, HTML embedded images, attachments, etc., to client, localhost, or relay SMTP servers with optional authorisation.
The class functions are optimised to execute in a very small time and to be easy to use. This reduces the size of the code and the time required to write it.
Data sending is done according to RFC 821 and RFC 2821, and the message type is in compliance with RFC 2045, RFC 2046, RFC 2047, RFC 2048, RFC 2049, and RFC 2822.
Enhancements:
- Added the clear attachments functionality
<<lessThe class functions are optimised to execute in a very small time and to be easy to use. This reduces the size of the code and the time required to write it.
Data sending is done according to RFC 821 and RFC 2821, and the message type is in compliance with RFC 2045, RFC 2046, RFC 2047, RFC 2048, RFC 2049, and RFC 2822.
Enhancements:
- Added the clear attachments functionality
Download (0.028MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1284 downloads
archivemail 0.7.0
archivemail is an archiver and compressor for old email messages. more>>
archivemail is a tool written in Python for archiving and compressing old email in mailboxes. archivemail can move messages older than the specified number of days to a separate mbox format mailbox that is compressed with gzip, or optionally just delete old email.
Maybe some of your mailboxes are quite large (eg, over 10,000 messages) and they are taking a while to load in your mail reader. Perhaps they are taking up too much space on your disk. Archiving old messages to a separate, compressed mailbox will mean:
1. Your mail reader will get a huge performance boost loading and reading your mail.
2. You will be taking up less disk space, since old mail will be compressed. (Mail usually compresses quite nicely.)
3. You wont be confronted with semi-obsolete mail all the time.
If you would prefer to just delete old email rather than archive it, archivemail can do that too.
Main features:
- Support for archiving IMAP, mbox, MH and maildir format mailboxes.
- You can configure the amount of days before mail is considered old -- with the default being 180 days.
- Messages that are flagged important are not archived or deleted unless you specify the --include-flagged option.
- Optionally warn about duplicate Message-IDs in a mailbox.
- You can specify an option so that unread mail is never archived.
- Allows you to store the compressed archive mailboxes in a directory of your choice, with an extension of your choice.
- Support for deleting old mail rather than archiving it.
- Optional ability to archive messages older than an absolute date with the --date option.
- Ability to only archive messages over a certain byte size.
<<lessMaybe some of your mailboxes are quite large (eg, over 10,000 messages) and they are taking a while to load in your mail reader. Perhaps they are taking up too much space on your disk. Archiving old messages to a separate, compressed mailbox will mean:
1. Your mail reader will get a huge performance boost loading and reading your mail.
2. You will be taking up less disk space, since old mail will be compressed. (Mail usually compresses quite nicely.)
3. You wont be confronted with semi-obsolete mail all the time.
If you would prefer to just delete old email rather than archive it, archivemail can do that too.
Main features:
- Support for archiving IMAP, mbox, MH and maildir format mailboxes.
- You can configure the amount of days before mail is considered old -- with the default being 180 days.
- Messages that are flagged important are not archived or deleted unless you specify the --include-flagged option.
- Optionally warn about duplicate Message-IDs in a mailbox.
- You can specify an option so that unread mail is never archived.
- Allows you to store the compressed archive mailboxes in a directory of your choice, with an extension of your choice.
- Support for deleting old mail rather than archiving it.
- Optional ability to archive messages older than an absolute date with the --date option.
- Ability to only archive messages over a certain byte size.
Download (0.035MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1084 downloads
MDemail.net 2.9.0
Send and receive secure and encrypted email. Collaborate with others with the integrated group Instant Messaging and file sharing features. Use secure message boards and securely share documents. HIPAA and GLBA compliant. more>> <<less
Download (7.30MB)
Added: 2009-04-09 License: Commercial Price: $0
197 downloads
Sendmail Sender Address Validator 1.4.0
smf-sav is a lightweight, fast and reliable Sendmail milter that implements a real-time Sender e-Mail Address Verification. more>>
smf-sav is a lightweight, fast and reliable Sendmail milter that implements a real-time Sender e-Mail Address Verification technology. This technology can stop some kind of SPAM with a spoofed senders e-Mail address.
Also it implements a real-time Recipient e-Mail Address Verification technology. It can be useful if your machine is a backup MX for the recipients domain or if your machine forwards all e-Mail messages for your domain to another (presumably internal) e-Mail server. Sendmail Sender Address Validator is written in C.
Main features:
- friendly hosts/networks whitelist;
- SMTP AUTH support;
- strictly RFC-2821 compliant MX callback engine;
- tolerance against non RFC-2821 compliant e-Mail servers;
- blocking of e-Mail messages with a spoofed senders e-Mail address;
- recipients e-Mail address verification with an authoritative e-Mail store in gateway mode;
- slow down of recipients e-Mail address brute force attacks in gateway mode.
Enhancements:
- Whitelisting by a PTR (reverse DNS) record was implemented.
- Whitelisting by an envelope recipient email address was implemented.
- The option to ignore tempfailed results of SAV was implemented.
- The option to refuse email messages from systems that dont accept the null reverse-path was implemented.
- Tempfail and fail results TTL settings were segregated.
- Progressive slowdown of brute force attacks on a recipients email address was implemented.
<<lessAlso it implements a real-time Recipient e-Mail Address Verification technology. It can be useful if your machine is a backup MX for the recipients domain or if your machine forwards all e-Mail messages for your domain to another (presumably internal) e-Mail server. Sendmail Sender Address Validator is written in C.
Main features:
- friendly hosts/networks whitelist;
- SMTP AUTH support;
- strictly RFC-2821 compliant MX callback engine;
- tolerance against non RFC-2821 compliant e-Mail servers;
- blocking of e-Mail messages with a spoofed senders e-Mail address;
- recipients e-Mail address verification with an authoritative e-Mail store in gateway mode;
- slow down of recipients e-Mail address brute force attacks in gateway mode.
Enhancements:
- Whitelisting by a PTR (reverse DNS) record was implemented.
- Whitelisting by an envelope recipient email address was implemented.
- The option to ignore tempfailed results of SAV was implemented.
- The option to refuse email messages from systems that dont accept the null reverse-path was implemented.
- Tempfail and fail results TTL settings were segregated.
- Progressive slowdown of brute force attacks on a recipients email address was implemented.
Download (0.015MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1099 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above email messages search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed