Kevin Devlin wrote: >Hi > >I am trying to write a NNTP Server, I have searched high and low for hor to >encode/decode attachments to NNTP messages and the closest ive come is >thinking that they are base64 encoded (which they are not). I am not a >heavy C or C++ programmer so the source code to mozilla isn't hugely useful. > >How are NNTP message attachments encoded? > >Kevin > Basiclly NNTP messages are MIME messages. That's normal mail messages. So you can encode them anyway you want just be sure to stay MIME complient. Read the NNTP spec...:)
-- Henrik Gemal Mozilla Evangelist Get the latest and greatest Mozilla web browser at: http://gemal.dk/mozilla/
