mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-07 20:40:30 +08:00
v1.0.82
This commit is contained in:
parent
f7cb3c1d17
commit
ddbf1fb2da
2 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ class GridstoreStorage {
|
|||
|
||||
createReadStream(id, attachmentData) {
|
||||
let stream = this.gridstore.openDownloadStream(id);
|
||||
if (attachmentData.metadata.decoded) {
|
||||
if (attachmentData && attachmentData.metadata.decoded) {
|
||||
let encoder = new libbase64.Encoder({
|
||||
lineLength: attachmentData.metadata.lineLen
|
||||
});
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.0.81",
|
||||
"version": "1.0.82",
|
||||
"description": "IMAP server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue