You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't do secure authentication with this server (errflg=2)
The /imap and /ssl flags were in the wrong order though this only mattered after I added the /secure flag.
(Snippet) Before / Broken:
:993/imap/ssl/secure
(Snippet) After / Working:
:993/ssl/imap/secure
I'm not sure where the original mix-up came from as this was originally programmed in my system about a decade ago.
I'm not sure how the documentation should be updated, only that it should be updated in regards to the chronological order of flags. In the interim I posted a comment with the error message and clarification to help anyone else who encounters this oddity.
The text was updated successfully, but these errors were encountered:
From manual page: https://php.net/function.imap-open
I was receiving the following error:
Can't do secure authentication with this server (errflg=2)
The /imap and /ssl flags were in the wrong order though this only mattered after I added the /secure flag.
(Snippet) Before / Broken:
:993/imap/ssl/secure
(Snippet) After / Working:
:993/ssl/imap/secure
I'm not sure where the original mix-up came from as this was originally programmed in my system about a decade ago.
I'm not sure how the documentation should be updated, only that it should be updated in regards to the chronological order of flags. In the interim I posted a comment with the error message and clarification to help anyone else who encounters this oddity.
The text was updated successfully, but these errors were encountered: