mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
Put in place auth policy, storage time and testing
Better memory handling for message dispatching Better typing for some methods
This commit is contained in:
parent
4daca00359
commit
9cde0fd996
5 changed files with 121 additions and 78 deletions
|
@ -1499,6 +1499,8 @@ int RsServer::StartupRetroShare()
|
|||
mGxsMails->setNetworkExchangeService(gxsmails_ns);
|
||||
pqih->addService(gxsmails_ns, true);
|
||||
mConfigMgr->addConfiguration("gxs_mail.cfg", gxsmails_ns);
|
||||
|
||||
new TestGxsMailClientService(*mGxsMails);
|
||||
# endif // RS_GXS_MAIL
|
||||
|
||||
// remove pword from memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue