Hello, I am having problems accessing a JavaMail POP3 provider. I always get a NoSuchProviderException, even though the pop3.jar is in my classpath (I can Class.forName() it), and I have placed the javamail.providers any place that is mentioned in the docs (inside the jar in META-INF, outside anywhere else). session.getProviders() always returns the default providers (IMAP, SMTP) as expected, but not the pop3 one. has anyone done this successfully? TIA, Christian
