| Summary: | Add SSL server support | ||
|---|---|---|---|
| Product: | [Applications] sieveeditor | Reporter: | Oscar Vidakovic <vidakovic> |
| Component: | general | Assignee: | Laurent Montel <montel> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | heri+kde, steffen |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Investigation result and suggestion | ||
|
Description
Oscar Vidakovic
2016-03-07 10:25:16 UTC
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! |