Re: mail.jar & POP3

2001-02-28 Thread Peter Kua
nterest" <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 2:43 AM Subject: mail.jar & POP3 Hello, I'm trying to add POP3 functionality to my application on orion. Unfortunately, the mail.jar that ships with orion does not include the POP3 provider. Does anyone know how I

Re: mail.jar & POP3

2001-02-28 Thread Tim Endres
If you upgrade the mail.jar to JavaMail 1.2, the POP3 provider is included. Replacing mail.jar is most likely your easiest route. Otherwise, you have to deal with the javamail.providers file, which will almost certainly require that you modify mail.jar's version of that file. tim. > Hello, > I'm

mail.jar & POP3

2001-02-28 Thread Andre Vanha
Hello, I'm trying to add POP3 functionality to my application on orion. Unfortunately, the mail.jar that ships with orion does not include the POP3 provider. Does anyone know how I can enable the POP3 provider from Sun without replacing, or otherwise having to modify the existing mail.jar? Thank