mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 19:41:19 +00:00
parent
402198df9d
commit
f0a8803689
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,8 @@ public class MessageHelper {
|
|||
}
|
||||
});
|
||||
bpAttachment.setDataHandler(new DataHandler(dataSource));
|
||||
if (attachment.cid != null)
|
||||
bpAttachment.setHeader("Content-ID", attachment.cid);
|
||||
|
||||
multipart.addBodyPart(bpAttachment);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue