javax.mail
192193194195196197198
*/ protected FileAttachment createFileAttachment() { String name = this.name; String contentId = resolveContentId(); return new FileAttachment(sourceFile, name, contentId); }