Simple, modern & fast web-based email client
Find a file
2020-07-15 15:39:18 +02:00
.docker
.github
.tx
assets Remove BadBrowser Internet Explorer code 2020-07-13 10:58:03 +02:00
build
data
dev Upgraded some old JavaScript to ECMAScript 1.6 2020-07-15 14:25:51 +02:00
plugins Removed jquery-backstretch that handled the UserBackground 2020-07-13 15:47:19 +02:00
rainloop/v/0.0.0 2d634a09ee 2020-07-15 14:50:39 +02:00
tasks Upgrade to custom jQuery UI 1.12.1 due to errors with jQuery 3 2020-07-15 14:16:07 +02:00
vendors Upgrade to custom jQuery UI 1.12.1 due to errors with jQuery 3 2020-07-15 14:16:07 +02:00
.browserslistrc
.cmds
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc
_include.php
_MULTIPLY
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
gulpfile.js
index.php
jsconfig.json
LICENSE
makedeb.sh
Makefile
package.json Removed jquery-backstretch that handled the UserBackground 2020-07-13 15:47:19 +02:00
README.md Removed Sentry completely 2020-07-15 14:45:11 +02:00
webpack.config.builder.js
webpack.config.js
yarn.lock Remove some npm deprecated packages 2020-07-15 15:39:18 +02:00


RainLoop Webmail


Simple, modern & fast web-based email client.

Modest system requirements, decent performance, simple installation and upgrade, no database required - all these make RainLoop Webmail a perfect choice for your email solution.


For more information about the product, check rainloop.net.

Information about installing the product, check the documentation page.

License

RainLoop Webmail (Community edition) is released under GNU AFFERO GENERAL PUBLIC LICENSE Version 3 (AGPL). http://www.gnu.org/licenses/agpl-3.0.html

Copyright (c) 2019 Rainloop Team

Modifications

This fork has the following changes:

  • Privacy/GDPR friendly (no: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud, X-Mailer)
  • Admin uses password_hash/password_verify
  • Auth failed attempts written to syslog
  • ES2015 (removed polyfills and Modernizr)
  • PHP 7.3+ required
  • PHP mbstring extension required
  • PHP replaced pclZip with ZipArchive
  • PHP yaml extension else use the old Spyc
  • Removed BackwardCapability (class \RainLoop\Account)
  • Removed ChangePassword (plugins won't work)
  • Removed JS nanoscroll, jquery-scrollstop, jquery-mousewheel, matchmedia-polyfill
  • Removed OAuth support
  • Removed POP3 support
  • Removed background video support
  • Removed Sentry (Application Monitoring and Error Tracking Software)
  • Replaced gulp-uglify with gulp-terser
  • CRLF => LF line endings

PHP73 branch

There's a branch with only the PHP 7.3 changes at https://github.com/the-djmaze/rainloop-webmail/tree/php73