mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
- This adds params for the upload URL and local file path, so that the actual upload can happen in the send job. - This also moves the URL generation to the client side so that we can generate a valid URL before the upload (because the MIME rendering of the mail message happens earlier and we want to include the URL there)
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"name": "deltachat-upload-server",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"base32": "^0.0.6",
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|