Hi, I have some issues getting the O365 IMAP integration to work.
My debuglog shows the following information:
2022-09-29 21:52:19 | Debug | 2 | IMAPOAuthEmailSource Start for outlook.office365.com | OAuth ||| 2022-09-29 21:52:49 | Debug | 2 | IMAP Sending: TAG1 LOGOUT | OAuth ||| 2022-09-29 21:53:19 | Error | 2 | Failed to initialize the mailbox: user@user.com. Reason: cannot read - connection closed? | IssueLog |||
The errormessage when trying to retrieve the mailbox content Failed to initialize the mailbox: user@user.com. Reason: cannot read - connection closed?
Failed to initialize the mailbox: user@user.com. Reason: cannot read - connection closed?
Any help would be welcome :) Regards, Pepijn
The issue was solved ... needed to do some better research on this forum :) Adding
'imap_options' => array ( 0 => 'imap', 1 => 'ssl', 2 => 'novalidate-cert', ),
to the config did the trick
Log in to post a comment.
Hi,
I have some issues getting the O365 IMAP integration to work.
My debuglog shows the following information:
The errormessage when trying to retrieve the mailbox content
Failed to initialize the mailbox: user@user.com. Reason: cannot read - connection closed?Any help would be welcome :)
Regards,
Pepijn
Last edit: Pepijn 2022-09-29
The issue was solved ... needed to do some better research on this forum :)
Adding
to the config did the trick