Languages

Menu
Sites
Language
Web app, Email configuration

Trying to use Tizen Web App for an email client,unable to configure an email account with an external mail server. I am using MessageServices  sync for the operation, But am unable to configure the email account.

Suggest as how to use the incoming and outgoing mail server details with the username and password to configure an account? Helpful if explained with code

Responses

10 Replies
Raghu Kona

Hi,

You need to add an account before using the mail client. For gmail you can use the below settings for configuration.

Incoming Mail Server (POP3) - pop.gmail.com (SSL enabled, port 995)
Outgoing Mail Server - smtp.gmail.com (SSL enabled, port 465)

Please refer this article on Messaging APIs https://developer.tizen.org/documentation/articles/messaging-api-guide

Regards,

Raghu Kona

 

Sidharth shetty

Hi Raghu,

I am using the mail server details, but am unable to sync and retrive data from the mail server.

Can you post the code for this sync operation

Regards,

Sidharth

Alexander AVSukhov

Hello,

Please refer following article: 

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/tutorials/communication_tutorial/manage_conversations.htm

Sidharth shetty

Hi 

Can you tell how to provide this mail server details and initialization the email service?

Raghu Kona

Hi Siddharth,

You need to add an account manually using the native mail client.

Currently there are no APIs provided for this feature.

Regards,

Raghu Kona

Sidharth shetty

Hi

Can you post the code for manually adding the account.

Sidharth

Alexander AVSukhov

Hello,

1. Launch Email app on device.

2. Enter your Email address and password.

3. Tap Manual setup button

4. Enter Incoming and Outgoing settings for your account

For example gmail server:

Incoming Mail Server (POP3) - pop.gmail.com (SSL enabled, port 995)
Outgoing Mail Server - smtp.gmail.com (SSL enabled, port 465)

 

Sidharth shetty

Hi

The Email application is completly an Native project or Web project? 
As i have currently written it as an web app, but the account and the server details are needed to be provided in the native email application.

 

Alex Dem

Hi,
Looks like preinstalled Email app is native app with Id: vxqbrefica
Here are sources: https://review.tizen.org/git/?p=apps/native/preloaded/Email.git;a=tree
Alexey.

Sidharth shetty

Hi 

I am facing the followin issues.

1. "Error: Unable to add Account". When i try to add an new account in the native email client.

2. I have written my email app in the Web app. How do i configure it with the native added account in Email app?