From 7b8d78e262dcdd46f8cea83d7742b38dd6ee86f0 Mon Sep 17 00:00:00 2001 From: pxpm Date: Thu, 19 Oct 2017 11:55:01 +0100 Subject: [PATCH] fix FT_UID undefined constant fix FT_UID undefined constant --- src/config/imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/imap.php b/src/config/imap.php index ce08a23..cdcfc1d 100644 --- a/src/config/imap.php +++ b/src/config/imap.php @@ -80,7 +80,7 @@ | */ 'options' => [ - 'fetch' => FT_UID, + 'fetch' => 'FT_UID', 'open' => [ // 'DISABLE_AUTHENTICATOR' => 'GSSAPI' ]