source: subversion/trunk/roundcubemail/README @ 3325

Last change on this file since 3325 was 3325, checked in by thomasb, 3 years ago

Remove PHP 4 warning

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 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. The user interface is fully
19skinnable using XHTML and CSS 2.
20
21This project is meant to be a modern webmail solution which is easy to
22install/configure and that runs on a standard PHP plus MySQL, PostgreSQL or SQLite
23configuration. It includes open-source classes/libraries like PEAR
24(http://pear.php.net) and the IMAP wrapper from IlohaMail
25(http://www.ilohamail.org).
26
27The current development 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
36
37Licensing:
38----------
39This product is distributed under the GPL. Please read through the file
40LICENSE for more information about our license.
41
42
43Contribution:
44-------------
45Want to help make RoundCube the best webmail solution ever?
46RoundCube is open source software. Our developers and contributors all
47are volunteers and we're always looking for new additions and resources.
48For more information visit http://roundcube.net/contribute
49
50
51Contact:
52--------
53For any bug reports or feature requests please refer to the tracking system
54at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) or
55subscribe to our mailing list. See http://roundcube.net/support
56for details.
57
58You're always welcome to send a message to the project admin:
59hello@roundcube.net
Note: See TracBrowser for help on using the repository browser.