Pardon, allow me to clarify. In the example
http://commons.apache.org/net/examples/nntp/ArticleReader.java/, headers
are extracted as so:
br = client.retrieveArticleHeader(articleNum);
Now, when that information is sent to MessageSender the result is numerous
parse errors. Following the example of ArticleReader from
http://commons.apache.org/net/examples/nntp/ how should the headers be
processed in order to parse correctly as a MIME type message? I'm simply
sending the lines from ArticleReader to MessageSender, which results in
errors. In general, what's the correct approach or technique?
thanks,
Thufir
On Sun, Feb 24, 2013 at 2:06 PM, Thomas Neidhart
<[email protected]>wrote:
> On 02/24/2013 08:17 PM, Thufir wrote:
> > No matter how I try to parse NNTP headers into a MIME message I just get
> > a flurry of errors. Is there a a trick or technique? Also see:
> >
> > http://stackoverflow.com/questions/15051188/
>
> The example on this page is not related at all to any Apache Commons
> component.
>
> The stacktrace of the error also gives you a very detailed description
> of the problem.
>
> Unless you can not specify in more detail what you want to achieve, we
> may not be able to help you.
>
> btw. there exists the commons-email component to send mime messages in a
> more convenient way.
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>