> -----Original Message-----
> From: Sanders, Corey [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 03, 2001 5:04 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: bug in SMTP2HTTPBridge
>
>
>
> Here is a somewhat related question. My Javamail package
> (Javamail 1.2 from
> javasoft) has mail.jar and pop3.jar, but the package
> structure is these jars
> (com/sun/mail/*) is different from what the SOAP source
> expects. What is the correct distribution of mail.jar and
> pop3.jar and where do I get them?
>
> Thanks, --Corey
>
Actually it is pretty easy to drop SMTP2HTTPBridge entirely and
use the standard JAVAMAIL package without the dependence on the
com.ibm.etc package. Thats what I did for the
email chapter in my book.
WBB