Skip to content

Add 8bit and binary decoding support#37

Open
0xc0d wants to merge 1 commit intoDusanKasan:masterfrom
0xc0d:patch-2
Open

Add 8bit and binary decoding support#37
0xc0d wants to merge 1 commit intoDusanKasan:masterfrom
0xc0d:patch-2

Conversation

@0xc0d
Copy link
Copy Markdown

@0xc0d 0xc0d commented Aug 18, 2021

According to "Content-Transfer-Encoding" section of RFC 1341:

The values "8bit", "7bit", and "binary" all imply that NO encoding has been performed...

CHANGE LOG:

  • Add 8bit support for content decoding.
  • Add binary support for content decoding.

PetriTurunen added a commit to PetriTurunen/parsemail that referenced this pull request Sep 18, 2021
Comment thread parsemail.go

return bytes.NewReader(b), nil
case "7bit":
case "7bit", "8bit", "binary:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo with string literal

@k3a k3a mentioned this pull request Aug 26, 2023
@k3a k3a mentioned this pull request Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants