mail avenger 0.7.8
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1109
Mail Avenger 0.7.8
Mail Avenger is a highly-configurable, MTA-independent SMTP server. more>>
Mail Avenger is a highly-configurable, MTA-independent SMTP server daemon. Mail Avenger lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject mail before assuming responsibility for its delivery.
Other unique features include TCP SYN fingerprint and network route recording, verification of sender addresses through SMTP callbacks, SPF (sender policy framework) as a general policy language, qmail-style control over both SMTP-level behavior and local delivery of extension addresses, mail-bomb protection, integration with kernel firewalls, and more.
Enhancements:
- Several minor bugs were fixed.
- The SMTPCB configuration directive was changed to give more options.
- An InsecureSASL configuration option was added by request of users.
<<lessOther unique features include TCP SYN fingerprint and network route recording, verification of sender addresses through SMTP callbacks, SPF (sender policy framework) as a general policy language, qmail-style control over both SMTP-level behavior and local delivery of extension addresses, mail-bomb protection, integration with kernel firewalls, and more.
Enhancements:
- Several minor bugs were fixed.
- The SMTPCB configuration directive was changed to give more options.
- An InsecureSASL configuration option was added by request of users.
Download (0.74MB)
Added: 2007-07-21 License: GPL (GNU General Public License) Price:
825 downloads
Tarmail 0.7.8
Tarmail is an e-mail server that resists abuse. more>>
Tarmail application is an e-mail server that resists abuse. You can use tarmail as a full-featured standalone e-mail server, or as a shield for your main mail servers, or as a trap for unsolicited mail. Tarmail is written in C and released in source-code form.
Tarmail is released under the terms of the GPL version 2. You must accept this license agreement before downloading tarmail.
Tarmail is written in C and is designed to be able to run on any platform that properly implements the BSD Sockets interface. The number of dependencies has been minimized as much as possible.
Note that Tarmail is currently in development. This means that you should not expect it to be completely problem-free. Every effort has been made to try and make tarmail as solid as possible, but this is no guarantee. It could crash, it could spin out of control and generate a storm of messages, and things like that. If you do find a bug in tarmail please let me know.
Important: This software is offered AS-IS without warranty of any kind. You use this software at your sole risk and expense. In no event shall the author of this software be liable for any damages.
Enhancements:
- Several major speedups in message body handling.
- This release runs well on a 486.
- There are miscellaneous bugfixes in smtp.c.
<<lessTarmail is released under the terms of the GPL version 2. You must accept this license agreement before downloading tarmail.
Tarmail is written in C and is designed to be able to run on any platform that properly implements the BSD Sockets interface. The number of dependencies has been minimized as much as possible.
Note that Tarmail is currently in development. This means that you should not expect it to be completely problem-free. Every effort has been made to try and make tarmail as solid as possible, but this is no guarantee. It could crash, it could spin out of control and generate a storm of messages, and things like that. If you do find a bug in tarmail please let me know.
Important: This software is offered AS-IS without warranty of any kind. You use this software at your sole risk and expense. In no event shall the author of this software be liable for any damages.
Enhancements:
- Several major speedups in message body handling.
- This release runs well on a 486.
- There are miscellaneous bugfixes in smtp.c.
Download (0.075MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
808 downloads
libarxx 0.7.8
libarxx is a shared object library that can be used by your application or library to interface with ARX archives. more>>
libarxx is a C++ implementation for accessing ARX archives.
ARX archives are compressed and structured collections of data items with advanced features like data synchronization, references for external data items, and merging multiple archives.
Enhancements:
- This release improves usability for game developers: a way of retrieving data items by path information has been added.
<<lessARX archives are compressed and structured collections of data items with advanced features like data synchronization, references for external data items, and merging multiple archives.
Enhancements:
- This release improves usability for game developers: a way of retrieving data items by path information has been added.
Download (0.30MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
849 downloads
Mail::Send 1.74
Mail::Send is a simple electronic mail interface. more>>
Mail::Send is a simple electronic mail interface.
SYNOPSIS:
require Mail::Send;
$msg = new Mail::Send;
$msg = new Mail::Send Subject=>example subject, To=>timbo;
$msg->to(user@host);
$msg->to(user@host, user2@example.com);
$msg->subject(example subject);
$msg->cc(user@host);
$msg->bcc(someone@else);
$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);
# Launch mailer and set headers. The filehandle returned
# by open() is an instance of the Mail::Mailer class.
# Arguments to the open() method are passed to the Mail::Mailer
# constructor.
$fh = $msg->open; # some default mailer
# $fh = $msg->open(sendmail); # explicit
print $fh "Body of message";
$fh->close; # complete the message and send it
$fh->cancel; # not yet implemented
<<lessSYNOPSIS:
require Mail::Send;
$msg = new Mail::Send;
$msg = new Mail::Send Subject=>example subject, To=>timbo;
$msg->to(user@host);
$msg->to(user@host, user2@example.com);
$msg->subject(example subject);
$msg->cc(user@host);
$msg->bcc(someone@else);
$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);
# Launch mailer and set headers. The filehandle returned
# by open() is an instance of the Mail::Mailer class.
# Arguments to the open() method are passed to the Mail::Mailer
# constructor.
$fh = $msg->open; # some default mailer
# $fh = $msg->open(sendmail); # explicit
print $fh "Body of message";
$fh->close; # complete the message and send it
$fh->cancel; # not yet implemented
Download (0.047MB)
Added: 2006-05-05 License: Perl Artistic License Price:
1269 downloads
Clanlib 0.7.8-1
ClanLib is a medium level development kit. more>>
ClanLib is a cross platform C++ framework. Essentially the library offers a series of different functionality under a streamlined API. Its primary focus is on games, although its not limited for that usage only.
Main features:
- Supports Microsoft Windows, Linux and Mac OS X
- Basic cross platform runtime (threading, file I/O, etc.)
- Template based C++ signal library (type-safe callbacks / delegates)
- Integrated resource management
- Sound mixer supporting wav, mikmod formats (mod/s3m/xm/..), ogg vorbis
- XML/DOM support
- High-level 2D graphics API supporting OpenGL and SDL as render targets
- Batch rendering engine giving maximum performance when rendering 2D with OpenGL
- 2D collision detection
- 2D sprite animation support
- Highly customizable GUI framework
- Network library with low-level to high-level interfaces
- Cross platform OpenGL 2.0 wrapper (target Microsoft Windows, Linux and Mac OS X at the same time)
- Full reference manual and many overviews which goes in detail on various topics in clanlib
Framework libraries generally support the same things that can be gained by combining other specialized libraries. However, a good framework will combine and simplify the usage through a common set of conventions. The primary goal of ClanLib is to aid developers to rapidly create games and other applications.
<<lessMain features:
- Supports Microsoft Windows, Linux and Mac OS X
- Basic cross platform runtime (threading, file I/O, etc.)
- Template based C++ signal library (type-safe callbacks / delegates)
- Integrated resource management
- Sound mixer supporting wav, mikmod formats (mod/s3m/xm/..), ogg vorbis
- XML/DOM support
- High-level 2D graphics API supporting OpenGL and SDL as render targets
- Batch rendering engine giving maximum performance when rendering 2D with OpenGL
- 2D collision detection
- 2D sprite animation support
- Highly customizable GUI framework
- Network library with low-level to high-level interfaces
- Cross platform OpenGL 2.0 wrapper (target Microsoft Windows, Linux and Mac OS X at the same time)
- Full reference manual and many overviews which goes in detail on various topics in clanlib
Framework libraries generally support the same things that can be gained by combining other specialized libraries. However, a good framework will combine and simplify the usage through a common set of conventions. The primary goal of ClanLib is to aid developers to rapidly create games and other applications.
Download (6.3MB)
Added: 2005-10-07 License: LGPL (GNU Lesser General Public License) Price:
1478 downloads
Mail::SpamCannibal 0.78
Mail::SpamCannibal is a HOWTO Install SpamCannibal. more>>
Mail::SpamCannibal is a HOWTO Install SpamCannibal.
Create a user account for the SpamCannibal client. The mail client should not be run as a root user, to do so creates an unacceptable security risk.
Check the /etc/passwd and /etc/group files to make sure that uid and gid assignments for the new user are not already used, then run groupadd and adduser.
groupadd -g 95 spam
adduser
Login name for new user []: spam
User id for spam [ defaults to next available]:
Initial group for spam [users]: spam
Additional groups for spam (seperated
with commas, no spaces) []:
spams home directory [/home/spam]: /usr/local/spamcannibal
spams shell [/bin/bash]:
spams account expiry date (YYYY-MM-DD) []:
OK, Im about to make a new account. Heres what you entered so far:
New login name: spam
New UID: [Next available]
Initial group: spam
Additional groups: [none]
Home directory: /usr/local/spamcannibal
Shell: /bin/bash
Expiry date: [no expiration]
This is it... if you want to bail out, hit Control-C. Otherwise, press
ENTER to go ahead and make the account.
you fill in the rest......
<<lessCreate a user account for the SpamCannibal client. The mail client should not be run as a root user, to do so creates an unacceptable security risk.
Check the /etc/passwd and /etc/group files to make sure that uid and gid assignments for the new user are not already used, then run groupadd and adduser.
groupadd -g 95 spam
adduser
Login name for new user []: spam
User id for spam [ defaults to next available]:
Initial group for spam [users]: spam
Additional groups for spam (seperated
with commas, no spaces) []:
spams home directory [/home/spam]: /usr/local/spamcannibal
spams shell [/bin/bash]:
spams account expiry date (YYYY-MM-DD) []:
OK, Im about to make a new account. Heres what you entered so far:
New login name: spam
New UID: [Next available]
Initial group: spam
Additional groups: [none]
Home directory: /usr/local/spamcannibal
Shell: /bin/bash
Expiry date: [no expiration]
This is it... if you want to bail out, hit Control-C. Otherwise, press
ENTER to go ahead and make the account.
you fill in the rest......
Download (0.66MB)
Added: 2007-02-21 License: Perl Artistic License Price:
976 downloads
OpenDD 0.7.8
OpenDD is a DynDNS client, written in C, and especially designed for small gateway machines, like a Soekris box. more>>
OpenDD is a DynDNS client, written in C, and especially designed for small gateway machines, like a Soekris box.
Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. OpenDD project is also very easy to deploy.
You just have to compile it with an OpenBSD box, with gcc, and copy the
"opendd" binary to your gateway, that do not have a C compiler.
An example of how I use it, assuming the gateway run on OpenBSD :
- Copy the binary to your gateway
- Copy the opendd.conf to /etc/opendd.conf
- Edit /etc/opendd.conf to suit your needs
- chmod 600 /etc/opendd.conf, since it contains your DynDNS login/password "en clair"
"opendd" is now ready to run.
Now "opendd" can be run in daemon mode.
You must add the following parameter in your opendd.conf :
runasdaemon = 1
In daemon mode, the program will poll every X seconds to check if update must be done.
The poll frequency can be adjusted with the following parameter :
pollfrequency = 300
If not set, 300 seconds is the default.
For daemon mode, parameter "pidfile_path" has been added :
pidfile_path = /var/run/opendd.pid
If not set, /var/run/opendd.pid is the default.
This file has a double function :
- First, it stores the pid number
- Second, it is used as a lock file to prevent multiple opendd daemon process
Parameter "domain_lifetime" has been added :
domain_lifetime = 28
It means that if no update has been done for 28 days, a forced update will be done
in order to prevent your dyndns domains to expire.
"opendd" now supports HTTPS, using openssl library.
To compile with openssl support, type the following command :
env USE_SOCKET_SSL=yes make
To enable it, you must add the following parameters in your opendd.conf :
use_ssl = 1
cert_path = /etc/opendd.pem
So, do not forget to copy the opendd.pem cert file in the right place.
Now, it is possible to run "opendd", with privileges dropped, if run by root. For example, you can add the following parameter in your opendd.conf :
system_user = nobody
OR
system_uid = 65534
system_group = nogroup
OR
system_gid = 65533
In daemon mode, "opendd" can react to SIGUSR1 signals.
It is used to force a DynDNS update. Useful, if your hostnames will expire
because no update has been done.
!! Do not forget to not abuse of this feature, as DynDNS services will detect that
!! as updates abuses.
If you do not use the daemon mode and if you have an ADSL connection, with pppoe,
you can edit /etc/ppp/ppp.linkup like this :
MYADDR:
!bg /sbin/opendd
Assuming you put opendd binary in /sbin
It will run opendd, on every ADSL connection or reconnection.
The program logs on the "local0" syslog facility with LOG_ERR or LOG_INFO. The syslog ident is "opendd".
Additional, "opendd" arguments are available :
opendd -c < another_config_file > -v
The -v option allow opendd to print information on stderr INSTEAD OF on syslog.
The followings are some TODO list I have in mind (so features that are not support at this time) :
- other dyndns services : static, custom
- login/password stored in a cryptable way.
Other wishlist are welcome.
Enhancements:
- It is now possible to activate or deactivate syslog, even in a non-daemon mode.
- The syslog facility can also be chosen. Moreover, all warnings from OpenBSDs compiler no longer appear: calls to strcpy, strcat, and sprintf were replaced by calls to strlcpy, strlcat, and snprintf.
<<lessIts main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. OpenDD project is also very easy to deploy.
You just have to compile it with an OpenBSD box, with gcc, and copy the
"opendd" binary to your gateway, that do not have a C compiler.
An example of how I use it, assuming the gateway run on OpenBSD :
- Copy the binary to your gateway
- Copy the opendd.conf to /etc/opendd.conf
- Edit /etc/opendd.conf to suit your needs
- chmod 600 /etc/opendd.conf, since it contains your DynDNS login/password "en clair"
"opendd" is now ready to run.
Now "opendd" can be run in daemon mode.
You must add the following parameter in your opendd.conf :
runasdaemon = 1
In daemon mode, the program will poll every X seconds to check if update must be done.
The poll frequency can be adjusted with the following parameter :
pollfrequency = 300
If not set, 300 seconds is the default.
For daemon mode, parameter "pidfile_path" has been added :
pidfile_path = /var/run/opendd.pid
If not set, /var/run/opendd.pid is the default.
This file has a double function :
- First, it stores the pid number
- Second, it is used as a lock file to prevent multiple opendd daemon process
Parameter "domain_lifetime" has been added :
domain_lifetime = 28
It means that if no update has been done for 28 days, a forced update will be done
in order to prevent your dyndns domains to expire.
"opendd" now supports HTTPS, using openssl library.
To compile with openssl support, type the following command :
env USE_SOCKET_SSL=yes make
To enable it, you must add the following parameters in your opendd.conf :
use_ssl = 1
cert_path = /etc/opendd.pem
So, do not forget to copy the opendd.pem cert file in the right place.
Now, it is possible to run "opendd", with privileges dropped, if run by root. For example, you can add the following parameter in your opendd.conf :
system_user = nobody
OR
system_uid = 65534
system_group = nogroup
OR
system_gid = 65533
In daemon mode, "opendd" can react to SIGUSR1 signals.
It is used to force a DynDNS update. Useful, if your hostnames will expire
because no update has been done.
!! Do not forget to not abuse of this feature, as DynDNS services will detect that
!! as updates abuses.
If you do not use the daemon mode and if you have an ADSL connection, with pppoe,
you can edit /etc/ppp/ppp.linkup like this :
MYADDR:
!bg /sbin/opendd
Assuming you put opendd binary in /sbin
It will run opendd, on every ADSL connection or reconnection.
The program logs on the "local0" syslog facility with LOG_ERR or LOG_INFO. The syslog ident is "opendd".
Additional, "opendd" arguments are available :
opendd -c < another_config_file > -v
The -v option allow opendd to print information on stderr INSTEAD OF on syslog.
The followings are some TODO list I have in mind (so features that are not support at this time) :
- other dyndns services : static, custom
- login/password stored in a cryptable way.
Other wishlist are welcome.
Enhancements:
- It is now possible to activate or deactivate syslog, even in a non-daemon mode.
- The syslog facility can also be chosen. Moreover, all warnings from OpenBSDs compiler no longer appear: calls to strcpy, strcat, and sprintf were replaced by calls to strlcpy, strlcat, and snprintf.
Download (0.048MB)
Added: 2006-11-19 License: GPL (GNU General Public License) Price:
1070 downloads
Cypher 0.7.8
Cypher generates the .rdf (RDF graph) and .serql (SeRQL query) representation of a plain language input. more>>
Cypher generates the .rdf (RDF graph) and .serql (SeRQL query) representation of a plain language input.
With robust definition languages, its grammar and lexicon can quickly and easily be extended to process highly complex sentences and phrases of any natural language, and can cover any vocabulary.
Programmers can build next generation semantic Web applications that harness natural language.
Main features:
- Morpholgical Processing
- Word Sense Disambiguation
- Part of speech tagging
- Phrase Structure Grammar parser (phrase tree output)
- High Speed pattern matching algorithm
- Robust templating for RDF, and SeRQL output
- Easy to learn phrase description language , lexicon and framenet definition language
Enhancements:
- Change were made to the pattern element parser.
- Now either store or root may be specified as an attribute to determine if a pattern will be output.
- Setting to false prevents the pattern from being output if the pattern is the root pattern.
<<lessWith robust definition languages, its grammar and lexicon can quickly and easily be extended to process highly complex sentences and phrases of any natural language, and can cover any vocabulary.
Programmers can build next generation semantic Web applications that harness natural language.
Main features:
- Morpholgical Processing
- Word Sense Disambiguation
- Part of speech tagging
- Phrase Structure Grammar parser (phrase tree output)
- High Speed pattern matching algorithm
- Robust templating for RDF, and SeRQL output
- Easy to learn phrase description language , lexicon and framenet definition language
Enhancements:
- Change were made to the pattern element parser.
- Now either store or root may be specified as an attribute to determine if a pattern will be output.
- Setting to false prevents the pattern from being output if the pattern is the root pattern.
Download (6.2MB)
Added: 2006-09-07 License: Free for non-commercial use Price:
1228 downloads
Mail::Action 0.40
Mail::Action is a Perl module for building modules that act on incoming mail. more>>
Mail::Action is a Perl module for building modules that act on incoming mail.
SYNOPSIS
use base Mail::Action;
Sometimes, you just need a really simple mailing address to last for a few days. You want it to be easy to create and easy to use, and you want it to be sufficiently anonymous that your real address isnt ever exposed.
Mail::TempAddress, Mail::TempAddress::Addresses, and Mail::TempAddress::Address make it easy to create a temporary mailing address system.
<<lessSYNOPSIS
use base Mail::Action;
Sometimes, you just need a really simple mailing address to last for a few days. You want it to be easy to create and easy to use, and you want it to be sufficiently anonymous that your real address isnt ever exposed.
Mail::TempAddress, Mail::TempAddress::Addresses, and Mail::TempAddress::Address make it easy to create a temporary mailing address system.
Download (0.011MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
Mail::LMLM::Render 0.6300
Mail::LMLM::Render is a Perl module for rendering backend for LMLM. more>>
Mail::LMLM::Render is a Perl module for rendering backend for LMLM.
SYNOPSIS
use Mail::LMLM::Render::HTML;
open O, ">out.html";
my $r = Mail::LMLM::Render::HTML->new(*O);
$r->start_document("My Document", "Head Title");
$r->start_section("Google", { title_url => "http://www.google.com/", });
$r->para("Google is a very nice search engine.");
$r->end_section();
$r->end_document();
close(O);
The Mail::LMLM::Render is a base class for rendering hypertext. It is used by LMLM extensively as a thin layer around the actual format.
To use it open a filehandle, and call the packages new constructor with a refernce to the filehandle. Afterwards call the start_document method (documented below), and when youre done call the end_document method. For each section call start_section and end_section explicitly.
<<lessSYNOPSIS
use Mail::LMLM::Render::HTML;
open O, ">out.html";
my $r = Mail::LMLM::Render::HTML->new(*O);
$r->start_document("My Document", "Head Title");
$r->start_section("Google", { title_url => "http://www.google.com/", });
$r->para("Google is a very nice search engine.");
$r->end_section();
$r->end_document();
close(O);
The Mail::LMLM::Render is a base class for rendering hypertext. It is used by LMLM extensively as a thin layer around the actual format.
To use it open a filehandle, and call the packages new constructor with a refernce to the filehandle. Afterwards call the start_document method (documented below), and when youre done call the end_document method. For each section call start_section and end_section explicitly.
Download (0.014MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
Mail::SendEasy 1.2
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). more>>
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments.
This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet.
It supports SMTP authentication and attachments.
USAGE:
OO
use Mail::SendEasy ;
my $mail = new Mail::SendEasy(
smtp => localhost ,
user => foo ,
pass => 123 ,
) ;
my $status = $mail->send(
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { print $mail->error ;}
STRUCTURED
use Mail::SendEasy ;
my $status = Mail::SendEasy::send(
smtp => localhost ,
user => foo ,
pass => 123 ,
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { Mail::SendEasy::error ;}
<<lessThis modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet.
It supports SMTP authentication and attachments.
USAGE:
OO
use Mail::SendEasy ;
my $mail = new Mail::SendEasy(
smtp => localhost ,
user => foo ,
pass => 123 ,
) ;
my $status = $mail->send(
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { print $mail->error ;}
STRUCTURED
use Mail::SendEasy ;
my $status = Mail::SendEasy::send(
smtp => localhost ,
user => foo ,
pass => 123 ,
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { Mail::SendEasy::error ;}
Download (0.011MB)
Added: 2007-08-02 License: Perl Artistic License Price:
816 downloads
Mail::Summary 0.02
Mail::Summary is a Perl module that can scan read your mail! more>>
Mail::Summary is a Perl module that can scan read your mail!
SYNOPSIS
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
my @mail_summaries = $ms->summaries;
Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy on the go geek of today, here is the answer! Get all your messages summarised, to save you having to read them, or to read them by which summary looks better!
new
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
This will make a new Mail::Summary object.
maildir
my $maildir = $ms->maildir;
This is the mail directory as defined by the user.
summaries
my @mail_summaries = $ms->summaries;
This will return a list, with every entry in the list being a summary of an individual message.
<<lessSYNOPSIS
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
my @mail_summaries = $ms->summaries;
Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy on the go geek of today, here is the answer! Get all your messages summarised, to save you having to read them, or to read them by which summary looks better!
new
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
This will make a new Mail::Summary object.
maildir
my $maildir = $ms->maildir;
This is the mail directory as defined by the user.
summaries
my @mail_summaries = $ms->summaries;
This will return a list, with every entry in the list being a summary of an individual message.
Download (0.003MB)
Added: 2006-12-04 License: Perl Artistic License Price:
1054 downloads
Clevo Mail LED Linux Driver 0.6
Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J. more>>
Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J.
Enhancements:
- The DMI_BOARD_VENDOR string has been corrected for D410V autodetection.
<<lessEnhancements:
- The DMI_BOARD_VENDOR string has been corrected for D410V autodetection.
Download (0.002MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Coherent Mail Gateway 0.13.0
Coherent Mail Gateway is intended to be a very easy to set up MTA using SMTP and POP3. more>>
Coherent Mail Gateway is intended to be a very easy to set up MTA using SMTP and POP3. Greylisting is used on the SMTP daemon to reduce spam.
In addition, quite a lot of checks on the validity of information from the SMTP client (such as claimed server name and sender) are carried out, and anyone caught telling lies is disconnected.
Grey-, black-, and white-listing are supported, as well as (optionally) ClamAV and Spamhaus. The target market is users with static IP addresses. Others can use the system, but its value will be limited to outgoing email.
<<lessIn addition, quite a lot of checks on the validity of information from the SMTP client (such as claimed server name and sender) are carried out, and anyone caught telling lies is disconnected.
Grey-, black-, and white-listing are supported, as well as (optionally) ClamAV and Spamhaus. The target market is users with static IP addresses. Others can use the system, but its value will be limited to outgoing email.
Download (0.034MB)
Added: 2006-05-25 License: Freeware Price:
1250 downloads
Display mail route 0.2.1
Display mail route is an excellent and easy-to-play extension which will display country icons for the stations (server) the mail has been routed. more>> Display mail route 0.2.1 is an excellent and easy-to-play extension which will display country icons for the stations (server) the mail has been routed. As always with my extensions, you need to install Mnenhy or Enigmail.
Enhancements: Compatible with TB 1.5.0.*
Requirements: Thunderbird 1.0 - 1.5.0.* ALL
Added: 2006-09-12 License: MPL Price: FREE
1 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 mail avenger 0.7.8 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