telaen-webmail-php/telaen/docs
Jim Jagielski f7673a1e5f OK. Save bonehead users if possible. I'm sure some won't
read any docs and they'd have this script just floating around.

Maybe use the ./index.php trick...
2006-03-09 21:20:03 +00:00
..
.cvsignore Use standard .cvsignore files to prevent ugly cvs diff output. 2006-02-03 20:21:08 +00:00
CHANGELOG-uebimiau.txt Put in docs 2006-01-26 16:24:57 +00:00
CHANGELOG.txt OK. Save bonehead users if possible. I'm sure some won't 2006-03-09 21:20:03 +00:00
COPYING.txt Add in required GNU GPL license 2006-02-11 20:33:06 +00:00
INSTALL.txt OK. Save bonehead users if possible. I'm sure some won't 2006-03-09 21:20:03 +00:00
README.txt Get ready for 1.0.0 !! 2006-02-28 20:00:44 +00:00
THEMES.txt Document "final" changes before 1.0.0-RC2 and add in a file 2006-02-05 15:39:26 +00:00
TODO.txt Big change, but very simple. Instead of carrying over the 2006-03-03 20:39:29 +00:00

----------------------------------------------------
OVERVIEW
----------------------------------------------------
Telaen is a web-based e-mail client written in PHP 
It is a free software distributed under GPL terms,
see www.gnu.org for more informations. You can use or
redistribute this software, but need preserve the credits
of author.

Telaen is based on Uebimiau.

We recommend that you read the other documents in
the docs/ subdirectory, especially the CHANGELOG.txt
and INSTALL.txt files.

----------------------------------------------------
DEVELOPER
----------------------------------------------------
Core Developer: 
- The Telaen Group (www.telaen.org)


----------------------------------------------------
FEATURES/REQUIREMENTS
----------------------------------------------------

* Working
----------------------------------------------------
- SMTP Compatible
- POP3 Compatible
- IMAP Compatible
- MIME Compatible
- Receive Attachments
- Send Attachments
- Folders/E-mail management support (Trash/Inbox/Sent/[Personal])
- Address book
- Language support
- Themes support
- Search in messages
- Personalized order messages
- Personal preferences
- Send HTML e-mails
- Quota Limit
- Auto population of SPAM folder for tagged SPAM messages

* Planned
- Database support

* NOT Planned
----------------------------------------------------
- PHP3 Port


* Dependences
----------------------------------------------------
--with-imap PHP module - NO        - Have own functions.
Sendmail/Qmail         - OPTIONAL  - Manage SMTP servers manually
Operational System OS  - NO        - Cross plataform
Database               - NO        - Manage data in hard disk
Client Cookies         - OPTIONAL  - Manage session manually
Client JavaScript      - YES       - To make templates more easy
PHP                    - YES       - Sure ;)
Smarty                 - YES       - Bundled with Telaen
                                     but you can use your
                                     own. Be sure to copy the
                                     function.um_welcome_message.php
                                     file to your plugins folder!
PHPMailer              - YES       - Bundled with Telaen
                                     but you can use your
                                     own