html mail
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3041
W3MAIL - fast and small web-mail client 1.0
W3MAIL - fast and small web-mail client written in PHP5. more>>
W3MAIL - fast and small web-mail client written in PHP5. It provides easy webmail access to IMAP accounts and has very few requirements to install.
Main features:
- multi-language support
- simple contacts manager
- MIME attachments
- displays HTML messages
W3MAIL supports leading open-source database engines:
- PostgreSQL
- MySQL.
Translations:
- English
- Russian.
User Interface:
- Web-based.
<<lessMain features:
- multi-language support
- simple contacts manager
- MIME attachments
- displays HTML messages
W3MAIL supports leading open-source database engines:
- PostgreSQL
- MySQL.
Translations:
- English
- Russian.
User Interface:
- Web-based.
Download (0.059MB)
Added: 2005-05-06 License: GPL (GNU General Public License) Price:
1634 downloads
HTML Entity Based Codepage Inference 0.01
HEBCI is a technique that allows a Web form handler to transparently detect the character set with which its data was encoded. more>> <<less
Download (0.005MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1575 downloads
rss2imap 0.75
rss2imap is a tool which gets RSS (RDF Site Summary) from web and delivers to the IMAP server as an e-mail message. more>>
rss2imap is a tool which gets RSS (RDF Site Summary) from web and delivers to the IMAP server as an e-mail message.
rss2imap enables you to use IMAP supported MUA as a RSS reader and to use IMAP functionality effectively such as unread mail management. You can choose mail format, either text/plain or text/html.
If you are tired of maintaining rss with more than one distributed client and DISLIKE web interface like google reader or bloglines, this software may be for you. rss2imap is an easy to use, preferable software for those who maintain imap server.
Main features:
- RSS 0.9, 1.0, 2.0, Atom 0.3 support.
- text/html, text/plain mail format support.
- rss2imap helps HTML inline presentation.(HTML mode only: this is borrowed by Mozilla Thunderbird)
- You can unify unread RSS article management via IMAP. This is useful in case of using multiple client.
- IMAP over SSL support
- Connect via proxy, proxy authentication support.
- import configuration file from opml.
- export opml file from configuration file.
- Generate IMAP Folder dynamically from every RSS title, and so on.
- If rss2imap detects update of web site, it changes timestamp of mail and make its status unread. This feature is useful for site update check.
- For example, you can import Hatena antenna. rss2imap enables you to unify mail check and site update check.
- Automatically delete expired article.
- By executing in channel mode, it can work as simple Antenna.
- Reduce needless traffic by using If-Modified-Since header.
- rss2imap doesnt cache mail in a local machine.
- rss2imap can work in daemonized mode. You can use it without cron.
<<lessrss2imap enables you to use IMAP supported MUA as a RSS reader and to use IMAP functionality effectively such as unread mail management. You can choose mail format, either text/plain or text/html.
If you are tired of maintaining rss with more than one distributed client and DISLIKE web interface like google reader or bloglines, this software may be for you. rss2imap is an easy to use, preferable software for those who maintain imap server.
Main features:
- RSS 0.9, 1.0, 2.0, Atom 0.3 support.
- text/html, text/plain mail format support.
- rss2imap helps HTML inline presentation.(HTML mode only: this is borrowed by Mozilla Thunderbird)
- You can unify unread RSS article management via IMAP. This is useful in case of using multiple client.
- IMAP over SSL support
- Connect via proxy, proxy authentication support.
- import configuration file from opml.
- export opml file from configuration file.
- Generate IMAP Folder dynamically from every RSS title, and so on.
- If rss2imap detects update of web site, it changes timestamp of mail and make its status unread. This feature is useful for site update check.
- For example, you can import Hatena antenna. rss2imap enables you to unify mail check and site update check.
- Automatically delete expired article.
- By executing in channel mode, it can work as simple Antenna.
- Reduce needless traffic by using If-Modified-Since header.
- rss2imap doesnt cache mail in a local machine.
- rss2imap can work in daemonized mode. You can use it without cron.
Download (0.93MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1413 downloads
Mail 2 Wordpress 1.02
Mail 2 Wordpress is an SMTP mailrobot for posting wordpress blog entries via SMTP mail. more>>
Mail 2 Wordpress is an SMTP mailrobot for posting wordpress blog entries via SMTP mail.
<<less Download (0.007MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1404 downloads
zeMail 1.0
zeMail is a minimalist webmail package written in Mason. more>>
zeMail is a minimalist webmail package written in Mason. It implements the basic features one would expect from an IMAP mail client, displaying folder and message contents, handling attachments and allowing you to move, mark and purge your messages.
zeMail package is written in plain HTML, and uses JavaScript only to reduce the click count, it will work perfectly with scripting disabled. Compared to the modern AJAX trend, this web mail package is designed to work everywhere.
Installation:
Download and unpack the tarball. Copy the directory lib/Zentus into your Perl inc. path (/usr/local/lib/perl/5.8.4 on Debian).
Copy the contents of mason/ into the desired subdirectory of your Apache htdocs directory or virtual host. Then add the following to your httpd.conf:
PerlModule Zentus::Mail::Connection
PerlModule Zentus::Mail::AttachmentHandler
PerlModule HTML::Mason::ApacheHandler
PerlModule Apache::Session::File
PerlModule Text::Autoformat
< Location / >
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
DirectoryIndex folder
< /Location >
< Location /attachment >
SetHandler perl-script
PerlHandler Zentus::Mail::AttachmentHandler
< /Location >
< LocationMatch "(/icons|/images|.ico|.html|.txt)" >
SetHandler default-handler
< /Location >
< LocationMatch "(autohandler|dhandler|.inc)" >
SetHandler None
< /Location >
This code segment can be added as-is if you intend to devote a VirtualHost to zeMail, otherwise prefix a directory name in the < Location > and < LocationMatch > tags.
Now install the necessary Perl modules from CPAN:
cpan -i HTML::Mason # or deb: libhtml-mason-perl
cpan -i Apache::Session # or deb: libapache-session-perl
cpan -i DB_File::Lock # or deb: libdb-file-lock-perl
cpan -i Text::Autoformat # or deb: libtext-autoformat-perl
cpan -i HTML::FormatText # or deb: libhtml-format-perl
cpan -i Net::IMAP::Simple # (needed really in name only,
# to be removed in next release)
You may have to create the temporary directory manually:
mkdir /tmp/zemail
chown www /tmp/zemail
Now restart your Apache and your are good to go.
Enhancements:
- Supports all basic forms of email, strips out MIME, displays attached images inline, and lets you download the rest.
<<lesszeMail package is written in plain HTML, and uses JavaScript only to reduce the click count, it will work perfectly with scripting disabled. Compared to the modern AJAX trend, this web mail package is designed to work everywhere.
Installation:
Download and unpack the tarball. Copy the directory lib/Zentus into your Perl inc. path (/usr/local/lib/perl/5.8.4 on Debian).
Copy the contents of mason/ into the desired subdirectory of your Apache htdocs directory or virtual host. Then add the following to your httpd.conf:
PerlModule Zentus::Mail::Connection
PerlModule Zentus::Mail::AttachmentHandler
PerlModule HTML::Mason::ApacheHandler
PerlModule Apache::Session::File
PerlModule Text::Autoformat
< Location / >
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
DirectoryIndex folder
< /Location >
< Location /attachment >
SetHandler perl-script
PerlHandler Zentus::Mail::AttachmentHandler
< /Location >
< LocationMatch "(/icons|/images|.ico|.html|.txt)" >
SetHandler default-handler
< /Location >
< LocationMatch "(autohandler|dhandler|.inc)" >
SetHandler None
< /Location >
This code segment can be added as-is if you intend to devote a VirtualHost to zeMail, otherwise prefix a directory name in the < Location > and < LocationMatch > tags.
Now install the necessary Perl modules from CPAN:
cpan -i HTML::Mason # or deb: libhtml-mason-perl
cpan -i Apache::Session # or deb: libapache-session-perl
cpan -i DB_File::Lock # or deb: libdb-file-lock-perl
cpan -i Text::Autoformat # or deb: libtext-autoformat-perl
cpan -i HTML::FormatText # or deb: libhtml-format-perl
cpan -i Net::IMAP::Simple # (needed really in name only,
# to be removed in next release)
You may have to create the temporary directory manually:
mkdir /tmp/zemail
chown www /tmp/zemail
Now restart your Apache and your are good to go.
Enhancements:
- Supports all basic forms of email, strips out MIME, displays attached images inline, and lets you download the rest.
Download (0.079MB)
Added: 2006-01-26 License: BSD License Price:
1366 downloads
Ciphire Mail Security Reports for Thunderbird 0.4.0
Ciphire Mail Security Reports for Thunderbird is an extension for Mozilla Thunderbird which reads the X-Ciphire-Report header. more>>
Ciphire Mail Security Reports for Thunderbird is an extension for Mozilla Thunderbird (Version 1.0 or greater) which reads the X-Ciphire-Report header in incoming email messages.
Ciphire Mail Security Reports for Thunderbird marks Ciphire-protected and authenticated messages with graphical elements in the message header and the message thread pane.
<<lessCiphire Mail Security Reports for Thunderbird marks Ciphire-protected and authenticated messages with graphical elements in the message header and the message thread pane.
Download (0.074MB)
Added: 2006-02-06 License: Free for non-commercial use Price:
1357 downloads
Mozilla New Mail Icon 1.2.2
Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives. more>>
Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives in your Mozilla or Mozilla Thunderbird .
Mozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM.
<<lessMozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM.
Download (0.029MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1283 downloads
AXIGEN Mail Server StartUp Edition 1.2.0b
AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and free tech support. more>>
AXIGEN StartUp Edition is a modular, FREE mail server for 9 users and one domain. This is a full-featured version, available free of charge, part of a time-limited promotional offer. The type of license offered is perpetual and you will get to keep it even if this promotion expires.
AXIGEN is available for many Linux distributions (Gentoo, Redhat/Fedora Core, Slackware, Debian, Ubuntu, Mandrake/Mandriva, SUSE) and for FreeBSD (Beta version) - see the AXIGEN download page for the corresponding download kit: http://www.axigen.com/mail-server/downloads.php.
Main AXIGEN services:
1. Mail transfer is ensured by SMTP / ESMTP modules, which include a powerful Mail Processing engine with an API (Application Programming Interface) for custom filtering.
2. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management.
3. The Webmail module provides improved security and efficiency and allows users anywhere on the Internet to access and send mails from their Web browsers.
All services are controlled from centralized WEB / CLI Administration, enabling full control of the email traffic.
AXIGEN Mail Server Specifications:
Mail Services
- SMTP/ESMTP, POP3, IMAP4 and Webmail
- SSL/TLS encryption
- Integrated List server
Connectivity and architecture:
- Multithreaded engine with module thread control
- Simultaneous resource access
- Mail storage with index based access
- In depth connection control
- Firewall-like communication rules
- User authentication: plain, CRAM MD5
Message Filtering
- Multilevel filtering system (server level, domain level, user level)
- Antivirus and AntiSPAM support
- API for external custom filters
Download your copy now!
Version restrictions: - 30 days
Enhancements:
- Forwarders; internal filtering language (AFSL); socket (AFSL based) and script (SIEVE) filters; out-of-office replies; automatic domain data migration in WebAdmin; IMAP QUOTA extension; HTMLinternal extension cleaning HTML code from email.
<<lessAXIGEN is available for many Linux distributions (Gentoo, Redhat/Fedora Core, Slackware, Debian, Ubuntu, Mandrake/Mandriva, SUSE) and for FreeBSD (Beta version) - see the AXIGEN download page for the corresponding download kit: http://www.axigen.com/mail-server/downloads.php.
Main AXIGEN services:
1. Mail transfer is ensured by SMTP / ESMTP modules, which include a powerful Mail Processing engine with an API (Application Programming Interface) for custom filtering.
2. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management.
3. The Webmail module provides improved security and efficiency and allows users anywhere on the Internet to access and send mails from their Web browsers.
All services are controlled from centralized WEB / CLI Administration, enabling full control of the email traffic.
AXIGEN Mail Server Specifications:
Mail Services
- SMTP/ESMTP, POP3, IMAP4 and Webmail
- SSL/TLS encryption
- Integrated List server
Connectivity and architecture:
- Multithreaded engine with module thread control
- Simultaneous resource access
- Mail storage with index based access
- In depth connection control
- Firewall-like communication rules
- User authentication: plain, CRAM MD5
Message Filtering
- Multilevel filtering system (server level, domain level, user level)
- Antivirus and AntiSPAM support
- API for external custom filters
Download your copy now!
Version restrictions: - 30 days
Enhancements:
- Forwarders; internal filtering language (AFSL); socket (AFSL based) and script (SIEVE) filters; out-of-office replies; automatic domain data migration in WebAdmin; IMAP QUOTA extension; HTMLinternal extension cleaning HTML code from email.
Download (6.5MB)
Added: 2006-05-03 License: Freeware Price:
1270 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
HTML Objects 1.2.4
HTML Objects is a Perl module library for turning HTML tags into Perl objects. more>>
HTML Objects is a Perl module library for turning HTML tags into Perl objects. HTML Objects allows Web pages to be manipulated as a data structure rather than text.
Once manipulation is done, the entire page is generated via depth-first recursion.
<<lessOnce manipulation is done, the entire page is generated via depth-first recursion.
Download (0.025MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1263 downloads
Pronto! 2.4.0
Pronto! is a modularized mail client based on Gtk libraries and written in Perl. more>>
Pronto! is a modularized mail client based on Gtk libraries and written in Perl.
Main features:
- Full MBOX support, Pronto! can import your existing mbox folders and export to mbox.
- QMaildir support
- HTML Mail (read only)
- GtkHTML widget support, still supporting XmHTML by default.
- Built-in helpbrowser, as well as mini-browser if using GtkHTML.
- A smart addressbook that auto completes addresses for you if you type them partially in the To: field.
- Very configurable, tons of options and preferences to choose from.
- Message colorization based on quote symbols and their levels.
- Accepts command line args for integration with Netscape through Muttzilla.
- Spelling and Autospelling support. Compatible with Ispell and Aspell.
- Can make use of threads if your version of Perl is compiled with thread support.
- Multipart (MIME) support including inbound and outbound attachements.
- Hyperlinks that WORK! All mail is turned into a pseudo-html message, with active hyperlinks. http:// ftp:// and mailto: are supported. http and ftp load Netscape, mailto opens a new msg window in Pronto! POP3 compatibility.
- Uses the Perl DBI interface now, for database flexibility. You can now use any Perl DBI compliant database with Pronto!. Not just Postgres.
- Non-blocking mail transfers. Continue using Pronto! while your mail transfers in the background.
- Multiple POP3 Account support.
- Filters, including a new message scoring system, useful for maillists.
- Header viewpane
- Sig support. Each account can have a different sig.
- New messages counter
- New messages are configured to your preferences
- Auto-set reply address based on account used to DL message.
- Send/Receive/Reply/Forward.
- Schedulable message transfers.
- Outbox for storing unsent outbound messages.
- Context Sensitive menus (Right Click)
- Sent Items Folder, Drafts folder.
- Message list sortable by From: Subj: and Date: fields (Just click the column header to sort by that column, click again to reverse the direction)
- Multiple message selection.
- Multiple folders
<<lessMain features:
- Full MBOX support, Pronto! can import your existing mbox folders and export to mbox.
- QMaildir support
- HTML Mail (read only)
- GtkHTML widget support, still supporting XmHTML by default.
- Built-in helpbrowser, as well as mini-browser if using GtkHTML.
- A smart addressbook that auto completes addresses for you if you type them partially in the To: field.
- Very configurable, tons of options and preferences to choose from.
- Message colorization based on quote symbols and their levels.
- Accepts command line args for integration with Netscape through Muttzilla.
- Spelling and Autospelling support. Compatible with Ispell and Aspell.
- Can make use of threads if your version of Perl is compiled with thread support.
- Multipart (MIME) support including inbound and outbound attachements.
- Hyperlinks that WORK! All mail is turned into a pseudo-html message, with active hyperlinks. http:// ftp:// and mailto: are supported. http and ftp load Netscape, mailto opens a new msg window in Pronto! POP3 compatibility.
- Uses the Perl DBI interface now, for database flexibility. You can now use any Perl DBI compliant database with Pronto!. Not just Postgres.
- Non-blocking mail transfers. Continue using Pronto! while your mail transfers in the background.
- Multiple POP3 Account support.
- Filters, including a new message scoring system, useful for maillists.
- Header viewpane
- Sig support. Each account can have a different sig.
- New messages counter
- New messages are configured to your preferences
- Auto-set reply address based on account used to DL message.
- Send/Receive/Reply/Forward.
- Schedulable message transfers.
- Outbox for storing unsent outbound messages.
- Context Sensitive menus (Right Click)
- Sent Items Folder, Drafts folder.
- Message list sortable by From: Subj: and Date: fields (Just click the column header to sort by that column, click again to reverse the direction)
- Multiple message selection.
- Multiple folders
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1235 downloads
Mail::Message::Body 2.065
Mail::Message::Body is the data of a body in a message. more>>
Mail::Message::Body is the data of a body in a message.
INHERITANCE
Mail::Message::Body has extra code in
Mail::Message::Body::Construct
Mail::Message::Body::Encode
Mail::Message::Body
is a Mail::Reporter
Mail::Message::Body is extended by
Mail::Message::Body::File
Mail::Message::Body::Lines
Mail::Message::Body::Multipart
Mail::Message::Body::Nested
Mail::Message::Body::String
Mail::Message::Body is realized by
Mail::Message::Body::Delayed
SYNOPSIS
my Mail::Message $msg = ...;
my $body = $msg->body;
my @text = $body->lines;
my $text = $body->string;
my IO::Handle $file = $body->file;
$body->print(*FILE);
my $content_type = $body->type;
my $transfer_encoding = $body->transferEncoding;
my $encoded = $body->encode(mime_type => text/html,
charset => us-ascii, transfer_encoding => none);n";
my $decoded = $body->decoded;
The encoding and decoding functionality of a Mail::Message::Body is implemented in the Mail::Message::Body::Encode package. That package is automatically loaded when encoding and decoding of messages needs to take place. Methods to simply build an process body objects are implemented in Mail::Message::Body::Construct.
The body of a message (a Mail::Message object) is stored in one of the many body types. The functionality of each body type is equivalent, but there are performance differences. Each body type has its own documentation with details about its implementation.
<<lessINHERITANCE
Mail::Message::Body has extra code in
Mail::Message::Body::Construct
Mail::Message::Body::Encode
Mail::Message::Body
is a Mail::Reporter
Mail::Message::Body is extended by
Mail::Message::Body::File
Mail::Message::Body::Lines
Mail::Message::Body::Multipart
Mail::Message::Body::Nested
Mail::Message::Body::String
Mail::Message::Body is realized by
Mail::Message::Body::Delayed
SYNOPSIS
my Mail::Message $msg = ...;
my $body = $msg->body;
my @text = $body->lines;
my $text = $body->string;
my IO::Handle $file = $body->file;
$body->print(*FILE);
my $content_type = $body->type;
my $transfer_encoding = $body->transferEncoding;
my $encoded = $body->encode(mime_type => text/html,
charset => us-ascii, transfer_encoding => none);n";
my $decoded = $body->decoded;
The encoding and decoding functionality of a Mail::Message::Body is implemented in the Mail::Message::Body::Encode package. That package is automatically loaded when encoding and decoding of messages needs to take place. Methods to simply build an process body objects are implemented in Mail::Message::Body::Construct.
The body of a message (a Mail::Message object) is stored in one of the many body types. The functionality of each body type is equivalent, but there are performance differences. Each body type has its own documentation with details about its implementation.
Download (0.57MB)
Added: 2006-06-08 License: Perl Artistic License Price:
1233 downloads
MHonArc 2.6.16
MHonArc is a mail to HTML converter. more>>
MHonArc project is a Perl mail-to-HTML converter. MHonArc provides HTML mail archiving with index, mail thread linking, etc; plus other capabilities including support for MIME and powerful user customization features.
Main features:
- You want to keep organized archives of mail or news articles for a World Wide Web (WWW) server; complete with live hypertext pointers to their authors and to any urls mentioned.
- You would like to control the layout of your archives to keep a consistent style to your WWW pages.
- You have MIME messages that you want to include in your archives.
- You have a WWW client, but no MIME mail reader. MHonArc will allow you to read MIME messages that includes images, audio, video, etc via your Web client.
- Multi-platform support: Unix, Windows, MacOS, etc. Basically, MHonArc should be usable on any platform that Perl has been ported to.
- MHonArc is free software.
- You think the MHonArc logo is really cool, and it deserves to be used.
- You like Perl, and you want to see what it can do.
- Just cuz.
<<lessMain features:
- You want to keep organized archives of mail or news articles for a World Wide Web (WWW) server; complete with live hypertext pointers to their authors and to any urls mentioned.
- You would like to control the layout of your archives to keep a consistent style to your WWW pages.
- You have MIME messages that you want to include in your archives.
- You have a WWW client, but no MIME mail reader. MHonArc will allow you to read MIME messages that includes images, audio, video, etc via your Web client.
- Multi-platform support: Unix, Windows, MacOS, etc. Basically, MHonArc should be usable on any platform that Perl has been ported to.
- MHonArc is free software.
- You think the MHonArc logo is really cool, and it deserves to be used.
- You like Perl, and you want to see what it can do.
- Just cuz.
Download (1.9MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1231 downloads
YAMM 0.9.1
Yet Another Mail Manager (YAMM) is a Java email client. more>>
Yet Another Mail Manager (YAMM) is a Java email client. This application has support for MIME, POP3, SMTP, HTML, filters, multiple mail accounts on different servers, and file attachments.
Main features:
- POP3 support
- Smtp support
- html support
- file attachment support
- Internationalization
- Multiple mail accounts
<<lessMain features:
- POP3 support
- Smtp support
- html support
- file attachment support
- Internationalization
- Multiple mail accounts
Download (0.544MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1231 downloads
lfwmail 2.4
lfwmail is a light weight web mail program written in perl. more>>
lfwmail is a light weight web mail program written in perl.
It will run with acceptable speed even on a Pentium 100Mhz Linux mailserver.
It has just basic features and no calendar or folders but it is fully
mime compatible and can handle attachments.
If you dont like browser cookies, this program is very suitable for you, because you dont have to enable cookies.
It is also very secure when you use https (encryption). HTML
mails are converted to ASCII text for security reasons but
you can still see the HTML mail if you want.
The code is clean and structured. Installation is straight forward
and you dont need a lot of non standard modules.
You can run it in mod_perl if you want. Remember to restart the
server when you do changes in the lfwmC.pm or any other file.
Response time will be very fast with mod_perl however for most people
normal cgi-bin will be good enough. lfwmail is already quite fast.
lfwmail is a light weight mail program. It does not keep track on what
you have read and what is new. You have to remember the dates of the
mails. There is however a small help to keep track on what you have seen
and what is new. It works for Mozilla (not netscape 4), Opera and MS IE
only as it depends on javascript style objects: the background color of e-mails
you have clicked on is changed. This is to keep track on what you have
read and what is new. This information does also survive between sessions since
version 1.5.
Enhancements:
- make it possible to call lfwmail with uid=xxx in the url. e.g https://my.host/cgi-perl/lfwmail?uid=joe_wm
<<lessIt will run with acceptable speed even on a Pentium 100Mhz Linux mailserver.
It has just basic features and no calendar or folders but it is fully
mime compatible and can handle attachments.
If you dont like browser cookies, this program is very suitable for you, because you dont have to enable cookies.
It is also very secure when you use https (encryption). HTML
mails are converted to ASCII text for security reasons but
you can still see the HTML mail if you want.
The code is clean and structured. Installation is straight forward
and you dont need a lot of non standard modules.
You can run it in mod_perl if you want. Remember to restart the
server when you do changes in the lfwmC.pm or any other file.
Response time will be very fast with mod_perl however for most people
normal cgi-bin will be good enough. lfwmail is already quite fast.
lfwmail is a light weight mail program. It does not keep track on what
you have read and what is new. You have to remember the dates of the
mails. There is however a small help to keep track on what you have seen
and what is new. It works for Mozilla (not netscape 4), Opera and MS IE
only as it depends on javascript style objects: the background color of e-mails
you have clicked on is changed. This is to keep track on what you have
read and what is new. This information does also survive between sessions since
version 1.5.
Enhancements:
- make it possible to call lfwmail with uid=xxx in the url. e.g https://my.host/cgi-perl/lfwmail?uid=joe_wm
Download (0.019MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1231 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 html mail 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