SMTPd bugfix
- missing import prevented the SMTP server from working
This commit is contained in:
parent
36a04fd7d9
commit
233a30f114
|
@ -1,3 +1,4 @@
|
|||
import asyncore
|
||||
import base64
|
||||
import email
|
||||
from email.parser import Parser
|
||||
|
|
Loading…
Reference in New Issue
Block a user