mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Privacy/GDPR friendly version (removed: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud)
Also removed: POP3, OAuth2 and update feature Added: admin password_hash/password_verify Requires: PHP 7.3+ Replaced: CRLF with LF Replaced: pclZip with ZipArchive
This commit is contained in:
parent
15ceddc202
commit
2cada68f41
293 changed files with 23728 additions and 85420 deletions
13
README.md
13
README.md
|
|
@ -27,3 +27,16 @@ Information about installing the product, check the [documentation page](http://
|
|||
http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
Copyright (c) 2019 Rainloop Team
|
||||
|
||||
## Modifications
|
||||
|
||||
This fork has modifications for:
|
||||
|
||||
* Privacy/GDPR friendly (no: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud)
|
||||
* Admin uses password_hash/password_verify
|
||||
* No POP3 and OAuth
|
||||
* PHP 7.3+ required
|
||||
* PHP mbstring extension required
|
||||
* CRLF => LF line endings
|
||||
* replaced pclZip with ZipArchive
|
||||
* no BackwardCapability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue