Re: [Email-SIG] API for email threading library?

2012-01-09 Thread Stephen J. Turnbull
Bill Janssen writes: I think I'll finesse this issue with another (appropriate) layer of indirection. OK by me (can't bring myself to +1 on a thoughtful finesse. :) In a Lisp implementation of http://www.jwz.org/doc/threading.html I'm working on, I just use symbols named by the

Re: [Email-SIG] API for email threading library?

2012-01-09 Thread Bill Janssen
Stephen J. Turnbull step...@xemacs.org wrote: Lisp message threading? What's that in aid of, if you can say? The VM MUA for Emacs and XEmacs. Ah! I use MH-E, myself. Bill ___ Email-SIG mailing list Email-SIG@python.org Your options:

Re: [Email-SIG] API for email threading library?

2012-01-09 Thread Bill Janssen
Some input from Mark Crispin (who wrote that bit about message-ID normalization in RFC 5256): no-fold-quote does not exist in the current specification (RFC 5322) [which obsoletes 2822 - wcj]. I don't know why you think that the brackets should be removed in no-fold-literal. The brackets

Re: [Email-SIG] API for email threading library?

2012-01-06 Thread Bill Janssen
Matthew Dixon Cowles m...@mondoinfo.com wrote: Bill, Folks, I'm working on an implementation of RFC 5256 email threading, designed so that it could fit as a submodule in the email package, if such a think was ever seen to be useful. If you find it at all useful, you're very welcome to

Re: [Email-SIG] API for email threading library?

2012-01-05 Thread Barry Warsaw
On Jan 05, 2012, at 09:55 AM, Bill Janssen wrote: Folks, I'm working on an implementation of RFC 5256 email threading, designed so that it could fit as a submodule in the email package, if such a think was ever seen to be useful. I really like the idea of threading support being included in the

Re: [Email-SIG] API for email threading library?

2012-01-05 Thread R. David Murray
On Thu, 05 Jan 2012 20:21:08 -0500, Barry Warsaw ba...@python.org wrote: On Jan 05, 2012, at 09:55 AM, Bill Janssen wrote: Folks, I'm working on an implementation of RFC 5256 email threading, designed so that it could fit as a submodule in the email package, if such a think was ever seen to

Re: [Email-SIG] API for email threading library?

2012-01-05 Thread Bill Janssen
Thanks for the feedback, Barry. Barry Warsaw ba...@python.org wrote: On Jan 05, 2012, at 09:55 AM, Bill Janssen wrote: Folks, I'm working on an implementation of RFC 5256 email threading, designed so that it could fit as a submodule in the email package, if such a think was ever seen to be

Re: [Email-SIG] API for email threading library?

2012-01-05 Thread Bill Janssen
David, thanks for the follow-up. R. David Murray rdmur...@bitdance.com wrote: On Thu, 05 Jan 2012 20:21:08 -0500, Barry Warsaw ba...@python.org wrote: On Jan 05, 2012, at 09:55 AM, Bill Janssen wrote: Folks, I'm working on an implementation of RFC 5256 email threading, designed so that

Re: [Email-SIG] API for email threading library?

2012-01-05 Thread Matthew Dixon Cowles
Bill, Folks, I'm working on an implementation of RFC 5256 email threading, designed so that it could fit as a submodule in the email package, if such a think was ever seen to be useful. If you find it at all useful, you're very welcome to use anything you like from: