jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
63 stars 18 forks source link

GnuPG support in YAM #77

Open jens-maus opened 8 years ago

jens-maus commented 8 years ago

Originally by _digimantrsi@users.sourceforge.net on 2010-03-04 20:24:39 +0100


Security and own Privacy gets more important every day.

Yam should support GnuPG native. http://www.gnupg.org/ PGP on Amiga is quite outdated.

GnuPG support would add up to date PGP support to YAM in an easy way.

There exsits ports for the amiga os/morphos etc.

Shouldnt be to much work as i guess its not to much more then other options calling the gnupg executable.

jens-maus commented 8 years ago

Originally on 2010-03-06 00:28:09 +0100


In fact, even better, YAM should use the gpgme library interface provided by the GPG authors. That means an amigaos port of the gpgme library should be developed/available and YAM should use it accordingly. However, this may require a substantial amount of work, thus we will schedule for a later YAM version for the moment when we have implemented more pressing things like full multithreading or IMAP support.

jens-maus commented 8 years ago

Originally by timo.sievanen@kolumbus.fi on 2010-12-23 23:37:09 +0100


Regarding PGP/GnuPG: YAM sets a MIME type 'application/pgp' for encrypted mail, http://www.rfc-editor.org/rfc/rfc3156.txt describes the updated, correct way (signatures and keys have their own types).

jens-maus commented 8 years ago

Originally on 2012-06-02 00:25:57 +0200


Still no public GPGme library port for AmigaOS/MorphOS, etc. so we have to move the ticket to 2.9 milestone until we have that.