Open gingerbeardman opened 2 months ago
yes, I have thought on this problem with Apple Mail for years. Even tried hard for a while in 2012 or so to get Apple to allow some kind of "just let me copy the damn email byte stream" but to no avail. Has always seemed like it should be a pasteboard type.
The only way I've ever used has been the print-to-PDF route. (but then, as you know, there is not way to re-constitute it as an email...)
spent some time in the debugger with Stapler trying to catch the drag event of whatever it is that you can drag from mail, but nothing interesting came of it.
Is there another way to "decode" drag event other than the two in Stapler right now?
Discussed in https://github.com/gingerbeardman/stapler/discussions/35
Related: #34