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