mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-10 23:24:15 +08:00
Updated Installation instructions (markdown)
parent
9298aa3e2b
commit
75f142d866
1 changed files with 12 additions and 12 deletions
|
@ -17,20 +17,20 @@ SnappyMail requires PHP 7.4 (or a newer version) with the following extensions:
|
||||||
|
|
||||||
Optional extensions:
|
Optional extensions:
|
||||||
* cURL
|
* cURL
|
||||||
* exif
|
* exif (when `image_exif_auto_rotate = On` and GD installed)
|
||||||
* gd, gmagick or imagemagick
|
* gd, gmagick or imagemagick (for image resize and rotation)
|
||||||
* gnupg
|
* gnupg (encrypte/signed emails)
|
||||||
* iconv
|
* iconv (is only used for `iconv_mime_encode` but not really needed either)
|
||||||
* intl
|
* intl (is used for IDN domain names, when not installed a PHP version is used)
|
||||||
* ldap
|
* ldap (for contacts)
|
||||||
* openssl
|
* openssl (for better encryption then XXTEA)
|
||||||
* PDO (MySQL/PostgreSQL/SQLite) (for contacts)
|
* PDO (MySQL/PostgreSQL/SQLite) (for contacts)
|
||||||
* redis
|
* redis (beta caching driver)
|
||||||
* Sodium
|
* Sodium (for even better encryption then XXTEA and OpenSSL)
|
||||||
* Tidy
|
* Tidy (tries to repair outgoing messages HTML structure)
|
||||||
* uuid (PECL)
|
* uuid (PECL)
|
||||||
* xxtea (PECL)
|
* xxtea (PECL, to be faster then xxtea.php)
|
||||||
* zip
|
* zip (to download mail attachments as zip)
|
||||||
|
|
||||||
Supported Browsers: Google Chrome 69+, Firefox 78+, Safari 12+, Edge 79+
|
Supported Browsers: Google Chrome 69+, Firefox 78+, Safari 12+, Edge 79+
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue