https://bugs.kde.org/show_bug.cgi?id=360202

--- Comment #3 from Laurent Montel <mon...@kde.org> ---
    if (!m_allowUnencrypted && useTLSIfAvailable && QSslSocket::supportsSsl()
&& !m_supportsTLS &&
            messageBox(WarningContinueCancel,
                       i18n("TLS encryption was requested, but your Sieve
server does not advertise TLS in its capabilities.\n"
                            "You can choose to try to initiate TLS negotiations
nonetheless, or cancel the operation."),
                       i18n("Server Does Not Advertise TLS"), i18n("&Start TLS
nonetheless"), i18n("&Cancel")) != KMessageBox::Continue) {
        error(ERR_USER_CANCELED, i18n("TLS encryption requested, but not
supported by server."));
        disconnect();
        return false;
    }

There is a messagebox for it.
Did you see it ?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to