hi,
I installed twisted on ubuntu lucid .When I checked the version ,it shows Version('twisted', 10, 0, 0)
I tried to run imap4client.py giving it hostname='imap.gmail.com' and entered my username and password..When I run the program I am getting "twisted.internet.error.TCPTimedOutError: TCP connection timed out" error.
I was able to login and read my gmail using python imaplib though..I am wondering why it doesn't work with twisted
thanks
jim