mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-09 12:59:38 +00:00
A disposable, temporary and private mail address!
- Move mail functions to its own packages; - Move bigger router functions to its own functions, and separate router creation from main function; - Edit the algorithm that choses the format will be chosen with regards to format preference to a simples one. |
||
|---|---|---|
| bin | ||
| cmd | ||
| pkg | ||
| .gitignore | ||
| delete_old_mail.sh | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| migration.sql | ||
| README.md | ||
| run-web.sh | ||
Nothing Mail
A temporary email service
TODO
- Use an DB other than sqlite. it is not good for concurrent operations.
- Do not store the raw mail data in the DB, maybe use block storage (the provider can be a disk provider at first)
- Use
bluemondayto sanitize the mail html before rendering - Cache subject parsed from email. Then when listing the email it is not necessary to parse all mails and retrieve them.
- Cache in general?