[trojita] [Bug 428078] SMTP AUTH Login truncates Base64 representation of username

2023-03-31 Thread Espen Sandøy Hustad
https://bugs.kde.org/show_bug.cgi?id=428078 Espen Sandøy Hustad changed: What|Removed |Added Latest Commit||https://invent.kde.org/pim/

[trojita] [Bug 428078] SMTP AUTH Login truncates Base64 representation of username

2023-03-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428078 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #5 from Bug Janitor

[trojita] [Bug 428078] SMTP AUTH Login truncates Base64 representation of username

2023-03-26 Thread Espen Sandøy Hustad
https://bugs.kde.org/show_bug.cgi?id=428078 Espen Sandøy Hustad changed: What|Removed |Added CC||es...@ehustad.com Ever confirmed|0

[trojita] [Bug 428078] SMTP AUTH Login truncates Base64 representation of username

2020-11-01 Thread Marcel Bosling
https://bugs.kde.org/show_bug.cgi?id=428078 --- Comment #3 from Marcel Bosling --- Hi again, I've used typeid().name() on buf to see what type get's deduced from auto buf and for me it turns out to be the following mangeld type name: 14QStringBuilderI10QByteArrayA3_cE It seems that a QString

[trojita] [Bug 428078] SMTP AUTH Login truncates Base64 representation of username

2020-10-22 Thread Marcel Bosling
https://bugs.kde.org/show_bug.cgi?id=428078 --- Comment #2 from Marcel Bosling --- Hi Jan, indeed the statement is a leftover of my investigations. These are the results when using auto and QByteArray for buf: const QString &sername: "someexampleusern...@whereever.org" auto buf: "a\x00u\x00

[trojita] [Bug 428078] SMTP AUTH Login truncates Base64 representation of username

2020-10-22 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=428078 --- Comment #1 from Jan Kundrát --- I do not understand how the proposed patch is supposed to fix the reported issue. Inclusion of looks like a leftover from some debugging. Instead of specifying type of that local variable as `auto`, it's now `QByteAr