-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Properly handle optional optional Group List in rfc5322 parser
We encountered an issue where incorrectly parsed headers (see unit test) were being parsed as empty group sequences. This was mainly due us not checking if there was something that required parsing after the initial display name for the group.
- Loading branch information
1 parent
9b3c615
commit 9f7c827
Showing
2 changed files
with
49 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters