dcposch / scramble

Secure email for everyone
http://dcposch.github.io/scramble/
226 stars 32 forks source link

Try public key lookup from recipient server, not just our own server #1

Closed dcposch closed 10 years ago

dcposch commented 11 years ago

When the lookup succeeds store the mapping in our server as well

This is necessary so that you can have federated Scramble servers

In other words, if I send email to {hash}@feross.org, it should look up feross.org/keys/{hash} to get his public key

dcposch commented 10 years ago

Currently checks only the recipient server.