Re: [Twisted-Python] IMAP implementation

2016-02-14 Thread Glyph Lefkowitz
> On Feb 14, 2016, at 2:59 AM, Yehuda Deutsch wrote: > > Hi, > > I am implementing Twisted as an IMAP server. > The actual data is retrieved over API, both metadata and MIME messages. > > I am encountering several issues, but I could not find any clear cut answers > besides trying and excepti

[Twisted-Python] IMAP implementation

2016-02-14 Thread Yehuda Deutsch
Hi, I am implementing Twisted as an IMAP server. The actual data is retrieved over API, both metadata and MIME messages. I am encountering several issues, but I could not find any clear cut answers besides trying and excepting... Are there examples of IMAP servers based on twisted or some experi