Main > Free Download Search >

Free mail client software for linux

mail client

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3587
W3MAIL - fast and small web-mail client 1.0

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.
<<less
Download (0.059MB)
Added: 2005-05-06 License: GPL (GNU General Public License) Price:
1634 downloads
Mail::Client::Yahoo 1.0

Mail::Client::Yahoo 1.0


Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. more>>
Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email.

SYNOPSIS

use Mail::Client::Yahoo;

$y = Mail::Client::Yahoo->login(
username => bob,
password => secret,
secure => 1, # for the paranoid and patient
);

$y->select_folder(Inbox);

$m = $y->message(0); # is equivalent to...
@ids = $y->message_list();
$y->message($id[0]);

$y->delete_message(0);

$y->logout();

This module allows you to access your web-based Yahoo Mail account programatically. Similar in function to Mail::Webmail::Yahoo, this module is more geared towards manipulation of individual messages, rather than simple bulk download. This module is also probably more reliable than Mail::Webmail::Yahoo, as well.

<<less
Download (0.006MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1048 downloads
Oracle client 1.00

Oracle client 1.00


Oracle client is a simplistic Perl-based Oracle client. more>>
Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients.

It is relatively simplistic, but much more useful than dbishell or sqlplus.

The project supports readline, history, desc, and various shorthand commands like d, , c, etc.

<<less
Download (0.013MB)
Added: 2007-04-12 License: Perl Artistic License Price:
938 downloads
MusicBrainz::Client 0.11

MusicBrainz::Client 0.11


MusicBrainz::Client is a MusicBrainz Client API. more>>
MusicBrainz::Client is a MusicBrainz Client API.

SYNOPSIS

use MusicBrainz::Client;
use MusicBrainz::Queries qw(:all);

my $mb = MusicBrainz::Client->new();
if(! $mb->query_with_args( MBQ_FindArtistByName, [ "Pink Floyd" ]) ) {
die("Query failed: ", $mb->get_query_error(), "n");
}
print "Found ", $mb->get_result_int(MBE_GetNumArtists), " artistsn";

This module provides access to the musicbrainz client API using a perl-ish OO interface.

<<less
Download (0.023MB)
Added: 2006-11-13 License: Perl Artistic License Price:
1083 downloads
zeMail 1.0

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.
<<less
Download (0.079MB)
Added: 2006-01-26 License: BSD License Price:
1366 downloads
MailKount 0.3.1

MailKount 0.3.1


MailKount project is an applet for Kicker that regularly checks the number of mails on one ore two pop servers. more>>
MailKount project is an applet for Kicker that regularly checks the number of mails on one ore two pop servers and sends notifications on new messages.
This tool is mainly useful for people who are using webmail and not a mail client such as the very good KMail.
This program is my first C++ program in more or less 3 years and is also my first Qt/KDE application (yeah ok, small application).
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Enhancements:
- Correction of a stupid bug : if you have two boxes and receive 1 mail only on the first box, there was no notification... human error. Sorry!
- Thanks japc for the "EXAMINE" command.
<<less
Download (0.48MB)
Added: 2007-02-10 License: GPL (GNU General Public License) Price:
986 downloads
Original Gamers Client 0.4.7

Original Gamers Client 0.4.7


Original Gamers Client is a cross-platform GUI MUD client. more>>
Original Gamers Client project is a cross-platform GUI MUD client.

Original Gamers Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk.

<<less
Download (MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1046 downloads
JMail 0.8.6

JMail 0.8.6


This site is JMail website, a project which began for school and which is still growing. more>>
This site is JMail website, a project which began for school and which is still growing. Jmail is a mail client written in Java and because of that, is very portable.
JMail runs on every platform with a Java virtual machine (JVM) 1.4.x. You also need two API used, Javamail and JAF (Java Activation Framework), which are developped by Sun.

<<less
Download (0.096MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1234 downloads
NeoMail 1.29

NeoMail 1.29


NeoMail is a free web-based e-mail client that can be installed on any UNIX mail server that is also running a web server. more>>
NeoMail project is a web-based mail client which can be installed on any UNIX mail server that is also running a web server. With thousands of installations worldwide, anyone who has used their share of webmail has probably used NeoMail at some point.
In fact, theres a good chance that you arrived at this page by clicking a link on your NeoMail providers login page. Welcome! Feel free to browse around and see what others are saying about the webmail interface youve used for years.
But be advised: we cant help you with end-user issues such as login timeouts, password reset requests, and the like. We dont administer your e-mail server, we just provide the webmail software that powers it!
Main features:
- Sending/receiving messages with multiple attachments
- Inline image attachment display
- Friendly, attractive, icon-based user interface -- If you dont agree, you can create your own using the built-in interface template support!
- Multiple language support, including English, Spanish, German, French, Hungarian, Italian, Dutch, Polish, Portuguese, Norwegian, Romanian, Russian, Slovak, and more can be added easily
- Configurable limits on outgoing attachment size, folder disk usage, addressbook size...
- Users can import their address book from Outlook Express or Netscape Mail in CSV format.
NeoMail is not related to the web-based messaging service at NeoPets.com.
Enhancements:
- This release has a fix to check the session before a folder add/delete in case of a maliciously constructed request.
- This upgrade is highly recommended for all users.
<<less
Download (0.54MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1353 downloads
Mail::Action 0.40

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.

<<less
Download (0.011MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
Masswire Mail 0.17 Beta

Masswire Mail 0.17 Beta


Masswire Mail provides a SQL POP3 Webmail software. more>>
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.

<<less
Download (0.039MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
Mailody 0.5.0

Mailody 0.5.0


Mailody is a Qt/KDE based mail client which only supports the IMAP protocol. more>>
Mailody is a Qt/KDE based mail client which only supports the IMAP protocol. It supports tabbed email reading. This is the first release. I want to have feedback about all the problems. To which mailservers can Mailody not talk for example. Are there any crucial bugs which renders the software unusable for you.
By the way, that is something different as experimental. Mailody should not trash your mail or do other nasty things. I understand mail is important to you. I use Mailody on a daily bases and I would not do that if its buggy.
Enhancements:
- rewrite of large parts of the imap part.
- fetch mailboxlist removed, sync is improved.
- new attachment list in the composer.
- added a re-edit, makes resend possible.
- added a save as draft to the composer.
- added a possibility to add a automatically generated html part to each message.
- fixed bug in selecting the correct profile for forwarding messages.
- stopped stripping the signature when forwarding a message.
- fixed quick search when switching folders.
- Speed improvement for opening folders.
- Fixed drawing error on first messages.
- Added go-to-next-unread.
- Added the possibility to save a message to disk.
- Added fixed font mode for the composer.
- Fixed rare bug in quoted printible messages.
- Improved signature handling.
- Extended the command line parameters & dcop.
- Added a basic phising check.
- Fix some encoding issues in subject and name.
- Most important: ** A MANUAL ** by Richard Johnson.
<<less
Download (0.68MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
934 downloads
Ishmail 2.1.0

Ishmail 2.1.0


Ishmail is a graphical mail reader for Unix systems. more>>
Ishmail is a graphical mail reader for Unix systems. It has any of the features you would expect in any GUI mail client.
Main features:
- is based on the UNIX philosophy
- supports UNIX (mbox), mh and MMDF folder formats
- e-mail aliases (also aliases for groups of people).
- shares folders and aliases with programs such as pine, elm, Z-mail, and sendmail
- internal IMAP and POP support
- PGP support
- easy integration with procmail, fetchmail, sendmail...
- the internal editor can be configured to use emacs key bindings, or you can use an external editor
- spell checking using any external spellchecker (like ispell or Aspell)
- can pass messages to external commands
- message sorting by multiple criteria
- message threading by subject
- advanced message searching with regular expressions
- can specify patterns (using UNIX regular expressions) to look for in message headers, then take action when a match is found. Each pattern can have a different action. These actions include:
- Automatically file the message in a specific folder (mail filtering)
- Run an alert command (for example, play a specific sound).
- Display a specific icon pixmap. extremely customizable: select your own
- shortcut keys, buttons, colors, just about anything
<<less
Download (1.8MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1234 downloads
PHPwebmail 2.3

PHPwebmail 2.3


PHPwebmail is a PHP4 based IMAP Webmail Client. more>>
PHPwebmail is a Web-based IMAP and SMTP mail client. Often it is not possible to make outside mail connections from networks behind strict firewalls, or to configure a regular mail client (for example in an Internet cafe).

With PHPwebmail a mail client only needs a WWW connection to the mailserver. Specifically it only needs a connection to the webserver hosting PHPwebmail.

Most of the times the Web and mail server will be the same machine but PHPwebmail can connect to other mailservers as well as long as an IMAP connection between these two machines is allowed.
<<less
Download (0.047MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1639 downloads
DisSent 1

DisSent 1


DisSent is a program for separating your sent mail from a single folder into different folders. more>>
DisSent (short for "Distribute Sent Mails") is a program for separating your sent mail from a single folder into different folders based on properties of the individual messages in the folder.
DisSent scans your mail storage and proposes a set of actions to tidy up your sent mail folders.
Almost all mail user agents (MUA, "mail clients") Ive encountered implement a standard way of handling outgoing messages by placing a copy of every sent message into a certain special folder.
While this might be a fail-safe approach, it is not very useful for you if you belong to those people who work with mail folders and rules to sort incoming mails. Usually, youll have your rules setup so that an incoming mail from John Doe will be moved into a separate folder, lets say "INBOX.Friends.JDoe". Now if you reply to this mail, your answer is moved to an entirely different folder, and if you want to look up your answer some time later, youll have to browse through all the mails you sent in the meantime. This is ugly.
Enters DisSent (short for "Distribute Sent Mails"). DisSent scans your mail storage and proposes a set of actions to tidy up your sent mail folders. More precisely, it gives you a list of messages along with proposals on where to move these messages. You can then select the mails you want to move and let DisSent do the actual work.
Known Issues
- The progress monitors should be modal so you cant execute other actions while DisSent is busy.
- The protocol SMTP in the login window doesnt really make sense.
<<less
Download (0.73MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1299 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5