Feature Suggestion: Scheduled send and send delay#322
Open
lucas-gaitzsch wants to merge 24 commits into
Open
Conversation
# Conflicts: # app/[locale]/page.tsx # components/email/email-composer.tsx # components/email/email-viewer.tsx
# Conflicts: # app/(main)/[locale]/page.tsx # components/layout/sidebar.tsx # stores/email-store.ts # stores/settings-store.ts
Contributor
Author
|
If you want to merge, please merge as squash commit |
Member
|
I will take a look at it tomorrow, thank you very much |
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.
Summary
This PR adds and hardens Scheduled Send support, including scheduled message listing, cancellation, editing, rescheduling, undo behavior, and compose flows. It also improves composer recipient fields for password managers and fixes an empty mail list after returning from settings. The changes address edge cases around S/MIME scheduled messages, attachment-warning sends, multi-account identity capability checks, and preventing normal mailbox actions from bypassing scheduled-send cancellation.
Changes
Related Issues
_
Type of Change
Checklist
npm run typecheck && npm run lintand there are no errorsnpm run build)locales/) if my changes affect user-facing textScreenshots / Demo
Notes for Reviewers
Please focus on the Scheduled Send edge cases, especially S/MIME scheduled messages, rescheduling from both viewer and list context menus, and ensuring regular mailbox actions are unavailable for scheduled emails.
S/MIME needs thorough review and testing because I do not have or use an S/MIME setup locally.
https://github.com/lucas-gaitzsch/bulwark-webmail/pkgs/container/bulwark-webmail-feature%2Fscheduled-send