| 1 | Roundcube Webmail (http://roundcube.net) |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | ATTENTION |
|---|
| 5 | --------- |
|---|
| 6 | This is just a snapshot of the current SVN repository and is NOT A STABLE |
|---|
| 7 | version of Roundcube. It's not recommended to replace an existing installation |
|---|
| 8 | of Roundcube with this version. Also using a separate database for this |
|---|
| 9 | installation is highly recommended. |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | INTRODUCTION |
|---|
| 13 | ------------ |
|---|
| 14 | Roundcube Webmail is a browser-based multilingual IMAP client with an |
|---|
| 15 | application-like user interface. It provides full functionality you expect |
|---|
| 16 | from an e-mail client, including MIME support, address book, folder management, |
|---|
| 17 | message searching and spell checking. Roundcube Webmail is written in PHP and |
|---|
| 18 | requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is |
|---|
| 19 | easily extendable and the user interface is fully customizable using skins |
|---|
| 20 | which are pure XHTML and CSS 2. |
|---|
| 21 | |
|---|
| 22 | This project includes other open-source classes/libraries from PEAR |
|---|
| 23 | (http://pear.php.net), an IMAP library derived from IlohaMail |
|---|
| 24 | the TinyMCE rich text editor, Googiespell library for spell checking |
|---|
| 25 | or the HTML sanitizer by Frederic Motte. |
|---|
| 26 | |
|---|
| 27 | The current default skin uses icons designed by Stephen Horlander and Kevin |
|---|
| 28 | Gerich for Mozilla.org. |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | INSTALLATION |
|---|
| 32 | ------------ |
|---|
| 33 | For detailed instructions on how to install Roundcube webmail on your server, |
|---|
| 34 | please refer to the INSTALL document in the same directory as this document. |
|---|
| 35 | |
|---|
| 36 | If you're updating an older version of Roundcube please follow the steps |
|---|
| 37 | described in the UPGRADING file. |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | LICENSING |
|---|
| 41 | --------- |
|---|
| 42 | This program is free software: you can redistribute it and/or modify |
|---|
| 43 | it under the terms of the GNU General Public License (with exceptions |
|---|
| 44 | for skins & plugins) as published by the Free Software Foundation, |
|---|
| 45 | either version 3 of the License, or (at your option) any later version. |
|---|
| 46 | |
|---|
| 47 | This program is distributed in the hope that it will be useful, |
|---|
| 48 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 49 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 50 | GNU General Public License for more details. |
|---|
| 51 | |
|---|
| 52 | You should have received a copy of the GNU General Public License |
|---|
| 53 | along with this program. If not, see http://www.gnu.org/licenses/. |
|---|
| 54 | |
|---|
| 55 | This file forms part of the Roundcube Webmail Software for which the |
|---|
| 56 | following exception is added: Plugins and Skins which merely make |
|---|
| 57 | function calls to the Roundcube Webmail Software, and for that purpose |
|---|
| 58 | include it by reference shall not be considered modifications of |
|---|
| 59 | the software. |
|---|
| 60 | |
|---|
| 61 | If you wish to use this file in another project or create a modified |
|---|
| 62 | version that will not be part of the Roundcube Webmail Software, you |
|---|
| 63 | may remove the exception above and use this source code under the |
|---|
| 64 | original version of the license. |
|---|
| 65 | |
|---|
| 66 | For more details about licensing and the expections for skins and plugins |
|---|
| 67 | see http://roundcube.net/license |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | CONTRIBUTION |
|---|
| 71 | ------------ |
|---|
| 72 | Want to help make Roundcube the best webmail solution ever? |
|---|
| 73 | Roundcube is open source software. Our developers and contributors all |
|---|
| 74 | are volunteers and we're always looking for new additions and resources. |
|---|
| 75 | For more information visit http://roundcube.net/contribute |
|---|
| 76 | |
|---|
| 77 | |
|---|
| 78 | CONTACT |
|---|
| 79 | ------- |
|---|
| 80 | For any bug reports or feature requests please refer to the tracking system |
|---|
| 81 | at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) |
|---|
| 82 | or subscribe to our mailing list. See http://roundcube.net/support |
|---|
| 83 | for details. |
|---|
| 84 | |
|---|
| 85 | You're always welcome to send a message to the project admin: |
|---|
| 86 | hello@roundcube.net |
|---|