Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-28 Thread Krzysztof Oblucki
It would be great if I could get some pointers as to the correct way of doing it. If I were to start with search_DELETED what would be your recommendation? Sent from my BatPhone > On Nov 28, 2013, at 20:07, Glyph wrote: > >> On Nov 28, 2013, at 12:10 PM, Krzysztof Oblucki wrote: >> >> I will

Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-28 Thread Glyph
On Nov 28, 2013, at 12:10 PM, Krzysztof Oblucki wrote: > I will do that. I'm struggling with doing this myself so far because of my > noobness but making small progress every day. Feel free to ask here for any help you might need :). -glyph ___ Twis

Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-28 Thread Krzysztof Oblucki
I will do that. I'm struggling with doing this myself so far because of my noobness but making small progress every day. Sent from my BatPhone > On Nov 27, 2013, at 23:34, Glyph wrote: > > > On Nov 27, 2013, at 6:39 PM, Krzysztof Oblucki wrote: Am I on the right track? Is imap4 lib the

Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-27 Thread Glyph
On Nov 27, 2013, at 6:39 PM, Krzysztof Oblucki wrote: >>> Am I on the right track? Is imap4 lib the right tool for this job? If so, >>> is modifying IMAP4Server to handle Deferreds the right thing to do? If not, >>> what would you recommend? >> >> Sounds like you diagnosed the problem correc

Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-27 Thread Krzysztof Oblucki
Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message > From: Krzysztof Oblucki > To: "twisted-python@twistedmatrix.com" > Sent: Monday, November 25, 2013 11:27 AM > Subject: IMAP4 Proxy to add headers and modify body of an incoming message

Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-27 Thread exarkun
From: Krzysztof Oblucki To: "twisted-python@twistedmatrix.com" pyt...@twistedmatrix.com> Sent: Monday, November 25, 2013 11:27 AM Subject: IMAP4 Proxy to add headers and modify body of an incoming message Hello, I am trying to write an IMAP proxy to modify headers and the body of an incoming

Re: [Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-27 Thread Krzysztof Oblucki
Maybe I asked the wrong question?  Is it possible to use the imap4 library from twisted to write an imap4 proxy? From: Krzysztof Oblucki To: "twisted-python@twistedmatrix.com" Sent: Monday, November 25, 2013 11:27 AM Subject: IMAP4 Proxy to add headers and mo

[Twisted-Python] IMAP4 Proxy to add headers and modify body of an incoming message

2013-11-25 Thread Krzysztof Oblucki
Hello, I am trying to write an IMAP proxy to modify headers and the body of an incoming message using twisted.  I am new to python and twisted so maybe this is why I either picked the wrong route or don't have the skills to get through some issues and I'm hoping that some you fine list members c