CrLf in subject?

Hello,
I used Google Takeout to get all my Gmail in .mbox format
Using MboxrdStorageReader and getting emails in Aspose.Email.MailMessage format and saving as Eml:

Since Mbox is human readable, I see that Google is word wrapping subject lines as below:

Message-ID: d90bc8c5e7201de8927087b7e64d41cfc6131e4c-20079894-110943207@google.com
Subject: Stewart, take the next step on your Windows device by confirming your
Google Account settings
From: The Google Account Team google-noreply@google.com

Aspose.Email.MailMessage.Subject will return the subject line as is, with CrLf I mean.
So we’ll get this string:
"
Stewart, take the next step on your Windows device by confirming your
Google Account settings
"
I think parser should be improved here right? No CrLf in such string fields!

@australian.dev.nerds

To ensure a timely and accurate response, please attach the following resources here for testing:

  • Your input .mbox file.
  • Please create a standalone console application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing.

As soon as you get these pieces of information ready, we will start investigation into your issue and provide you more information. Thanks for your cooperation.

PS: To attach these resources, please zip and upload them.