FreddleSpl0it

Results 36 comments of FreddleSpl0it

this issue is related [#3859](https://github.com/mailcow/mailcow-dockerized/issues/3859)

UV flags are set to preferred for both FIDO Second factor and FIDO Passwordless MFA. Seeing this https://developers.yubico.com/WebAuthn/WebAuthn_Developer_Guide/, we should change that. My sugesstion is setting the UV flag for...

I think there is a bug on Linux both in Firefox and Chrome Browser. The bug occurs when the parameter `User Verification` is set to `preferred`. Could you test the...

for the folderlast problem try the option with = `--folderlast="[Gmail]/All Mail"` Edit: Ok i see the problem with the folder containing a space character. i will try to fix this.

workaround would be to change these lines https://github.com/mailcow/mailcow-dockerized/blob/33eb2c8801c86952ec8e89a4c041c55849ae2485/data/web/inc/functions.mailbox.inc.php#L344 https://github.com/mailcow/mailcow-dockerized/blob/33eb2c8801c86952ec8e89a4c041c55849ae2485/data/web/inc/functions.mailbox.inc.php#L1799 to ``` if (str_contains(explode('=', $param)[0], ' ')) { ``` but i need to test it more to check that there is...

Yes this was my mistake as i did not see the connection with app passwords. Also there are oauth clients that will also fail with enabled TFA for users. As...

you can remove imap and smtp access for a mailbox and force using app passwords for such access. If you login as a user in the mailcow ui you will...

i started something like this for the xapian update, which is planned for the end of this year. Maybe you could give some suggestions on what we can include. [https://github.com/mailcow/mailcow-dockerized/pull/4456](https://github.com/mailcow/mailcow-dockerized/pull/4456)

this is the expected behaviour. if you want to delete tags you have to `POST /api/v1/delete/domain/tag/{domain}`

I cannot reproduce the error. What kind of emails filled the mailbox? Only the bcc forwarded?