Author: remi
Date: 2009-10-05 11:53:55 +0200 (Mon, 05 Oct 2009)
New Revision: 5587
Modified:
software_suite_v3/software/plugin/plugin-gmail/trunk/plugin-gmail/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
Log:
* Fixed bug with ssl connections
Modified:
software_suite_v3/software/plugin/plugin-gmail/trunk/plugin-gmail/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
===================================================================
---
software_suite_v3/software/plugin/plugin-gmail/trunk/plugin-gmail/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
2009-10-05 09:45:25 UTC (rev 5586)
+++
software_suite_v3/software/plugin/plugin-gmail/trunk/plugin-gmail/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
2009-10-05 09:53:55 UTC (rev 5587)
@@ -287,7 +287,7 @@
private Message[] connectToMailBox() throws MessagingException,
IOException, ClassNotFoundException
{
this.configuration().setPort(-1);
- Security.setProperty("ssl.SocketFactory.provider",
"net.karmaLab.tuxDroid.gadgets.DummySSLSocketFactory");
+ Security.setProperty("ssl.SocketFactory.provider",
"net.karmaLab.tuxDroid.plugins.DummySSLSocketFactory");
/* Connect to the mail box */
System.setProperty("mail.mime.decodetext.strict", "false");
Properties props = new Properties();
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn