[android-developers] Re: mail.jar activation.jar problem in android

2008-11-07 Thread sabdart
Hi Ena, your problem may be that you haven't given android permission to access the internet. Add the following to your AndroidManifest.xml Cheers Ray On Oct 27, 9:04 pm, ena <[EMAIL PROTECTED]> wrote: > im using > examplehttp://davanum.wordpress.com/2007/12/22/android-send-email-via-gmail-

[android-developers] Re: mail.jar activation.jar problem in android

2008-10-27 Thread ena
im using example http://davanum.wordpress.com/2007/12/22/android-send-email-via-gmail-actually-via-smtp/ with 1.0 and found Following is the exception. E/OSNetworkSystem( 448): unknown socket error -1 E/SendMail( 448): Could not connect to SMTP host: smtp.gmail.com, port: 465 E/SendMail( 448):

[android-developers] Re: mail.jar activation.jar problem in android

2008-10-09 Thread [EMAIL PROTECTED]
http://groups.google.com/group/android-developers/browse_thread/thread/9c7bca0a1b6957a9# could be useful? On 4 Ott, 05:14, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Any details of what you are trying to do would be good... > > 2008/10/3 mpredosin <[EMAIL PROTECTED]> > > > > > I am having the sam

[android-developers] Re: mail.jar activation.jar problem in android

2008-10-06 Thread Megha Joshi
Any details of what you are trying to do would be good... 2008/10/3 mpredosin <[EMAIL PROTECTED]> > > I am having the same problem. The activation.jar can't find the > required classes in the android jar. It occurs with both Android 1.0 > & 0.9 sdks. > > 10-03 23:24:49.891: DEBUG/SSLSocketFact

[android-developers] Re: mail.jar activation.jar problem in android

2008-10-03 Thread mpredosin
I am having the same problem. The activation.jar can't find the required classes in the android jar. It occurs with both Android 1.0 & 0.9 sdks. 10-03 23:24:49.891: DEBUG/SSLSocketFactory(378): Using factory [EMAIL PROTECTED] 10-03 23:24:49.979: DEBUG/OpenSSLSocketImpl(378): SSL_OP_NO_SSLv3 is

[android-developers] Re: mail.jar activation.jar problem in android

2008-10-03 Thread Megha Joshi
Could you give some more details on what you are trying to do... 2008/10/3 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > Hi Everybody, > I have problem in getting gmail folder in android for using > mail.jar(1.4.1 version) and activition.jar(1.1 version). Following is > the exception. Does some