Closed GoogleCodeExporter closed 9 years ago
PS ...
I use and confirm the classes below:
import com.google.code.javax.mail.MessagingException
import com.google.code.javax.mail.NoSuchProviderException
import com.google.code.javax.mail.Session
import com.google.code.javax.mail.Store
import com.google.code.javax.mail.URLName
Original comment by henry....@gmail.com
on 22 Sep 2011 at 10:07
Hi Henry,
It looks like there is a missing properties file in the jar - the following
should be installed under META-INF. I will try and address this when I get the
chance.
http://code.google.com/p/java-gmail-imap/source/browse/trunk/src/main/resources/
META-INF/javamail.default.providers
Original comment by mark.mcl...@gmail.com
on 22 Sep 2011 at 10:40
Thank you!
I am happy to collect more info or do a test if it helps.
Henry
Original comment by henry....@gmail.com
on 22 Sep 2011 at 12:13
I think the new version should include the correct details inside
javamail.default.providers.
java-gmail-imap-1.4.4-gm-ext-0.1.jar
Any testing or information you gather is always appreciated.
Many Thanks, Mark
Original comment by mark.mcl...@gmail.com
on 22 Sep 2011 at 9:46
I meant to ask, would you like to be officially recognised as a project
contributor on the site's front page?
Original comment by mark.mcl...@gmail.com
on 22 Sep 2011 at 10:14
[deleted comment]
[deleted comment]
Happy to be recognized. I think I've resolved my class/path issues .
Original comment by henry....@gmail.com
on 25 Sep 2011 at 12:15
I have the latest version and it doesn't seem to be reading in the providers
file, it works when an existing instance of JavaMail isn't there, but if there
is on, it seems to read in the providers that javamail has provided. When it
isn't there, then it runs through the default "providers.size() == 0" code path
and works.
Original comment by greenk...@gmail.com
on 30 Sep 2011 at 9:27
Original issue reported on code.google.com by
henry....@gmail.com
on 22 Sep 2011 at 10:03