SMTPd bugfix

- missing import prevented the SMTP server from working
master
Peter Šurda 7 years ago
parent 36a04fd7d9
commit 233a30f114
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -1,3 +1,4 @@
import asyncore
import base64
import email
from email.parser import Parser

Loading…
Cancel
Save