Skip to content

feat(email): creating drafts & sending actual attachments in email compose #995

Merged
dev-rb merged 13 commits intomainfrom
rahul/feat-sending-attachments-in-email-compose
Jan 15, 2026
Merged

feat(email): creating drafts & sending actual attachments in email compose #995
dev-rb merged 13 commits intomainfrom
rahul/feat-sending-attachments-in-email-compose

Conversation

@dev-rb
Copy link
Copy Markdown
Contributor

@dev-rb dev-rb commented Jan 14, 2026

Summary

This is a stacked PR built on #993 and #935. This handles adding draft creation and adding actual attachments in the email compose view.

You can use the paperclip button to select files from your computer or drag and drop. This replaces the current/previous functionality of drag and drop where it would place the document in the markdown at a position. Now, all dnd files/folders are added as actual attachments

TODO:

  • Consolidate duplicate draft collection and saving logic
  • Add indicator to show that a draft was saved
  • Add invalidation to attachment mutations

Screenshots, GIFs, and Videos

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 14, 2026

@dev-rb dev-rb force-pushed the rahul/feat-sending-attachments-in-email-compose branch 2 times, most recently from da267dc to 3eaca7d Compare January 14, 2026 17:32
@dev-rb dev-rb marked this pull request as ready for review January 14, 2026 17:34
@dev-rb dev-rb requested a review from a team as a code owner January 14, 2026 17:34
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Jan 14, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

1 similar comment
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Jan 14, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@dev-rb dev-rb changed the title feat(email): sending actual attachments in email compose feat(email): creating drafts & sending actual attachments in email compose Jan 14, 2026
@jbecke
Copy link
Copy Markdown
Contributor

jbecke commented Jan 14, 2026

image im getting infinite spinner tryna upload this docx

@dev-rb
Copy link
Copy Markdown
Contributor Author

dev-rb commented Jan 14, 2026

If you drag and dropped, it's not going to attach it as an actual attachment so it's trying to add the docx to the markdown. Not sure what's causing the loading issue but it is a different issue.

But I think I will switch the drag and drop logic to attach the file as an actual attachment instead of the current behavior

EDIT: Added drag and drop as actual attachments

@dev-rb dev-rb merged commit ed676e4 into main Jan 15, 2026
22 checks passed
@dev-rb dev-rb deleted the rahul/feat-sending-attachments-in-email-compose branch January 15, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants