gdt050579 / GView

GView is a cross-platform framework for reverse-engineering. Users can leverage the diverse range of available visualization options to effectively analyze and interpret the information.
MIT License
39 stars 15 forks source link

[EML] Bug when parsing empty headers #301

Closed rzaharia closed 3 months ago

rzaharia commented 4 months ago

When parsing the following headers:

Sender: "asd@asd.com" asd@asd.com From: "asd@asd.com" asd@asd.com Subject: asd To: "asd@asd.com" asd@asd.com Cc: Bcc: MIME-Version: 1.0

It was expected 7 header values, but instead the parser obtained only 6 headers: The "Bcc" header is missing and is treated as body for the "Cc" header