mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
sendMail check if recipients are known
This commit is contained in:
parent
d673ef3256
commit
ae0412c087
6 changed files with 45 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue