diff src/plugins/plugin_misc_imap.py @ 260:c8406fe5e81e

Added SMTP server plugin, for sending messages from classic MUA \o/ - added subject managing in sendMessage
author Goffi <goffi@goffi.org>
date Tue, 18 Jan 2011 03:59:59 +0100
parents 012c38b56cdd
children 0ecd9c33fa3a
line wrap: on
line diff
--- a/src/plugins/plugin_misc_imap.py	Tue Jan 18 01:07:12 2011 +0100
+++ b/src/plugins/plugin_misc_imap.py	Tue Jan 18 03:59:59 2011 +0100
@@ -26,6 +26,7 @@
 from twisted.cred import portal,checkers,credentials
 from twisted.cred import error as cred_error
 from twisted.mail import imap4
+from twisted.python import failure
 from email.parser import Parser
 import email.message
 import os,os.path