On Mon, 15 Jul 2002, Kevin Andryc wrote:

> Date: Mon, 15 Jul 2002 15:34:43 -0400
> From: Kevin Andryc <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Java Mail/IMAP
>
> I was looking at "SendMailServlet.java" example provided by Tomcat 4.0, I
> was wondering if anyone could provide help using an IMAP server instead. For
> example, I need to authenticate and am not sure what I need to add in order
> for that to happen.
>

IMAP only helps you *receive* messages and manage folders.  Message
sending (via a Transport instance in JavaMail) still requires SMTP.

At any rate, the JavaMail download will have docs and examples on how to
use the included IMAP support.

  http://java.sun.com/products/javamail

> Thanks,
> Kevin
>

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to