flatpak / flatpak-xdg-utils

Simple portal-based commandline tools for use inside flatpak sandboxes
GNU Lesser General Public License v2.1
34 stars 14 forks source link

email: Pass attachments as fds #4

Closed fmuellner closed 7 years ago

fmuellner commented 7 years ago

Accepting local files as URIs allows leaking resources from outside the sandbox, so the Email portal will no longer permit this. Instead, attachments need to be passed as file descriptors.

Fixes #3.

matthiasclasen commented 7 years ago

Looks good to me