forked from mirror/django-mailbox
Close connections after we are done with them
This commit is contained in:
parent
592126c439
commit
fbaa378e59
3 changed files with 19 additions and 16 deletions
|
|
@ -9,3 +9,6 @@ class EmailTransport:
|
|||
message = email.message_from_bytes(contents)
|
||||
|
||||
return message
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue