gabllux

Results 3 comments of gabllux

Hello, I'm experiencing formatting issues also on Outlook Desktop (Office 365, version 16.0) on Windows10. ![Screenshot_1](https://user-images.githubusercontent.com/74540704/109477888-da2d5400-7a78-11eb-9185-dd3d41abc0fc.png) 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?...