parsemail icon indicating copy to clipboard operation
parsemail copied to clipboard

Add 8bit and binary decoding support

Open 0xc0d opened this issue 3 years ago • 0 comments

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.

0xc0d avatar Aug 18 '21 09:08 0xc0d