Skip to content

Instantly share code, notes, and snippets.

@red15
red15 / smtp_debug.py
Created January 14, 2013 16:15
SMTP Debug client Listens on localhost TCP port 2525 by default.
#!/usr/bin/env python
import wxversion
wxversion.select(['2.8','2.6'])
import wx
import threading
import asyncore
import smtpd
import email
import tempfile