Masswire Mail provides a SQL POP3 Webmail software.
Masswire Mail is a Webmail client written in Perl that can retrieve messages from multiple POP3 accounts and store them in a single SQL table.
Some features include a spell checker using the Text-Aspell module, a Bayesian filter using the Algorithm NaiveBayes module, and attachments using the Mail Sender module.
Product's homepage
Requirements:
· use Algorithm::NaiveBayes; 0.02
· use CGI;
· use Email::MIME; 1.2
· use HTML::Entities; 1.27
· use HTML::Strip; 1.02
· MIME-tools-5.411
· use MIME::Parser;
· use Mail::Internet;
· use Mail::Sender; 0.8.10
· libnet-1.18
· use Net::POP3;
· use Text::Aspell; 0.04
· use strict;