Re: Getting messages as conversation in IMAP

2010-10-28 Thread Norman Maurer
I there, I was not aware of rfc5256 until now. Would be really cool if James IMAP would support it in the future. Anyway I think you are asking for some library to reuse in your client code right ? Bye, Norman 2010/10/28 «< ŝķў шâlĶёř >» : > Hi Eric,Norman, > I am trying to implement serverside

Re: Getting messages as conversation in IMAP

2010-10-28 Thread «
Hi Eric,Norman, I am trying to implement serverside message conversation view for IMAP using the javamail API for gmail4j and I even contacted Bill Shannon and he told me to follow algorithm in RFC 5256[1] which should get me started.Well that is some hard task. Even he asked me to check with Apach

Re: Getting messages as conversation in IMAP

2010-10-28 Thread Eric Charles
Hi there, From my newly twitter followers, i guess @rajivderas is looking a way to improve http://code.google.com/p/gmail4j/ I have by default thread-view activated in thunderbird, but a server-side equivalent would have been nice. But from "easy extend processors", I finally think it wouldn't

Re: Getting messages as conversation in IMAP

2010-10-28 Thread Norman Maurer
Hi there, Isn't that something that the client usually provide. For example thunderbird allows you to switch to "thread-view". Bye, Norman Ps: Such questions are better answered on server-user at james.apche.org 2010/10/26 «< ŝķў шâlĶёř >» : > Hi, > Does anybody have any idea of how to read me

Re: Getting messages as conversation in IMAP

2010-10-28 Thread Eric Charles
Hi, I personally don't know any means for this, but I may miss something in the IMAP RFC. You could easily extends the James IMAP processors to implement your own proprietary extension Gmail proposes such conversation gathering via its web interface. Does it also propose such features via IMAP