sendMail check if recipients are known

This commit is contained in:
Gioacchino Mazzurco 2019-09-26 23:12:26 +02:00
parent d673ef3256
commit ae0412c087
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
6 changed files with 45 additions and 10 deletions

View file

@ -165,6 +165,8 @@ public:
virtual bool getKey(const RsGxsId &id, RsTlvPublicRSAKey& key) = 0;
virtual bool getPrivateKey(const RsGxsId &id, RsTlvPrivateRSAKey& key) = 0; // For signing outgoing messages.
virtual bool getIdDetails(const RsGxsId& id, RsIdentityDetails& details) = 0 ; // Proxy function so that we get p3Identity info from Gxs
virtual ~RsGixs();
};
class GixsReputation