docwire icon indicating copy to clipboard operation
docwire copied to clipboard

Subject Line is not getting extracted in the eml file

Open skothala09 opened this issue 1 year ago • 3 comments

Hi Team,

While testing it is identified that the subject line of the eml files is not getting extracted. Can you please check and let us know.

skothala09 avatar Mar 19 '24 10:03 skothala09

Hello,

The issue was confirmed: #121 . The code for extracting a lot of metadata from eml file, including the subject is embedded inside the SDK, however tag::Metadata is not correctly emitted to the parsing chain. It looks like a trivial bug but we would like to add some missing automatic tests for this as well so it will never return.

as-ascii avatar Apr 04 '24 16:04 as-ascii

Hi Team,

Can you please provide an update on this issue

skothala09 avatar Apr 26 '24 10:04 skothala09

Hello,

The problem was found and fixed but it was not merged yet to the main branch as it is part of larger changes that are under performance testing. We are planning to merge it this week.

as-ascii avatar May 06 '24 13:05 as-ascii

The branch with the fix was merged. Currently if you receive tag::Document from the SDK you can use metadata function field to parse and retrieve metadata. Metadata exporting was added to HTML exporter as well. It was not added to plain text exporter as we currently don't have an idea how it should look like. It can be discussed (please reopen this issue or create another one if you think that metadata should be exported by plain text exporter as well).

as-ascii avatar Jun 19 '24 23:06 as-ascii