开发者

How to send a mail via Activesync from an android app?

开发者 https://www.devze.com 2023-01-06 12:07 出处:网络
we have an application that need to interact with mail. For that, our customer want us to : - Retrieve the Activesync parameters the user have entered on the general parameters of the phone.

we have an application that need to interact with mail. For that, our customer want us to : - Retrieve the Activesync parameters the user have entered on the general parameters of the phone. - Send the mail in a silent way using these activesync parameters. - Be able to read and parse a possible reply to the mail on the Exchange server.

I know t开发者_如何学编程hat it may cause severe security issue (retrieve a private password from an application is not a good practice..), but i can't find any clue on the sdk to communicate and send mail via activesync.

If anyone have some informations, i would be glad to hear about it.

Thanks a lot

Antoine


So, you want to send the email without any user intervention (in the background)?

Check out this article:

http://jondev.net/articles/Sending_Emails_without_User_Intervention_(no_Intents)_in_Android

0

精彩评论

暂无评论...
验证码 换一张
取 消