| Summary: | "Send via Email" on a webdav/SMB share appends URL not an attachment. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-purpose | Reporter: | cberlinger <cberlinger> |
| Component: | general | Assignee: | Aleix Pol <aleixpol> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | dolphin-bugs-null, elvis.angelaccio, luigi.toscano, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 5.70.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cberlinger
2020-09-09 20:53:25 UTC
I wonder what's the right way of fixing this issue. At the moment it's using QUrl::isLocalFile(). Elvis, which way could we use to decide whether to bring the file? Well any kio protocol should provide at least read-only support to the files. I guess we can try to remove that QUrl::isLocalFile() check? It's a bit of a tricky one... e.g. for http://foo.bar/index.html we want to send the URL as text, not the index.html file as attachment |