Myzel394 / kleckrelay-server

Create unlimited email aliases, remove trackers and preload images using KleckRelay
https://app.kleckrelay.com
8 stars 1 forks source link

Store images fully in emails #29

Closed Myzel394 closed 1 year ago

Myzel394 commented 1 year ago

Instead of relying on the database, story the full url in the email (hmac it to avoid tampering). This allows us to later write the image logic in Rust and we don't need to use the database. This will increase speed and reliability, as we don't need to rely on the server.