enabling debug output
authorRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Wed, 24 Oct 2007 15:15:20 +0000 (15:15 +0000)
committerRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Wed, 24 Oct 2007 15:15:20 +0000 (15:15 +0000)
I just have problems to test the login of many imap-server. So I need help to get it working with several loginmethods (TLS, SSL, CRAM-MD5). I you cant login into your server, the output will help me to find out, why :) To get this output you have to start e2 in the console... you know how to do that ....

emailclient/src/plugin.py

index d04900c..56e1332 100755 (executable)
@@ -206,8 +206,10 @@ class EmailScreen(Screen, EmailHandler):
                         )
 
     def cbCapabilities(self,reason,proto):
-        print "cbCapabilities",reason
-        
+        print "#"*30
+        print "# If you have problems to log into your imap-server, please send me the output of the following line"
+        print "# cbCapabilities",reason
+        print "#"*30
         self.doLogin(proto)
 
     def ebCapabilities(reason,proto):