diff src/plugins/plugin_misc_imap.py @ 412:62b17854254e

database integration: first draft - using SQLite as backend /!\ Not finished yet, break execution. SàT CAN'T LAUNCH PROPERLY IN THE CURRENT STATE
author Goffi <goffi@goffi.org>
date Sun, 30 Oct 2011 23:13:40 +0100
parents 0ecd9c33fa3a
children 866dbb0d7d87
line wrap: on
line diff
--- a/src/plugins/plugin_misc_imap.py	Sat Oct 08 21:03:02 2011 +0200
+++ b/src/plugins/plugin_misc_imap.py	Sun Oct 30 23:13:40 2011 +0100
@@ -444,7 +444,7 @@
         debug (_("IMAP server connection lost (reason: %s)"), reason)
 
     def buildProtocol(self, addr):
-        debug ("Building protocole")
+        debug ("Building protocol")
         prot = protocol.ServerFactory.buildProtocol(self, addr)
         prot.portal = portal.Portal(ImapRealm(self.host))
         prot.portal.registerChecker(SatProfileCredentialChecker(self.host))