RE: Finding JavaMail version

2004-01-21 Thread Michael Wolfe
Christian,

 
The JavaMail download from Sun contains four jar files:  imap, mailapi,
pop3, smtp.  Can I just replace the classes in mail.jar with the ones from
these jars? (after backing up, of course)

Mike


  _  

From: Christian Cantrell [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 21, 2004 11:36 AM
To: CF-Talk
Subject: Re: Finding JavaMail version

On Wednesday, January 21, 2004, at 02:00  PM, Michael Wolfe wrote:

> How do I determine what version of JavaMail CFMX is running? Also, how 
> can I
> update it to a newer version (if one is available)?

Here is the top of the MANIFEST.MF file from mail.jar:

Manifest-Version: 1.0
SCCS-ID: @(#)javamail.mf 1.4 00/09/26
Extension-Name: javax.mail
Specification-Title: JavaMail(TM) API Design Specification
Specification-Version: 1.2
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Version: 1.2
Implementation-Vendor: Sun Microsystems, Inc.
Implementation-Vendor-Id: com.sun

I think this means that ColdFusion is using JavaMail 1.2.  To update 
it, replace mail.jar with a newer jar file.  Don't forget to back up 
the old one.  :)

Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Finding JavaMail version

2004-01-21 Thread Christian Cantrell
On Wednesday, January 21, 2004, at 02:00  PM, Michael Wolfe wrote:

> How do I determine what version of JavaMail CFMX is running? Also, how 
> can I
> update it to a newer version (if one is available)?

Here is the top of the MANIFEST.MF file from mail.jar:

Manifest-Version: 1.0
SCCS-ID: @(#)javamail.mf 1.4 00/09/26
Extension-Name: javax.mail
Specification-Title: JavaMail(TM) API Design Specification
Specification-Version: 1.2
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Version: 1.2
Implementation-Vendor: Sun Microsystems, Inc.
Implementation-Vendor-Id: com.sun

I think this means that ColdFusion is using JavaMail 1.2.  To update 
it, replace mail.jar with a newer jar file.  Don't forget to back up 
the old one.  :)

Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Finding JavaMail version

2004-01-21 Thread Michael Wolfe
Hi All,

 
How do I determine what version of JavaMail CFMX is running? Also, how can I
update it to a newer version (if one is available)?

 
Thanks,

 
Mike Wolfe
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]