+featurelist
[www.jankratochvil.net.git] / project / PerlMail / Index.html.pl
index 1f1967c..f9048f7 100755 (executable)
@@ -36,4 +36,22 @@ My::Project->init_project(
                "ListItem"=>\@project::PerlMail::ListItem::ListItem,
                );
 
+
+print <<"HERE";
+<p>Features list</p>
+<ul>
+       <li>Powerful filtering by @{[ a_href 'http://www.perl.org/','Perl' ]} rules</li>
+       <li>Safe mails transfer to remote user workstation while using possibly dynamic IP</li>
+       <li>Event driven immediate response, no polling (IMAP/POP3 poll)</li>
+       <li>No risk of SMTP error mails during remote workstation connection problems</li>
+       <li>SMS-forwarder featuring
+                       @{[ a_href 'http://search.cpan.org/author/JARIAALTO/Lingua-EN-Squeeze-1998.1204/','Lingua::EN::Squeeze' ]},
+                       MIME decoding, HTML conversion</li>
+       <li>Outgoing mail headers mangling by per-recipient rules</li>
+       <li>@{[ a_href 'http://www.mutt.org/','Mutt' ]} mailer integration</li>
+       <li>@{[ a_href 'http://www.nokia.com/phones/9110i','Nokia Communicator' ]} contacts directory conversion</li>
+</ul>
+HERE
+
+
 My::Web->footer();