How to use the mailchecker.models.Thread.objects function in mailchecker

To help you get started, we’ve selected a few mailchecker examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github gbozee / django-rest-admin / mailchecker / models.py View on Github external
def thread(self):
        # return Thread.objects.get(id=self.thread_id)
        return Thread.objects.get(id=self.id)

mailchecker

Cross-language email validation. Backed by a database of thousands throwable email providers.

MIT
Latest version published 5 days ago

Package Health Score

87 / 100
Full package analysis

Similar packages