@bobfrankston/rmfmail 1.2.117 → 1.2.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/client/app.js CHANGED
@@ -6021,6 +6021,7 @@ document.addEventListener("mailx-popout-message", (async (e) => {
6021
6021
  accountId,
6022
6022
  to: msg.to || [],
6023
6023
  cc: msg.cc || [],
6024
+ bcc: msg.bcc || [],
6024
6025
  subject: msg.subject || subject || "",
6025
6026
  bodyHtml: msg.bodyHtml || "",
6026
6027
  inReplyTo: msg.inReplyTo || "",