Gmail

Gmail - Another Gnome Email Client

Description
Gmail is an experiment in a sql vfolder based email system. It implements sql vfolders, incoming POP3, outgoing SMTP and more. More testers wanted... It requires access to a Mysql database to run.
We are aiming for stability and usability, especially for people who have a large volumes of email.

License


Gmail is distributed under the GNU GPL. This license gives full freedom for anyone to use, redistribute and modify this code. The only catch is that published mofications must be under the GPL license as well. This catch is what makes the GPL the best license. :)

News


September 21st, 1999 - gmail-0.4.3 Released
Eek we finally got onto freshmeat and I didn't have the upload ready. :) Some updates in this version are:

September 7th, 1999 - gmail-0.4.1 Released
Lots of minor updates to this one. The major additions are:

Help is still needed with coding if you would like to help, please email me or join the mailing list. The big area I could use help is in parsing the new messages. We need to parse out particular headers for the database, and we need to be able to decode MIME attachments.

September 3rd, 1999 - gmail-0.4.0 Released
This is the first public released of the mysql based version of gmail. It has basic message functionality working. It has outgoing SMTP and incoming POP3.. It has very basic mail parsing. This is the big area of work needed. If you would like to help, please join the mailing list.
As always, please read the README very carefully.

July 5th, 1999 - gmail-discuss mailing list.
Jeremy and Erik at linuxpower have kindly set us up with a mailing list for gmail. See below for instructions on how to subscribe.
Please consider joining this list if you would like to help with gmail development. In particular, I'm looking for people who can test new tarballs before I release them publicly. Even if you can't code, I could use some serious testers. Plus it would be good to have a forum for people interested in using gmail.

June 25rd, 1999 - gmail-0.3.7
Improved prefs settings even further... There are some serious core dumps happening but I'm hoping all the testers can help me out with them. :)

June 23rd, 1999 - gmail-0.3.6

Gmail is now completely reliant on gnome config settings. It should behave half decently the first time you open it.. You will need to add your email addy and give it at least one text mailbox to process.... I'm going to try and get gmail as stable as I can while I wait for gnome-mailer to be ready.
A whole swag of gnome email clients in the works, in a few months there should be lots of options.. I don't think gmail will be near the top of the list...

Development


This project is under heavy development. If you would like to help with the development process, e-mail me.
There is a mailing list setup for those wanting to help with development and testing. To subscribe, send an email to majordomo@linuxpower.org with the words "subscribe gmail-discuss" somewhere in the body. It will send you a confirmation message with instructions about the list.
Please use this list if you would like to help gmail develop faster. I will be sending release announcements to the list.

Screenshots


gmail-0.3.6 main window (111k)

Download


gmail-0.4.3.tar.gz (89k)

Installation


Gmail uses the standard GNU autoconf and automake. So tarball installation is easily done by unpacking the tarball and typing:
./configure
make
make install