mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 02:20:14 -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) {
|
||||
// message.attachments.splice(message.attachments.indexOf(internalReference), 1);
|
||||
payload = '';
|
||||
for (var i = 0; i < internalReference.content.byteLength; 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