Closed terrabitz closed 4 years ago
Closes Issue #18
This MR does 3 main things:
newDkimHeaderFromEmail
GetHeader
dkimHeader
DKIMHeader
RawForSign
I also added a couple rudimentary unit tests, but these aren't exhaustive since most of the code coverage is already done in Test_Validate
Test_Validate
Thanks ;)
Closes Issue #18
This MR does 3 main things:
newDkimHeaderFromEmail
toGetHeader
in order to publicly expose itdkimHeader
toDKIMHeader
RawForSign
field fromDKIMHeader
, since this seems like a field that's only applicable internallyI also added a couple rudimentary unit tests, but these aren't exhaustive since most of the code coverage is already done in
Test_Validate