MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 625 forks source link

ICU4C-Android Problem #1776

Open wei-gong opened 6 years ago

wei-gong commented 6 years ago

Use icu4c-android-3.zip from http://d.etpan.org/mailcore2-deps/, Method ucnv_open always return null for iso-8859-2, gbk, and method ucnv_countAvailable always return 0.

yuanlida commented 5 years ago

You should compile the icu4c yourself.

Alrict commented 4 years ago

您应该自己编译icu4c。

您好,我最近也在android平台使用mailcore2,遇到了相同的问题,请问我该如何编译icu4c这个文件?或者您能提供一个编译好的aar包吗?感谢!

wei-gong commented 4 years ago

您应该自己编译icu4c。

您好,我最近也在android平台使用mailcore2,遇到了相同的问题,请问我该如何编译icu4c这个文件?或者您能提供一个编译好的aar包吗?感谢!

我认为mailcore2在Android平台还不够成熟,所以切换到javamail了。