1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Close connections after we are done with them

This commit is contained in:
Akshet Pandey 2024-02-28 11:42:21 -08:00
parent 592126c439
commit fbaa378e59
3 changed files with 19 additions and 16 deletions

View file

@ -9,3 +9,6 @@ class EmailTransport:
message = email.message_from_bytes(contents)
return message
def close(self):
pass