Skip to content

Commit 62a49cb

Browse files
committed
attachment fetching option changed to default `true` in order to protect current projects from "breaking"
1 parent a0c1558 commit 62a49cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/imap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'options' => [
9191
'delimiter' => '/',
9292
'fetch' => FT_UID,
93-
'attachments' => false,
93+
'fetch_attachment' => true,
9494
'open' => [
9595
// 'DISABLE_AUTHENTICATOR' => 'GSSAPI'
9696
]

0 commit comments

Comments
 (0)