mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-04 20:03:11 +08:00
store encoded size for attachment
This commit is contained in:
parent
bc4001d049
commit
9cc641441d
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class GridstoreStorage {
|
|||
let metadata = {
|
||||
m: attachment.magic,
|
||||
c: 1,
|
||||
esize: attachment.body.length,
|
||||
transferEncoding: attachment.transferEncoding
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue