Frederick888 / external-editor-revived

External Editor Revived is a Thunderbird MailExtension which allows editing emails in programs such as Vim, Neovim, Emacs, etc.
GNU General Public License v3.0
113 stars 6 forks source link

[TB 102] Attach vCard #94

Closed Frederick888 closed 1 year ago

Frederick888 commented 1 year ago

Description

Support attachVCard.

A new header is needed.

And since

Note: If the value has not been modified, selecting a different identity will load the default value of the new identity.

By default the header can be something like

X-ExtEditorR-Attach-vCard: [false]

Then when parsing if we see X-ExtEditorR-Attach-vCard: true/false, we explicitly set the value.