This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
Take advantage of MS normalized URL field if available in email headers #36
Labels
enhancement
New feature or request
In the process of modifying urlfinderlib to correctly normalize URLs by mapping bytes from the universal character set to ascii for IRI -> URL mapping according to https://tools.ietf.org/html/rfc3987#section-3.1 I noticed this field in email headers from o365:
So when parsing email files, check for this field and for a value inside of the
NormalizedUrl
field and create a URL observable with the value.The text was updated successfully, but these errors were encountered: