简体   繁体   English

如何在Android中制作电子邮件应用程序?

[英]how to make email app in Android?

today I'm working with network in Android.I want to get mail from Gmail/Yahoo account and show them in textbox.Can anyone teach me how to fetch mail content ? 今天,我正在使用Android网络。我想从Gmail / Yahoo帐户获取邮件,并在文本框中显示它们。有人可以教我如何获取邮件内容吗? I need a point to do it. 我需要一点来做。

You can use javamail – android jar files to get and send email from android. 您可以使用javamail – android jar文件来获取和发送来自android的电子邮件。 From following you can also find a example to send email using android. 从下面您还可以找到使用android发送电子邮件的示例。 This work is based on the opensourced version of JavaMail and activation (JAF) available in the glassfish repository, and some parts of Apache. 这项工作基于在glassfish存储库以及Apache的某些部分中可用的JavaMail和激活(JAF)的开源版本。 You can find these files to download from this link https://code.google.com/p/javamail-android/downloads/list . 您可以从以下链接中找到要下载的这些文件https://code.google.com/p/javamail-android/downloads/list

For Receiving email you can use following link. 对于接收电子邮件,您可以使用以下链接。 this link will be helpful for you http://www.javatpoint.com/example-of-receiving-email-using-java-mail-api 该链接将对您有所帮助http://www.javatpoint.com/example-of-receiving-email-using-java-mail-api

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM