I wrote simple python script which uses local gpg keys to encrypt your message and put it in body of email and send it using smtp. I don't know if someone really needs it but if someone is interested I can publish source code
@mholiv @nikolal i agree with that statement. I have a ton of crappy unfinished projects and I just write “this project is no longer maintained! Please don’t judge” and it’s awesome.
To be honest there’s so much code today that if you don’t actively promote your stuff no-one will ever look at it anyway
@croqaz
https://gitlab.com/nikolal/pypgp
Here you go :). You can test it if you want
@mholiv
@nikolal you should always publish the source code even if it is in a github repo that has a giant “nothing may work everything may be broken” warning on it. Slap a nice GPLv3 or AGPL license on that code and put it out there. Worst case no one uses it. Best case you help someone in need. :)