|
regarding the manifest.mf variant, my advice was to
ADD pop3.jar to the jars already mentioned. Mail.jar should already be there, as
it comes with orion. I have this setup running all the time.
Then, there was a code-based suggestion by someone
else that looks promising to me, because it saves JavaMail from reading the
properties file, which is were the problem originates:
session = Session.getInstance(props, null);
store = new POP3Store(session, new URLName(Constants.MAIL_URL)); (where Constants.MAIL_URL is something like: "pop3://cucu:[EMAIL PROTECTED]") The problem seems to be that Orion doesn't read the javamail.providers file from META-INF directory
|
- pop3.jar again Dale Bronk
- Re: pop3.jar again Christian Sell
- Re: pop3.jar again Florin Manolache
- Re: pop3.jar again Dale Bronk
- Re: pop3.jar again Dale Bronk
- Re: pop3.jar again Dale Bronk
- Re: pop3.jar again Christian Sell
- Re: pop3.jar again Dale Bronk
- Re: pop3.jar again Christian Sell
- Re: pop3.jar again Tim Endres
- Re: pop3.jar again Florin Manolache
- new File("").getA... Florin Manolache
