Frontmatter
| id | 7056 |
| title | Phase 4: Compose Email Functionality |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 15, 2025, 1:53 PM |
| updatedAt | Jul 15, 2025, 1:54 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7056 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7048 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 15, 2025, 1:54 PM |
Goal: Implement the ability to compose a new email, initially within the main window.
Proposed Plan:
Neo.button.Baseto the "Folders" pane.useConfiginMainViewto manage anisComposingboolean state.view/ComposeView.mjs, containing the form for the new email.isComposingflag to conditionally render theComposeViewas an overlay on top of the main view.isComposingtotrue. TheComposeViewwill have a "Close" button that sets it back tofalse.