Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 7bit support for EML parsing #270

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Commits on Aug 1, 2024

  1. Add support for US-ASCII (7bit) encoding

    Implemented a new encoding type, `EncodingUSASCII`, representing US-ASCII (7bit) encoding. Updated the test suite to include this new encoding in the test cases, ensuring proper validation and coverage.
    wneessen committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a28cf14 View commit details
    Browse the repository at this point in the history
  2. Add support for 7bit and 8bit encodings in EML parsing

    Enhanced EML parsing to handle 7bit and 8bit content transfer encodings. Updated related test cases to verify the correct handling of these encodings. This ensures compliance with RFC2045 for defaulting to 7bit when no encoding is specified.
    wneessen committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ed93e51 View commit details
    Browse the repository at this point in the history