sh8email-django icon indicating copy to clipboard operation
sh8email-django copied to clipboard

Anonymous, silent and lockable email service

Results 4 sh8email-django issues
Sort by recently updated
recently updated
newest added

Least code-invasive method; using [`xml.etree`](https://docs.python.org/3/library/xml.etree.elementtree.html) Solves #30

For given ``, the GET response to `https://sh8.email/rest/mail//list/` is as follows: ``` [ { "pk": , "recipient": , "sender":

Currently sh8 uses `username__password` format to set a password. But it is not private, Because the email address contains the password. It is absolutely dangerous. To protect password, Make a...