mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 10:30:18 -05:00
add test for inline images
This commit is contained in:
parent
f31bded060
commit
3626b4d556
@ -1492,7 +1492,6 @@ define(function(require) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (internalReference) {
|
if (internalReference) {
|
||||||
// message.attachments.splice(message.attachments.indexOf(internalReference), 1);
|
|
||||||
payload = '';
|
payload = '';
|
||||||
for (var i = 0; i < internalReference.content.byteLength; i++) {
|
for (var i = 0; i < internalReference.content.byteLength; i++) {
|
||||||
payload += String.fromCharCode(internalReference.content[i]);
|
payload += String.fromCharCode(internalReference.content[i]);
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user