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

Render each mime-part into an individual iframe #9519

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2024

  1. html class: Allow to pass array as content

    This allows for a little cleaner code
    pabzm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6631f0c View commit details
    Browse the repository at this point in the history
  2. Make codestyle check happy

    pabzm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6097159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    288d37a View commit details
    Browse the repository at this point in the history
  4. Fix washing html from rcube_attachment_handler

    This probably wasn't implemented previously because HTML-parts usually
    didn't run through get.php.
    pabzm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5e941b7 View commit details
    Browse the repository at this point in the history
  5. Exit through sendExit()

    That way it's testable.
    pabzm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a982603 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8becd3f View commit details
    Browse the repository at this point in the history
  7. Styled message loading notice without meta refresh

    Meta refresh would require unsafe-inline in a CSP, which we want to
    avoid.
    pabzm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    953433a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2d23ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d8b8d3 View commit details
    Browse the repository at this point in the history