Coder Social home page Coder Social logo

gpgmail's People

Contributors

jnphilipp avatar networkjanitor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gpgmail's Issues

Broken DKIM if forwarded message

Hi! I was notice forwarding the email (like using sieve script) it broke the opendkim signature (fail) . I've test using gpgmail and without. When do without gpgmail content_filter it has good opendkim, and i try add content_filter gpg mail , after message encrypted and send to server and forward the email to recipient it make opendkim broken (fail). Whether anything cause this issues ? Thank you.

handling Content-Transfer-Encoding: "quoted-printable"

as per infertux/zeyple#39, gpgmail probably suffers the same issue since it doesn't use get_payload(decode=True) in https://github.com/jnphilipp/gpgmail/blob/master/gpgmail#L216 and following, or?

Additionally gpgmail definitely is missing the deletion of the header Content-Transfer-Encoding from the unencrypted part of the encrypted message. Should `Content-Transfer-Encoding: quoted-printable" be set, then Thunderbird fails to decrypt the message.

Example, if this is encrypted by gpgmail, thunderbird cannot decrypt it:

Return-Path: <[email protected]>
Delivered-To: [email protected]
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8
Date: Wed, 20 Feb 2019 23:23:04 +0000 (UTC)
From: "Booking.com" <[email protected]>
Mime-Version: 1.0
Reply-to: [email protected]
To: [email protected]
Message-ID: <[email protected]>
Subject: Example Subject

<!DOCTYPE html>
<html lang=3D"en" style=3D"">
<p>foo</p>
</html>

Thunderbird errors:

[process_pgp_source() /build/thunderbird/src/thunderbird-91.9.1/comm/third_party/rnp/src/librepgp/stream-parse.cpp:2534] not an OpenPGP data provided
console.debug: "rnp_op_verify_execute returned unexpected: 268435457"

Zeyple solves this by deleting this header: https://github.com/infertux/zeyple/blob/master/zeyple/zeyple.py#L238 - is there any reason to not do the same in gpgmail?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.