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:
parent
3cee22d697
commit
aad41ff82b
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue