status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Port mailserver requests logic from status-react #98

Open adambabik opened 4 years ago

adambabik commented 4 years ago

As a developer, I would like to receive historic messages using the same algorithm as in status-react so that I can have better means to analyse it and measure throughput and bandwidth.

Acceptance criteria

TBD after examining status-react logic.

adambabik commented 4 years ago

status-react logic is implemented here https://github.com/status-im/status-react/blob/develop/src/status_im/mailserver/core.cljs.