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

Base64 decode param and recognize single file mails as attachment #224

Merged
merged 3 commits into from
Jul 1, 2022
Merged

Commits on Jun 24, 2022

  1. decode_param() decode base64

    while there seems to be a check for base64 encoding (idicated by "B"),
    the string was never decoded.
    Anton Engelhardt committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    0040b41 View commit details
    Browse the repository at this point in the history
  2. handle pdf attachment only mail

    There are some mails, which only consist of attachment without a body.
    This takes care of application/pdf attachments.
    Anton Engelhardt committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    e3dfa93 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Added test

    For attachment only email with base64 encoded filename
    Anton Engelhardt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    ff9a340 View commit details
    Browse the repository at this point in the history