issue: Fix imap_open Disable Authenticator
This addresses an issue where the 'DISABLE_AUTHENTICATOR' args were not properly added to the `imap_open` params. This changes the `+=` operator to `array_merge()` to successufully add the params.
Loading
Please register or sign in to comment