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

Fix PGP/MIME sending and viewing #10195

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix PGP/MIME sending and viewing #10195

wants to merge 2 commits into from

Commits on Oct 1, 2024

  1. fix: Encapsulate PGP/MIME encrypted emails

    Sending emails that were encrypted using Mailvelope in API-mode require
    a different handling, because the encrypted cleartext contains
    MIME-headers.
    
    Signed-off-by: Pablo Zmdl <[email protected]>
    pabzm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c646c62 View commit details
    Browse the repository at this point in the history
  2. fix: Hand PGP/MIME-encrypted emails to Mailvelope

    Provide the ciphertext to the frontend and hand the ciphertext to
    Mailvelope.
    
    Signed-off-by: Pablo Zmdl <[email protected]>
    pabzm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    21142f4 View commit details
    Browse the repository at this point in the history