source: subversion/trunk/roundcubemail/README @ 4282

Last change on this file since 4282 was 4282, checked in by thomasb, 2 years ago

Mention Auth_SASL as required PEAR package

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1Roundcube Webmail (http://roundcube.net)
2
3
4ATTENTION
5---------
6This is just a snapshot of the current SVN repository and is NOT A STABLE
7version of Roundcube. It's not recommended to replace an existing installation
8of Roundcube with this version. Also using a separate database for this
9installation is highly recommended.
10
11
12Introduction:
13-------------
14Roundcube Webmail is a browser-based multilingual IMAP client with an
15application-like user interface. It provides full functionality you expect
16from an e-mail client, including MIME support, address book, folder management,
17message searching and spell checking. Roundcube Webmail is written in PHP and
18requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is
19easily extendable and the user interface is fully customizable using skins
20which are pure XHTML and CSS 2.
21
22This project includes other open-source classes/libraries from PEAR
23(http://pear.php.net), an IMAP library derived from IlohaMail
24the TinyMCE rich text editor, Googiespell library for spell checking
25or the HTML sanitizer by Frederic Motte.
26
27The current default skin uses icons designed by Stephen Horlander and Kevin
28Gerich for Mozilla.org.
29
30
31Installation:
32-------------
33For detailed instructions on how to install Roundcube webmail on your server,
34please refer to the INSTALL document in the same directory as this document.
35
36If you're updating an older version of Roundcube please follow the steps
37described in the UPGRADING file.
38
39
40Licensing:
41----------
42This product is distributed under the GNU General Public License Version 2.
43Please read through the file LICENSE for more information about our license.
44
45Even if skins might contain some programming work, they are not considered
46as a linked part of the application and therefore skins DO NOT fall under
47the provisions of the GPL license. See the README file located in the skins
48folder for details on the skin license.
49
50
51Contribution:
52-------------
53Want to help make Roundcube the best webmail solution ever?
54Roundcube is open source software. Our developers and contributors all
55are volunteers and we're always looking for new additions and resources.
56For more information visit http://roundcube.net/contribute
57
58
59Contact:
60--------
61For any bug reports or feature requests please refer to the tracking system
62at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) or
63subscribe to our mailing list. See http://roundcube.net/support
64for details.
65
66You're always welcome to send a message to the project admin:
67hello@roundcube.net
Note: See TracBrowser for help on using the repository browser.