PeeHaa / mailgrab

Simple and easy to use catch-all SMTP mail server and debugging tool
MIT License
93 stars 3 forks source link

Persistent storage #13

Open PeeHaa opened 6 years ago

PeeHaa commented 6 years ago

Optional persistent storage of mails (maybe redis storage?)

shadowhand commented 6 years ago

SQLite would be ideal, because then the Phar is completely self contained. Maybe also automatically purge emails >30d old.

PeeHaa commented 6 years ago

Yeah that was my first thought too (re SQLite). Need to see if/how I can make it async compatible.