aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/TypesUtils.cpp
Commit message (Collapse)AuthorAge
* fix some wrong JNI signatures (#1770)Gravatar Final2018-07-24
|
* 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
* prevent local reference table overflow - part 2Gravatar Hoa V. DINH2015-11-11
|
* prevent local reference table overflowGravatar Hoa V. DINH2015-11-11
|
* Include List Converter in javaToMCObjectGravatar DaveInAus2015-08-24
| | | Converter for Java List not included in javaToMCObject. All Java List Parameters in methods will crash as the converter is not found.
* 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
|
* Added java bindings for AndroidGravatar Hoa V. DINH2015-01-04