Thunderbird doesn't attach files when called using NSSharingService on macOS
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
People
(Reporter: edpostvak, Unassigned)
Details
Comment 1•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 8•7 years ago
|
||
| Reporter | ||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
| Reporter | ||
Comment 12•7 years ago
|
||
| Reporter | ||
Comment 13•7 years ago
|
||
| Reporter | ||
Comment 14•7 years ago
|
||
| Reporter | ||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
| Reporter | ||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
| Reporter | ||
Comment 19•7 years ago
|
||
Updated•6 years ago
|
Comment 20•6 years ago
|
||
My apologies for this super delayed response.
So I did a bit of playing around. As previously discussed: NSSharingService will only support attachments in Apple's Mail.app. Other clients, including TB, Outlook, and Spark do not handle the attachments. This seems to be intentional, as NSSharingService does not seem to require (or provide a mechanism for) applications to handle particular events.
So the command-line method seems to be the only way for now.
Share Extensions (https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html) might allow us to register a mechanism for sharing (Spark does for example), but I'm not sure if it can provide enough functionality.
In either case, our interaction with NSSharingService isn't the problem.
To that end, I going to close this ticket (feel free to reopen if anyone disagrees). I also agree with the end of comment 15: a new bug should be created w.r.t. our handling of the -compose argument.
Updated•6 years ago
|
Description
•