docs(repos/postguard-outlook-addon): refresh page after v1 rewrite - #45
Merged
Conversation
Aligns the Outlook add-in docs with the v1 rewrite merged in encryption4all/postguard-outlook-addon#16 (merge commit f602030). - Architecture bullets now cover the new src/ layout (taskpane, yivi-dialog, launchevent, lib/* helpers). - Replace the obsolete commands.ts dialog snippet with two snippets pulled from launchevent.ts at the merge commit, covering displayDialogAsync and the chunked messageChild dispatch loop. - Note the inline taskpane Yivi flow vs. the dialog flow used during OnMessageSend. - Link to the new in-repo docs/outlook-quirks.md. - Rewrite the Releasing section around release-please plus the GHCR image (:edge for staging, version tag for production). - Add the new package.json scripts (start, stop, validate). Closes #43
rubenhensen
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #43.
Refreshes
docs/repos/postguard-outlook-addon.mdto match the v1 rewrite merged in encryption4all/postguard-outlook-addon#16 (merge commitf602030dafe2f958dabf7bacbf6239c8c65e291b).Changes
src/layout:taskpane/{taskpane,read-view,compose-view,policy-editor}.ts,yivi-dialog/yivi-dialog.{ts,html},launchevent/launchevent.ts, and thelib/helpers (office-helpers,mime,graph-client,pkg-client,auth,i18n,encoding,attributes,storage,types,dialog-chunk).commands.tsdialog snippet (commands.ts is now a 10-line FunctionFile shim). Replace with two snippets pulled fromlaunchevent.tsat the merge commit: thedisplayDialogAsynccall and the chunkedmessageChilddispatch loop.#yivi-web-formmounted in the taskpane DOM) and the dialog Yivi flow used duringOnMessageSend.docs/outlook-quirks.md.:edgefor staging, version tag for production), built and pushed by.github/workflows/release.yml. NGINX-based image, deploy still requires pulling the new tag on the host.package.jsonscripts (start,stop,validate).Verification
f602030; line ranges verified to match the file.npx vitepress build docssucceeds locally.CLAUDE.md. The only→is inside a code snippet (an arrow character in a log message, not an em dash).Reviewer quickstart