Gmail
★ wanayoo — archive 1999 http://gmail.linuxpower.org/Nouvelle recherche | Portail wanayoo

Gmail - Another Gnome Email Client

Description
Gmail is an experimental sql based vfolder email system. It has the following features:

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 freedom for anyone to use, redistribute and modify this code, according to the terms of the license.

News


November 1st, 1999 - gmail-0.4.7 "MBOX export" Release

This release fixes many small bugs, and now has a working export of incoming messages to mbox format. Unfortunately this release uses a different query method. You will have to edit your ~/.gnome/gmail config by hand and remove the 'SELECT *' bit from all your vfolders. eg: all queries beging with the 'FROM ...' part. Gmail automatically adds the SELECT part so it can optimise the data it pulls from the server. Sorry for this inconvenience. The actual database format hasn't changed.
Please test this version of gmail and email me comments.

If you want to import from mbox format into gmail, copy the mbox file into your /var/spool/mail/username directory and use a pop3 server to download all the messages into Gmail.

We are working toward a stable 0.5.0 release of gmail. We have a number of small features we are going to implement, including a revised faster database design. I am planning to have the database format very frozen after 0.5.0. See the TODO file for more information. Please join the mailing list if you would like to help out.

October 22nd, 1999 - gmail-0.4.6 "Feature creep" Release

This is a big release that contains many bug fixes and quite a few new features.
Some of the updates, new features:


Despite having lots of bug fixes, gmail is not as stable as I would like it to be. I'm going to hold off on major new features until current major bugs get wiped out. Please join the mailing list and help find these bugs.

October 6th, 1999 - gmail-0.4.5 "I want to keep this under 100k" Release

This is mainly a bug fix release. All users of gmail shoud upgrade!
Some of the updates, new features:


Please join the gmail-discuss list an give some comments, or email some to me.

September 23rd, 1999 - gmail-0.4.4 Released

Please note, you need at least gnome-libs 1.0.16 to run gmail. If you have a stock RH 6.0 installation you will need to upgrade at least gnome-libs. I strongly recommend learning how to install gnome from tarballs and always keeping up with the latest.
Also note that if you are upgrading from 0.4.2 or earlier you must delete your ~/.gnome/gmail file and let gmail recreate you a new one. This won't happen again (not soon anyway).
Updates in this version:


Please email me feedback or join the list and contribute some comments.

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.4.6 main window (121k)

Download


gmail-0.4.7.tar.gz (137k)

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