Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73612
| From | Adam Funk <a24061@ducksburg.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Standard way to generate mail/news reply? |
| Date | 2014-06-26 10:37 +0100 |
| Organization | $CABAL |
| Message-ID | <l86t7bx3od.ln2@news.ducksburg.com> (permalink) |
| References | <515o7bx07o.ln2@news.ducksburg.com> <mailman.11215.1403612058.18130.python-list@python.org> |
On 2014-06-24, Skip Montanaro wrote: > On Tue, Jun 24, 2014 at 6:46 AM, Adam Funk <a24061@ducksburg.com> wrote: >> Is there some standard library or code for taking an e-mail or >> newsgroup message & generating a reply to it? > > You might try searching for "mail reply" on pypi.python.org. That will > return a number of hits. I know the python.org replybot is there and > used frequently. It might be a good starting point. It looks like I can use the email_reply_parser to do half the job, & modify code from replybot to do the other half. Thanks! -- svn ci -m 'come back make, all is forgiven!' build.xml
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Standard way to generate mail/news reply? Adam Funk <a24061@ducksburg.com> - 2014-06-24 12:46 +0100
Re: Standard way to generate mail/news reply? Skip Montanaro <skip@pobox.com> - 2014-06-24 07:14 -0500
Re: Standard way to generate mail/news reply? Adam Funk <a24061@ducksburg.com> - 2014-06-26 10:37 +0100
csiph-web