Benvenuto in Thunderbird Add-ons.
Aggiungi nuove funzionalità e stili per rendere Thunderbird veramente tuo.
Chiudi
Paste Files as Attachments 1
di John Bieling
This Thunderbird add-on fills the gap left by the modernized Attach-From-Clipboard add-on, which is no longer able to paste files from the clipboard as attachments after migrating away from legacy Mozilla code.
Informazioni su questo componente aggiuntivo
The original add-on directly accessed the clipboard and allowed its contents (e.g., screenshots) to be pasted as attachments. However, modern Web APIs do not permit access to clipboard files, making that approach unworkable today.
This add-on takes a different approach. Instead of accessing the clipboard directly, it listens for the standard
paste
event. Thunderbird does not normally handle pasted files (pasting a file into the compose window has no effect). With this add-on installed, pasted files are extracted from the event and automatically added as attachments.