How encrypt email title ? ( GnuPG )
from Rick_C137@programming.dev to python@programming.dev on 03 Nov 2024 09:13
https://programming.dev/post/21294559

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.

#python

threaded - newest

lpwaterhouse@ioc.exchange on 03 Nov 2024 09:23 next collapse

@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 on 04 Nov 2024 13:07 collapse

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?