gabllux
gabllux
Hello, I'm experiencing formatting issues also on Outlook Desktop (Office 365, version 16.0) on Windows10.  Thanks
I apparently fixed it by going in https://github.com/freescout-help-desk/freescout/blob/7c3e57aa57b47e6c5127575cdb2792f42da597db/app/Mailbox.php#L980 and changing with: ``` public function outOauthEnabled() { return $this->oauthEnabled() && $this->out_username !== null && !strstr($this->out_username, '@') && $this->out_server !== null &&...
I'm sorry I didn't checked previous issues, apparently this is something related to https://github.com/freescout-help-desk/freescout/issues/4084 Do you think it's possible to be less strict on username validation like it was before?...