Re: pop3.jar again

2000-11-28 Thread Florin Manolache
essage - From: "Tim Endres" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 7:33 PM Subject: Re: pop3.jar again Sorry I mis-read your email. I now have added activation.jar, mail.jar, and pop3.jar to the orion.jar manifest file

Re: pop3.jar again

2000-11-27 Thread Dale Bronk
e break up of this String. ie: is cucu a server name or password followed by :email to check? Are you an Orion employee? Thanks for your help. Dale - Original Message - From: Christian Sell To: Orion-Interest Sent: Saturday, November 25, 2000 6:16 AM Subject: Re: pop3

Re: pop3.jar again

2000-11-27 Thread Christian Sell
2000 2:42 PM Subject: Re: pop3.jar again Sorry I mis-read your email. I now have added activation.jar, mail.jar, and pop3.jar to the orion.jar manifest file. These files again reside in orion_root/. I still get the same error. As far as the code goes "pop3://cucu:[

Re: pop3.jar again

2000-11-27 Thread Tim Endres
Sorry I mis-read your email. I now have added activation.jar, mail.jar, and pop3.jar to the orion.jar manifest file. These files again reside in orion_root/. I still get the same error. As far as the code goes "pop3://cucu:[EMAIL PROTECTED]", this is a dumb question but what is the break

Re: pop3.jar again

2000-11-25 Thread Christian Sell
blem seems to be that Orion doesn't read the javamail.providers filefrom META-INF directory - Original Message - From: Dale Bronk To: Orion-Interest Sent: Saturday, November 25, 2000 4:40 AM Subject: Re: pop3.jar again I have now triple checked and I have moved acti

Re: pop3.jar again

2000-11-24 Thread Florin Manolache
, November 23, 2000 11:24 PM Subject: Re: pop3.jar again Dale, This is my favorite one.. I am running an application under orion which uses JavaMail pop3. The 2 solution alternatives to the classloader problem I personally tested successfully were a) MOVE mail.jar AND pop3.jar to jre/lib/ext (not

Re: pop3.jar again

2000-11-24 Thread Dale Bronk
- Original Message - From: Christian Sell To: Orion-Interest Sent: Thursday, November 23, 2000 4:24 PM Subject: Re: pop3.jar again Dale, This is my favorite one.. I am running an application under orion which uses JavaMail pop3. The 2 solution alternatives

Re: pop3.jar again

2000-11-24 Thread Dale Bronk
files only in jre/lib/ext and the files are not listed in the manifest.mf file in orion.jar. Dale - Original Message - From: Christian Sell To: Orion-Interest Sent: Thursday, November 23, 2000 4:24 PM Subject: Re: pop3.jar again Dale, This is my favorite one

Re: pop3.jar again

2000-11-24 Thread Dale Bronk
day, November 24, 2000 6:16 AM Subject: Re: pop3.jar again I had the same problem with pop3 and for me it worked just to put pop3.jar in orion/lib and change the code to: session = Session.getInstance(props, null); // store = session.getStore(new URLName(Constants.MAIL_URL)); // this

pop3.jar again

2000-11-23 Thread Dale Bronk
Has anyone figured out how to use pop3.jar with Orion? I have tried moving the pop3.jar and activation.jar to my jdk/lib/ext directory like someone suggested and it still gets an error "no providers found". I then tried what someone else suggested... Starting orion with the actual class

Re: pop3.jar again

2000-11-23 Thread Christian Sell
, 2000 8:40 PM Subject: pop3.jar again Has anyone figured out how to use pop3.jar with Orion? I have tried moving the pop3.jar and activation.jar to my jdk/lib/ext directory like someone suggested and it still gets an error "no providers found". I then tried what someone else