Re: [Twisted-Python] twisted mail client code review

2009-12-30 Thread César García
Timothy, thanks a lot, it's good to know that I am on the right way, I'll follow your advices !! And now reading again the documentation about TCPclients, I'll try to modify the code and move the callbacks inside the Protocol class and move all the persisten config to the factory Thanks ! 2009/

Re: [Twisted-Python] twisted mail client code review

2009-12-30 Thread Timothy Allen
On Tue, 29 Dec 2009 14:55:36 -0600 César García wrote: > Hello guys, this are my first steps into twister and this is my first > app with twister, using examples from the twisted documentation and > reading it a lot ( interfaces are still not for me ), I've come to > this code: > > http://pasteb

[Twisted-Python] twisted mail client code review

2009-12-29 Thread César García
Hello guys, this are my first steps into twister and this is my first app with twister, using examples from the twisted documentation and reading it a lot ( interfaces are still not for me ), I've come to this code: http://pastebin.com/m2d6c35df My goal for now is to create my own client and be