A disposable, temporary and private mail address!
Go to file
Guilherme Rugai Freire e211834d39
enable wal mode
2024-07-10 19:07:24 -03:00
bin add templ and initial frontend code 2024-02-20 16:13:44 -03:00
cmd/server add go fmt format.sh script 2024-07-10 19:01:31 -03:00
pkg add go fmt format.sh script 2024-07-10 19:01:31 -03:00
.gitignore enable wal mode 2024-07-10 19:07:24 -03:00
delete_old_mail.sh add script to delete old mail 2024-02-20 02:09:46 -03:00
format.sh add go fmt format.sh script 2024-07-10 19:01:31 -03:00
go.mod sanitize html with bluemonday 2024-07-10 17:31:09 -03:00
go.sum sanitize html with bluemonday 2024-07-10 17:31:09 -03:00
Makefile integrate web and mail server 2024-07-10 16:56:46 -03:00
migration.sql enable wal mode 2024-07-10 19:07:24 -03:00
README.md sanitize html with bluemonday 2024-07-10 17:31:09 -03:00
run-dev.sh integrate web and mail server 2024-07-10 16:56:46 -03:00

Nothing Mail

A temporary email service

TODO

  • Do not store the raw mail data in the DB, maybe use block storage (the provider can be a disk provider at first)
  • Cache subject parsed from email. Then when listing the email it is not necessary to parse all mails and retrieve them.
  • Cache in general?