1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Use of correct imap port

This commit is contained in:
polytan02 2017-02-09 20:06:52 +00:00
parent 3cee22d697
commit aad41ff82b

View file

@ -31,7 +31,7 @@
define('IMAP_SERVER', 'localhost');
// connecting to default port (143)
define('IMAP_PORT', 143);
define('IMAP_PORT', 993);
// best cross-platform compatibility (see http://php.net/imap_open for options)
define('IMAP_OPTIONS', '/ssl/novalidate-cert');