import PMS.MailHTTPServer
import os

def server(name):
	return PMS.MailHTTPServer.MailHTTPServer(name, 'localhost', 8000)
