https://bugs.kde.org/show_bug.cgi?id=233628
--- Comment #79 from Volker Krause <vkra...@kde.org> --- Thanks for the feedback. I'll see if we can still get that patch into the 5.65 release due tomorrow. The repeated display of this dialog is of course not addressed by this patch, that's an issue in the code using this (ie. Akonadi/KIMAP), and this needs to be addressed there. The changes in how the SSL error exceptions are stored are a side-effect of the migration to QSslError (that's the changes in KIO triggering all this). This gives us a much more fine-grained error reporting compared to the old KSslError, which makes it not always possible to properly map this to the old values though. That's the case you hit, and all that should be needed in this case is a single confirmation of the exception again. In combination with KIMAP looping on this, this however entirely blew up for you (I guess the same would happen with a new account, so this needs to be addressed either way). -- You are receiving this mail because: You are watching all bug changes.