HiraokaHyperTools / msgreader

40 stars 9 forks source link

Missing informations in converted mails #30

Closed bahamut657 closed 2 years ago

bahamut657 commented 2 years ago

Hi and good job for this work. I'm using the last version of this lib(1.11), and I notice these missing informations in the output mail:

Is it possible to include these informations in the converted mail? Best Regards

kenjiuno commented 2 years ago

No Received Date and time is included in converted (EML) mail. This info is very useful

If you are trying to use eml-format's build method with output from msgreader, adapter is required.

About received date:

    headers: {
        "Date": msgInfo.clientSubmitTime,
    }

clientSubmitTime: https://hiraokahypertools.github.io/msgreader/typedoc/interfaces/MsgReader.SomeOxProps.html#clientSubmitTime

bahamut657 commented 2 years ago

Thank you so much. I missed this useful documentation page. I close that issue.