RoundCube Webmail
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
3.9 KiB

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