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:
djmaze 2020-03-09 17:04:17 +01:00
parent 15ceddc202
commit 2cada68f41
293 changed files with 23728 additions and 85420 deletions

View file

@ -1,7 +0,0 @@
imap_host = "imap.gmail.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.gmail.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On

View file

@ -1,7 +0,0 @@
imap_host = "imap-mail.outlook.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp-mail.outlook.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On

View file

@ -1,7 +0,0 @@
imap_host = "imap.qq.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.qq.com"
smtp_port = 465
smtp_secure = "SSL"
smtp_auth = On

View file

@ -1,7 +0,0 @@
imap_host = "imap.mail.yahoo.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.mail.yahoo.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On