Re: nntplib: abstraction of threads

2005-01-21 Thread JanC
Steve Holden schreef: > Better still, do a Google search on "mail threading algorithm", > implement the algorithm described in > >http://www.jwz.org/doc/threading.html > > and post your implementation back to the newsgroup :-)

Re: nntplib: abstraction of threads

2005-01-17 Thread Rakesh
Steve Holden wrote: > Werner Amann wrote: > > > Rakesh schrieb: > > > > > >>What I want is to *group the messages belonging to each thread* . > > > > > > Hello > > > > Why not sort with Message-ID and References? > > Attention - it is a Newbie-Solution. > > > > import nntplib > > > > hamster = nnt

Re: nntplib: abstraction of threads

2005-01-16 Thread Steve Holden
Werner Amann wrote: Rakesh schrieb: What I want is to *group the messages belonging to each thread* . Hello Why not sort with Message-ID and References? Attention - it is a Newbie-Solution. import nntplib hamster = nntplib.NNTP('127.0.0.1', 119, 'user', 'pass') resp, count, first, last, name = ha

Re: nntplib: abstraction of threads

2005-01-16 Thread Werner Amann
Rakesh schrieb: > What I want is to *group the messages belonging to each thread* . Hello Why not sort with Message-ID and References? Attention - it is a Newbie-Solution. import nntplib hamster = nntplib.NNTP('127.0.0.1', 119, 'user', 'pass') resp, count, first, last, name = hamster.group('co