mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
3a92eaf857
Summary: This is going to be a diff way shorter than the previous one! Basically, it adds a new endpoint, `/blobs` to our API to store send later attachments. When a user schedules a draft to be sent, we send all attachments to this endpoint. Separately, we store the rest of the message as metadata. When it's time to send the message, we fetch the attachments from S3, fetch the metadata and merge them together to get a message we can send. Test Plan: Tested manually. Will make a final QA pass before landing. Reviewers: juan, halla, evan Reviewed By: halla, evan Differential Revision: https://phab.nylas.com/D4196
25 lines
356 B
Text
25 lines
356 B
Text
.arc*
|
|
.git*
|
|
arclib
|
|
**/node_modules
|
|
packages/client-*
|
|
!packages/client-app/.babelrc
|
|
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
**/npm-debug.log
|
|
**/lerna-debug.log
|
|
|
|
# Vim temp files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
/packages/client-sync/spec-saved-state.json
|
|
|
|
# Built cloud files
|
|
n1_cloud_dist
|