[android-developers] Issue to connect at IMAP4 server with Anrdoid

2009-07-15 Thread Dayn
Hi everybody I have a project, it's to connect Android at IMAP4 serveur with eclipse. . Here my .java file: package com.connectionimapandroid; import java.util.Properties; import javax.mail.MessagingException; import javax.mail.Session; import javax.mail.Store; import android.app.Activity;

[android-developers] Re: Issue to connect at IMAP4 server with Anrdoid

2009-07-17 Thread Dayn
Hi thanks but look : I can watch the method javax.activation.DataHandler.getName here in DataHandler: .../** * Return the name of the data object. If this DataHandler * was created with a DataSource, this method calls through * to the DataSource.getName method, otherwise it

[android-developers] Re: Issue to connect at IMAP4 server with Anrdoid

2009-07-17 Thread Dayn
here preview errors: 07-17 11:23:21.299: INFO/jdwp(1088): received file descriptor 25 from ADB 07-17 11:23:21.339: INFO/global(1088): Default buffer size used in BufferedOutputStream constructor. It would be better to be explicit if an 8k buffer is required. 07-17 11:23:21.469: WARN/dalvikvm(1088

[android-developers] Re: Issue to connect at IMAP4 server with Anrdoid

2009-07-17 Thread Dayn
Well I found the issue: I had to custom activation.jar with WinZip. So now there are 3 following folder in activation.jar: - \activation\com\sun\activation\registries - \activation\javax\activation - \activation\META-INF Thanks Dany --~--~-~--~~~---~--~~ Y

[android-developers] Button into a Tab error of xml

2009-07-29 Thread Dayn
Hi I try to add buttons into a tab, but when I run my code. there are en error in android emulator. I think my xml file is wrong because it's designed it out of (height and width) tab but I don't find how to add that into a tab without error. my code : package m.dany.anrdoid.inertfacegraphique