mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
No description
The [PHP `str_shuffle()`](http://php.net/manual/en/function.str-shuffle.php) documentation states: ``` This function does not generate cryptographically secure values, and should not be used for cryptographic purposes. ``` This change makes use of [`random_bytes()`](http://php.net/manual/en/function.random-bytes.php) if it's available and falls back to the old (probably ok) `str_shuffle()` implementation. |
||
|---|---|---|
| .docker | ||
| .github | ||
| .tx | ||
| assets | ||
| build | ||
| data | ||
| dev | ||
| plugins | ||
| rainloop/v/0.0.0 | ||
| tests | ||
| vendors | ||
| .cmds | ||
| .eslintrc.js | ||
| .gitignore | ||
| .travis.yml | ||
| _include.php | ||
| _MULTIPLY | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| docker-compose.yml | ||
| gulpfile.js | ||
| index.php | ||
| jsconfig.json | ||
| LICENSE | ||
| makedeb.sh | ||
| Makefile | ||
| package.json | ||
| phpunit.xml | ||
| README.md | ||
| webpack.config.builder.js | ||
| webpack.config.js | ||
| yarn.lock | ||
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) 2018 Rainloop Team