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

Integrate all previous PRs #44

Closed
wants to merge 10 commits into from
Closed

Integrate all previous PRs #44

wants to merge 10 commits into from

Commits on Oct 23, 2022

  1. Add support for uppercase encodings

    Fixes the issue for:
    ```
    unknown encoding: BASE64
    ```
    drewtempelmeyer committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    a9a056c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. This fix includes simple change,

    where we initially check whether part is the attachments.
    Rather doing that in the last step, otherwise attachments with mimetype
    of text/html would not be extracted out of the eml file
    Mikita Shchyhelski authored and Mario Hros committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    43b432f View commit details
    Browse the repository at this point in the history
  2. Add 8bit and binary decoding support

    0xc0d authored and Mario Hros committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    01e02d9 View commit details
    Browse the repository at this point in the history
  3. Added parsing attachments in non-multipart emails

    isch authored and Mario Hros committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    abb3b23 View commit details
    Browse the repository at this point in the history
  4. Small fix

    isch authored and Mario Hros committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    47ee9e8 View commit details
    Browse the repository at this point in the history
  5. Changed module

    isch authored and Mario Hros committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f5530b9 View commit details
    Browse the repository at this point in the history
  6. use decodeContent on every part, NextRawPart for mime types (manual m…

    …erge of arkagpl:master DusanKasan#28 and matoubidou:master DusanKasan#26)
    ArkaGPL authored and Mario Hros committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7e1e2a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b06747 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea3da3a View commit details
    Browse the repository at this point in the history
  9. new fork repo setup

    Mario Hros committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    dc7f947 View commit details
    Browse the repository at this point in the history