Bug 360202 - Add SSL server support
Summary: Add SSL server support
Status: RESOLVED WORKSFORME
Alias: None
Product: sieveeditor
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Laurent Montel
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2016-03-07 10:25 UTC by Oscar Vidakovic
Modified: 2018-10-28 03:36 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Investigation result and suggestion (1008 bytes, text/plain)
2016-10-07 10:49 UTC, Steffen Lehmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oscar Vidakovic 2016-03-07 10:25:16 UTC
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
Comment 1 Laurent Montel 2016-03-07 10:58:02 UTC
could you give me more information about it ?
I need to add it where ?
missing option ?
etc.
Comment 2 Steffen Lehmann 2016-10-07 10:49:07 UTC
Created attachment 101467 [details]
Investigation result and suggestion
Comment 3 Laurent Montel 2016-12-01 06:32:41 UTC
    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 ?
Comment 4 Laurent Montel 2017-07-08 14:35:07 UTC
needs info
Comment 5 Andrew Crouthamel 2018-09-28 02:24:27 UTC
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!
Comment 6 Andrew Crouthamel 2018-10-28 03:36:03 UTC
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!