aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native
Commit message (Collapse)AuthorAge
* Fix Operation Progress Listener on Android (#1787)Gravatar Ahad Birang2018-12-23
| | | | | | | * feat(IMAPSession): add support for moveMessagesOpeation to java library * feat: support fieldClass in getObjectField * fix: use global reference of progress listener pass progress values to callback function
* add support for moveMessagesOperation to java library (#1749)Gravatar Ahad Birang2018-06-17
|
* Fixed java capabilityGravatar Hoa V. DINH2016-11-23
|
* fix for #1475 - Android JNI misprints (#1521)Gravatar mixaz2016-09-30
|
* Fixed IndexSet#allRanges() in case lots of indexSet contains lots of ranges ↵Gravatar Hoa V. DINH2016-05-14
| | | | (fixed #1428)
* More android fixes and additions (#1400)Gravatar Herb Hrowal2016-04-16
| | | | | | | | | | | | * Fixed templateForMessage to get the correct method. * Fixed hashmapJavaToObjectConverter to correctly convert from java.util.HashMap to mailcore::HashMap * * Fixed fetchArticleByMessageIDOperation to correctly reflect changes in the core * Fixed com_libmailcore_IMAPSession_folderStatusOperation to call folderStatusOperation instead of folderInfoOperation * Added calls to PushLocalFrame and PushLocalFrame to prevent the local reference table from filling up. * Changed signature of templateValuesForHeader and templateValuesForPart to return Map<String, Object> instead of Map<String, String> to better reflect the core methods. * Renamed cleanHTML to cleanHTMLForPart to reflect the core method. * Added mimeType() and setMimeType(). * Made LOCAL_FRAME_CAPACITY constant to use in calls to PushLocalFrame. Fixed indents.
* NNTP build fixes and IMAP runtime fixesGravatar Herb Hrowal2016-04-06
| | | | | | | | | | * Fixed templateForMessage to get the correct method. * Fixed hashmapJavaToObjectConverter to correctly convert from java.util.HashMap to mailcore::HashMap * * Fixed fetchArticleByMessageIDOperation to correctly reflect changes in the core * Fixed com_libmailcore_IMAPSession_folderStatusOperation to call folderStatusOperation instead of folderInfoOperation
* Fixed #1195: added mimeType() method in Java APIGravatar Hoa V. DINH2015-11-27
|
* Added more java/native convertersGravatar Hoa V. Dinh2015-09-08
|
* More java/native mapping for AndroidGravatar Hoa V. Dinh2015-09-08
|
* Fixed support for expunge (fixed #1219)Gravatar Hoa V. Dinh2015-09-08
|
* Add setupNativeGravatar DaveInAus2015-08-24
|
* Update com_libmailcore_IndexSet.cppGravatar DaveInAus2015-08-04
| | | | | | | In JNIEXPORT jobject JNICALL Java_com_libmailcore_IndexSet_allRanges parameter passed is incorrect causing a crash in GetMethodID jmethodID method = env->GetMethodID(cls, "add", "(Ljava.lang.Object;)Z"); should be jmethodID method = env->GetMethodID(cls, "add", "(Ljava/lang/Object;)Z");
* Work in progress on javadocGravatar Hoa V. DINH2015-01-16
|
* Work in progress on javadocGravatar Hoa V. DINH2015-01-14
|
* Cleanup. Apply autorelease pool properly.Gravatar Hoa V. DINH2015-01-12
|
* Added API to disable/enable logsGravatar Hoa V. DINH2015-01-11
|
* Implemented java serializationGravatar Hoa V. DINH2015-01-11
|
* Fixed crash. Range right bound mapping for Java.Gravatar Hoa V. DINH2015-01-10
|
* Java wrapper for POP, NNTP and SMTPGravatar Hoa V. DINH2015-01-07
|
* Implemented error message for JavaGravatar Hoa V. Dinh2015-01-05
|
* Added java bindings for AndroidGravatar Hoa V. DINH2015-01-04