Seems like there's no option to configure sieve editor to connect to an SSL enabled sieve server and couldn't connect to it. Mozilla thunderbird's "Sieve" extension it works flawlessly. Could you please include SSL connection in the app roadmap? Regards
could you give me more information about it ? I need to add it where ? missing option ? etc.
Created attachment 101467 [details] Investigation result and suggestion
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 ?
needs info
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!