mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user