${content}`;
const fromInitials = this.#eml.from.name.split( ' ', 2 ).map( ( word ) => word[ 0 ] ).join( '' );
const attachments = this.#eml.attachments.filter( att => att.disposition !== 'inline' );
const inlineAttachments = this.#eml.attachments.filter( att => att.disposition === 'inline' );
const output = html`