Merge branch 'main' of https://github.com/bulwarkmail/webmail
# Conflicts: # lib/plugin-sandbox/host-api.ts
This commit is contained in:
@@ -1344,6 +1344,8 @@ export default function Home() {
|
||||
draft = fullDraft;
|
||||
}
|
||||
|
||||
draft = await emailHooks.onBeforeEditDraft.transform(draft);
|
||||
|
||||
const bodyText = draft.bodyValues
|
||||
? Object.values(draft.bodyValues).map(v => v.value).join('\n')
|
||||
: '';
|
||||
|
||||
Reference in New Issue
Block a user