On Wed, Mar 24, 1999 at 10:00:35PM -0500, David Shaw wrote:
> I don't suppose you can supply a URL.. their web site is so poorly set up,
> I actually searched for a long time without even getting close..

I had the same problem.  After a lot of searching I finally got lucky
and found it at:

  http://developer.netscape.com/software/sdks/index.html?content=mailnews.html

If that URL doesn't work right for you (they use frames heavily), go
to developer.netscape.com, "Products & Downloads", and look for the
third-party mail and news SDK.  After I figured out a few issues in
the elm example it works great.

The main problem I found was that their code looks for NULL pointers
to see if a parameter, such as cc or bcc, has been passed, except none
of the pointers ever seem to be NULL.  Checking for strcmp("") in
addtion to verifying non-NULL fixes that though.

Brian

Reply via email to