comparison README.md @ 0:1e000243b222

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