katzenpost / mailproxy

POP/SMTP to Katzenpost proxy server library
GNU Affero General Public License v3.0
4 stars 5 forks source link

api: return the senders ID for received messages #19

Closed meskio closed 6 years ago

meskio commented 6 years ago

Let's define a Message struct to store the received message data and discover the sender ID from it's key.

It walks over all the list of know keys, it could be done more efficient.

david415 commented 6 years ago

new PR