@bobfrankston/rmfmail 1.2.117 → 1.2.118
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.bundle.js +1 -0
- package/client/app.bundle.js.map +2 -2
- package/client/app.js +1 -0
- package/client/app.js.map +1 -1
- package/client/app.ts +1 -0
- package/client/compose/compose.bundle.js +1 -0
- package/client/compose/compose.bundle.js.map +2 -2
- package/client/compose/compose.js +1 -0
- package/client/compose/compose.js.map +1 -1
- package/client/compose/compose.ts +1 -0
- package/package.json +1 -1
- package/packages/mailx-service/index.d.ts +1 -1
- package/packages/mailx-service/index.d.ts.map +1 -1
- package/packages/mailx-service/index.js +4 -2
- package/packages/mailx-service/index.js.map +1 -1
- package/packages/mailx-service/index.ts +4 -2
- package/packages/mailx-service/jsonrpc.js +1 -1
- package/packages/mailx-service/jsonrpc.js.map +1 -1
- package/packages/mailx-service/jsonrpc.ts +1 -1
- package/packages/mailx-types/mailx-api.d.ts +1 -1
- package/packages/mailx-types/mailx-api.d.ts.map +1 -1
- package/packages/mailx-types/mailx-api.ts +3 -1
package/client/app.bundle.js
CHANGED
|
@@ -11981,6 +11981,7 @@ document.addEventListener("mailx-popout-message", (async (e) => {
|
|
|
11981
11981
|
accountId,
|
|
11982
11982
|
to: msg.to || [],
|
|
11983
11983
|
cc: msg.cc || [],
|
|
11984
|
+
bcc: msg.bcc || [],
|
|
11984
11985
|
subject: msg.subject || subject || "",
|
|
11985
11986
|
bodyHtml: msg.bodyHtml || "",
|
|
11986
11987
|
inReplyTo: msg.inReplyTo || "",
|