Languages

Menu
Sites
Language
Email-service and email-test-app tools

Hi  All

I am trying to  develop a email client Webapp on tizen.As I understand acccount addition CAN ONLY happen in Native.

Some of the posts suggest using the existing Native app on the native side to create the account.

I have come across this email-services package in the tizen repo and itcontains  a "email-test-app".

When run in console mode, it runs fine but ,it does not seem to add any account.

My assumption is this is that this tool should be working but somehow i am missing the settings/configuration.

Can someone tell me if I can use this to add account and if so what is the settings need to be in place. 

IF cannot be added what is the purpose of  providing the utility.

Also ,is there any other tool/pkg that I can make use  to add the email account?

 

I tried to install  apps.Email/org.tizen.email. all ended up with some instalaltion issues.

Thansk a lot in advance.

rgds

raj

 

 

 

 

 

Responses

4 Replies
Alex Ashirov

Hi,

AFAIK, there is no native API for creating new e-mail account. I don’t know your requirements exactly, but it seems that you need to create the new account manually before use it. There are the following options for that:

  1. use Settings->Accounts->Email
  2. use preinstalled Email application.
guru raj

Hi Alexshirov

Thanks for  email.

What I am trying to do is to add email accounts at native side using core libraries like email-service.Since this pk comes with a good console

app with lots of usecases and test code ,i thought this is the simplest way to do it.

Unfortunatley this app does not detect the netwrok.Somewhere in the mailing lists ,I came to know that in TIZEN,ONLY WAY to add account is 

to use the pre-installed email app or Account app, which is also suggested by you.

SO I am now down to it.I dont find any pre-installed image on my IVI target. I have tried to do zypper install.

They all installed now,but when launched,nothing happens. Prompt is back with no WARNING OR ERROR.

However at the  system logs,it had failed to get the application ID. I dont't know what is this.

 

regards

Guru

 

 

 

 

 

 

guru raj

Thanks alex, for your mail.

Even had come across several posts saying there are no native APIs to do the job.

My requirement is to Add Email Accounts.

In the target NDis166 i am working on,I couldnt find any preisntalled Email client.We had imaged on a recent IVI image.

I could install email-service pkg from the repo.It contains email-test-app with lots of usecases on email.But this does not work at all.

Basically it has issues with detecting network.

I also tried org.tizen.email. This creates a email executable. when Email was run ,it simply does not work.

I tried to install all of org.tiezen.X  applications.But no help.all of them crash with some error.

No error messages nor any warnings. 

Am I doing any mistakes here.

Should I try to build them from source? Which I am currently trying and getting into lot of trouble of IVI/Mobile interdependency.

 

regards

Guru

 

 

 

 

 

 

 

Alex Ashirov

Hi Guru,

Sorry. I haven’t worked with IVI. Unfortunately, I can’t assist you in resolving this matter.