mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 05:34:23 +08:00
[local-sync] Update comment
This commit is contained in:
parent
5a7aa45629
commit
e77fbc21e1
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ async function parseFromImap(imapMessage, desiredParts, {db, accountId, folder})
|
|||
} else if (transferEncoding.toLowerCase() === 'base64') {
|
||||
body[mimetype] = mimelib.decodeBase64(imapMessage.parts[id], charset || 'ascii');
|
||||
} else {
|
||||
// 'binary' and custom x-token content-transfer-encodings
|
||||
// custom x-token content-transfer-encodings
|
||||
return Promise.reject(new Error(`Unsupported Content-Transfer-Encoding ${transferEncoding}, mimetype ${mimetype}`))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue