Author: remi
Date: 2009-10-05 11:45:25 +0200 (Mon, 05 Oct 2009)
New Revision: 5586

Modified:
   
software_suite_v3/software/plugin/plugin-email/trunk/plugin-email/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
Log:
* Fixed bug with ssl connections

Modified: 
software_suite_v3/software/plugin/plugin-email/trunk/plugin-email/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
===================================================================
--- 
software_suite_v3/software/plugin/plugin-email/trunk/plugin-email/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
 2009-10-01 19:32:09 UTC (rev 5585)
+++ 
software_suite_v3/software/plugin/plugin-email/trunk/plugin-email/src/net/karmaLab/tuxDroid/plugins/MailPlugin.java
 2009-10-05 09:45:25 UTC (rev 5586)
@@ -271,7 +271,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

Reply via email to