this post was submitted on 03 Nov 2024
11 points (86.7% liked)

Python

6366 readers
14 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

Hi,

I'm following my previous post
How encrypt email with a GnuPG public key ? [ solved ]

So I managed to encrypt the email body with GnuPG public key.. But I don't figure how I can do the same for the title ?!
ThunderBird manage it.. any idea how ?
asked on Official Thunderbird forum

Thanks.

top 2 comments
sorted by: hot top controversial new old
[โ€“] lpwaterhouse@ioc.exchange 4 points 1 week ago

@Rick_C137 They probably use "Memory Hole" (https://github.com/autocrypt/memoryhole/blob/master/specs/draft-memoryhole.md), that's what Enigmail did before.

[โ€“] RonSijm@programming.dev 2 points 1 week ago

I'm not entirely sure what you hope to achieve: have a GPG encrypted subject, and have ThunderBird automatically understand that it's encrypted, so it can be automatically decrypted?

Since you're saying you're building software to support this, what are you building? A ThunderBird plugin that can do this? Or just standalone software that you want to make compatible with ThunderBird default way of handling encryption?