Build a 100% anonymous messaging app you can self-host. The server is ready; for access details or help running it, see Need the server?.
from mailbox import MailBox mailbox = MailBox('imap.gmail.com', username='username', password='password', ssl=True) # Gets all unread messages unread_messages ...