telaen-webmail-php/telaen/docs
2014-11-13 07:42:44 -05: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.md Ready to tag 1.3.2 2014-11-13 07:42:44 -05:00
INSTALL.txt Make sure ./inc/ is protected 2013-06-06 19:02:58 -04:00
LICENSE.txt Reorg docs... 2010-05-21 12:28:11 +00:00
NOTICE.txt Pointer to new Telaen home 2013-06-06 17:30:30 -04:00
README-htmlfilter Reorg docs... 2010-05-21 12:28:11 +00:00
README-SPAM.txt Docco changes... baseline for 1.3.0 2010-05-05 20:01:54 +00:00
README.txt Updates for github 2013-06-05 12:52:28 -04: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
UPGRADE.txt Make sure ./inc/ is protected 2013-06-06 19:02:58 -04:00

----------------------------------------------------
OVERVIEW
----------------------------------------------------
Telaen is a web-based e-mail client written in PHP. What is particularly
nice about Telaen is that it is fast, lean and simple, but also extremely
powerful. It does not require much more than a "standard" PHP
installation, nor does it require a database. It supports multiple
folders, POP3 and IMAP, is SPAM aware and incorporates a WYSIWYG editor
for Email composition. It supports multiple languages as well as
multiple themes (or "skins").

Telaen 1.3.x is compatible with PHP4 and PHP5. Starting with Telaen
2.x, support for PHP4 will be dropped.

Telaen is free software distributed under GPLv2 terms; see www.gnu.org for
more informations. You can use or redistribute this software, but need to
preserve the credits of author.

Telaen was originally 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.com)


----------------------------------------------------
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
- Optional database support
- Plugin API

* 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.txt
                                     file to your plugins folder (rename
                                     it to function.um_welcome_message.php)!
                                     If you use the bundled version,
                                     BE SURE to move it outside of the
                                     public web space.
PHPMailer              - YES       - Bundled with Telaen
                                     but you can use your
                                     own