File libksieve-fix-sasl.patch of Package libksieve
--- libksieve-23.08.5/src/kmanagesieve/sessionthread.cpp 2024-02-10 12:38:41.000000000 +0100
+++ libksieve-23.08.5.new/src/kmanagesieve/sessionthread.cpp 2025-06-05 14:20:16.774632037 +0200
@@ -283,7 +283,7 @@
Q_ASSERT(QThread::currentThread() == thread());
if (response.operationResult() == Response::Other) {
- if (!saslClientStep(data)) {
+ if (!saslClientStep(response.action())) {
handleSaslAuthError();
return;
}