Newsgroup Programming

Steve Holden steve at holdenweb.com
Mon Apr 4 11:20:34 EDT 2005


Chuck wrote:
> I've found and used the nntplib module for newgroup programming.  Can anyone 
> suggest a library, technique or reference on how to combine mutliple 
> messages with attachments such as mp3's, .wmv, *.avi, etc.? 
> 
> 
Are you talking about reconstructing a long post like a .avi that has 
been split up into separate messages?

If so then you'll need to concatenate all the message bodies and use 
uudecode on the result, I suspect.

regards
  Steve
-- 
Steve Holden        +1 703 861 4237  +1 800 494 3119
Holden Web LLC             http://www.holdenweb.com/
Python Web Programming  http://pydish.holdenweb.com/




More information about the Python-list mailing list