Summary: | Kmail cannot use an SMTP server to send emails | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Kwanza.Pili |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | grave | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kwanza.Pili
2017-10-23 12:45:14 UTC
I did a bit more investigation and I noticed several lines containing: Error loading plugin: "The shared library was not found" when I open the settings dialog. It does not specify which plugins it is trying to load. Does anyone have any clue what the are? A bit more information from some other log. I get the following: org.kde.pim.messageviewer: plugin loading is not enabled in libmimetreeparser : Error loading plugin: "The shared library was not found." org.kde.kcoreaddons: Expected a KPluginFactory, got a Grantlee::ScriptableTagLibrary : That seems to answer the plugin question. Assuming this is not related to the SMTP issue, I reckon the problem comes from the following errors: org.kde.pim.mailtransport: Plugin AkonadiMailTransportPlugin(0x5630e0e31490) doesn't provide plugin : org.kde.pim.mailtransport: Tried to update password state of non-cloned transport. : org.kde.pim.mailtransport: org.kde.pim.mailtransport: Connecting to: "smtp...." : 25 org.kde.pim.mailtransport: Connecting to: "smtp...." : 465 : org.kde.pim.mailtransport: Modes: QSet() org.kde.pim.mailtransport: Capabilities: QSet() org.kde.pim.mailtransport: Normal: QVector() org.kde.pim.mailtransport: SSL: QVector() org.kde.pim.mailtransport: TLS: QVector() My guess is that whatever package provides mailtransport is broken. I just wonder whether this is worth fixing, particularly if it is linked to the dreadful akonadi? |