Flatpak: libcurl is built without smtp support
Closed, ResolvedPublic

Description

libcurl is built without the --enable-smtp flag, which breaks email sending for kube.

The resulting error message is:
"Unsupported protocol; Protocol \"smtp\" not supported or disabled in libcurl"

apol added a subscriber: apol.Aug 9 2017, 11:36 PM

Where are we using libcurl? Would it make sense to build it separately in Kube's flatpak manifest?

In sink. If its not somehow conflicting with the existing libcurl,, then sure.

apol closed this task as Resolved.Aug 10 2017, 1:01 PM
apol claimed this task.

Included libcurl: https://commits.kde.org/flatpak-kde-applications/fe4e0b49001d46c26dd1246cc2376d80caaffe5f

I looked into the cmake files, it seems like smtp is built unless prevented, so it should be good to go.

Please test

Works! Thanks