sh8email-django
                                
                                
                                
                                    sh8email-django copied to clipboard
                            
                            
                            
                        Anonymous, silent and lockable email service
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...