Hy,

Can somebody send me a small example how to use multiple clients at same
time? For example to connect to 3 different IMAP server. I need this because
I'm working on an email client engine. I can connect to POP/IMAP/SMTP server
to download and send messages, but I have created those methods separated,
and each time when I check for new messages or send a message I use
reactor.run() and reactor.stop(). But calling it multiple times is a
problem. So I need something:
 - when I press button1, the application checks for new messages on POP
server.
 - when I press button2, the application checks for new messages on IMAP
server.

I know how to check for messages on IMAP/POP server, but I don't know how to
do it periodically with twisted...


I hope you understand what I'm trying to explain :}}


Thanks in advance
Szabolcs Balogh
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to