0


我正在尝试为 android 平台编写自己的电子邮件 (imap) 应用程序。
在那里我搜索了一个库来帮助我获取 imap 文件夹,并通过发送电子邮件或使用方法和类从服务器获取电子邮件来帮助我。

  • 我查看了 k9 的源代码-> 它对我来说很复杂。
  • 我查看了 android 的官方电子邮件应用程序的源代码 - > 它对我来说很复杂,但我已经看到了 emailcommon 包,但没有文档。
  • 我找到了库 javamail,但没有将它与 android 一起使用的文档。

为 android 编写电子邮件应用程序的最佳库是什么?

4

3 回答 3

0

as I cannot comment so writing as answer.. To me Javamail is a very good one. you can find following links helpful

for android javamail project you can try

http://code.google.com/p/javamail-android/

here is the javamail api doc

http://javamail.kenai.com/nonav/javadocs/index.html

and i found a doc file helpful. can not give the link for limitation. search using javamail doc.

于 2012-11-20T04:34:16.207 回答
0

Jakarta Commons Net 库工作正常: http: //nilvec.com/sending-email-without-user-interaction-in-android.html

我用过它,对我来说已经足够好了。

于 2013-08-15T07:10:28.370 回答
-2

我找到了某人的图书馆,但我仍然阅读了代码。

你可以检查这个

于 2015-07-01T06:14:39.370 回答