Skip to content

Fix SMTP auth login username base64 encoding and clazy warning.

Espen Sandøy Hustad requested to merge hustad/trojita:bug_428078 into master

Auto deduces buf to be QStringBuilder. This breaks base64 encoding of the username, which makes auth login fail.

This also fixes a clazy warning: auto-unexpected-qstringbuilder.

Thanks to Marcel Bosling for finding the issue, and providing this patch.

BUG: 428078

Merge request reports