commit | author | age
|
9adef6
|
1 |
Roundcube Webmail (http://roundcube.net) |
30233b
|
2 |
|
977a29
|
3 |
|
T |
4 |
ATTENTION |
|
5 |
--------- |
635831
|
6 |
This is just a snapshot of the current SVN repository and is NOT A STABLE |
9adef6
|
7 |
version of Roundcube. It's not recommended to replace an existing installation |
T |
8 |
of Roundcube with this version. Also using a separate database for this |
|
9 |
installation is highly recommended. |
977a29
|
10 |
|
T |
11 |
|
7fe381
|
12 |
INTRODUCTION |
T |
13 |
------------ |
233622
|
14 |
Roundcube Webmail is a browser-based multilingual IMAP client with an |
635831
|
15 |
application-like user interface. It provides full functionality you expect |
48f5e6
|
16 |
from an e-mail client, including MIME support, address book, folder management, |
233622
|
17 |
message searching and spell checking. Roundcube Webmail is written in PHP and |
T |
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. |
30233b
|
21 |
|
233622
|
22 |
This project includes other open-source classes/libraries from PEAR |
de9f79
|
23 |
(http://pear.php.net), an IMAP library derived from IlohaMail |
233622
|
24 |
the TinyMCE rich text editor, Googiespell library for spell checking |
T |
25 |
or the HTML sanitizer by Frederic Motte. |
30233b
|
26 |
|
de9f79
|
27 |
The current default skin uses icons designed by Stephen Horlander and Kevin |
30233b
|
28 |
Gerich for Mozilla.org. |
T |
29 |
|
|
30 |
|
7fe381
|
31 |
INSTALLATION |
T |
32 |
------------ |
de9f79
|
33 |
For detailed instructions on how to install Roundcube webmail on your server, |
f11541
|
34 |
please refer to the INSTALL document in the same directory as this document. |
T |
35 |
|
5c84da
|
36 |
If you're updating an older version of Roundcube please follow the steps |
T |
37 |
described in the UPGRADING file. |
|
38 |
|
f11541
|
39 |
|
7fe381
|
40 |
LICENSING |
T |
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. |
de9f79
|
46 |
|
7fe381
|
47 |
This program is distributed in the hope that it will be useful, |
T |
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 |
|
10560d
|
66 |
For more details about licensing and the expections for skins and plugins |
7fe381
|
67 |
see http://roundcube.net/license |
f11541
|
68 |
|
T |
69 |
|
7fe381
|
70 |
CONTRIBUTION |
T |
71 |
------------ |
233622
|
72 |
Want to help make Roundcube the best webmail solution ever? |
T |
73 |
Roundcube is open source software. Our developers and contributors all |
48f5e6
|
74 |
are volunteers and we're always looking for new additions and resources. |
T |
75 |
For more information visit http://roundcube.net/contribute |
30233b
|
76 |
|
T |
77 |
|
7fe381
|
78 |
CONTACT |
T |
79 |
------- |
977a29
|
80 |
For any bug reports or feature requests please refer to the tracking system |
7fe381
|
81 |
at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) |
T |
82 |
or subscribe to our mailing list. See http://roundcube.net/support |
977a29
|
83 |
for details. |
30233b
|
84 |
|
977a29
|
85 |
You're always welcome to send a message to the project admin: |
04e87e
|
86 |
hello@roundcube.net |