Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Don't return in mc_foreach... loop | Hoa V. DINH | 2015-10-04 | |
| | ||||
* | release objects earlier when timer is cancelled | Hoa V. DINH | 2015-10-04 | |
| | ||||
* | Set provider in account validator | Hoa V. DINH | 2015-09-23 | |
| | ||||
* | Fixed crash | Hoa V. DINH | 2015-09-23 | |
| | ||||
* | Added EOL at the end of file | Hoa V. Dinh | 2015-09-10 | |
| | ||||
* | Added more java/native converters | Hoa V. Dinh | 2015-09-08 | |
| | ||||
* | More java/native mapping for Android | Hoa V. Dinh | 2015-09-08 | |
| | ||||
* | Fixed build. Fixed warning properly. | Hoa V. Dinh | 2015-09-08 | |
| | ||||
* | Revert "Fixed warnings" | Hoa V. Dinh | 2015-09-08 | |
| | | | | This reverts commit d71dd9985dbaa716f59ca5bc1b533feeb032ca38. | |||
* | Fixed support for expunge (fixed #1219) | Hoa V. Dinh | 2015-09-08 | |
| | ||||
* | Fixed build on android | Hoa V. Dinh | 2015-09-08 | |
| | ||||
* | Fixed warnings | Hoa V. Dinh | 2015-09-08 | |
| | ||||
* | Fixed warnings on ICU imported files | Hoa V. Dinh | 2015-09-08 | |
| | ||||
* | Improved performance of String::stripWhiteSpace() | Hoa V. Dinh | 2015-09-03 | |
| | ||||
* | Apply timeout for pop3 | Hoa V. DINH | 2015-08-29 | |
| | ||||
* | Include List Converter in javaToMCObject | DaveInAus | 2015-08-24 | |
| | | | Converter for Java List not included in javaToMCObject. All Java List Parameters in methods will crash as the converter is not found. | |||
* | Merge pull request #1203 from serjepatoff/feature/DetectBrokenSMTPPermissions | Hoà V. DINH | 2015-08-23 | |
|\ | | | | | MCSMTPSession: some MS-Exchange SMTP servers reply with permission pr… | |||
* \ | Merge pull request #1212 from DaveInAus/patch-5 | Hoà V. DINH | 2015-08-23 | |
|\ \ | | | | | | | Add setupNative | |||
* | | | add setupNative declaration | DaveInAus | 2015-08-24 | |
| | | | ||||
| * | | Add setupNative | DaveInAus | 2015-08-24 | |
| | | | ||||
* | | | Add constructor to setup Native Object | DaveInAus | 2015-08-24 | |
|/ / | ||||
| * | - MCSMTPSession: use "5.7.1 " and "5.3.4 " error prefixes | Sergei Epatov | 2015-08-10 | |
| | | ||||
* | | Implemented isEqual on IndexSet | Hoa V. DINH | 2015-08-09 | |
| | | ||||
| * | MCSMTPSession: some MS-Exchange SMTP servers reply with permission problem ↵ | Sergei Epatov | 2015-08-07 | |
|/ | | | | undetectable by mailcore. Catch it and set specific error code instead of common one. | |||
* | Update com_libmailcore_IndexSet.cpp | DaveInAus | 2015-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"); | |||
* | Improved subject for forwarded emails | Hoa V. DINH | 2015-07-29 | |
| | ||||
* | Removed useless logs | Hoa V. DINH | 2015-07-28 | |
| | ||||
* | Fixed crash on JSON parse error | Hoa V. DINH | 2015-07-26 | |
| | ||||
* | Missed one file for NS_ASSUME_NONNULL_BEGIN | Lucas Derraugh | 2015-07-19 | |
| | ||||
* | Add nullability annotations | Lucas Derraugh | 2015-07-19 | |
| | ||||
* | Added missing files | Hoa V. Dinh | 2015-07-13 | |
| | ||||
* | Fixed #1164: merged #1169 manually. Fixed zipping on iOS device, running ↵ | Hoa V. Dinh | 2015-07-13 | |
| | | | | with sandbox. | |||
* | fixed crash | Hoa V. DINH | 2015-07-10 | |
| | ||||
* | Fixed #1054: fixed memory leak in IMAPSession::folderStatus() | Hoa V. Dinh | 2015-07-06 | |
| | ||||
* | Improved performance of componentsSeparatedByString() | Hoa V. Dinh | 2015-07-06 | |
| | ||||
* | Added commented unit test | Hoa V. DINH | 2015-06-24 | |
| | ||||
* | Fixed MCOIMAPIdentity initialization bug | Finian | 2015-06-22 | |
| | ||||
* | Merge pull request #1146 from yuklai/master | Hoà V. DINH | 2015-06-21 | |
|\ | | | | | Free mailimap_status_att_list on folderStatus error | |||
* | | "Undisclosed recipient is added" only when an email is sent | Hoa V. DINH | 2015-06-21 | |
| | | ||||
* | | improved mime types | Hoa V. DINH | 2015-06-21 | |
| | | ||||
* | | Also apply filter to text part | Hoa V. DINH | 2015-06-21 | |
| | | ||||
| * | Free mailimap_status_att_list on folderStatus error | Yuk Lai Suen | 2015-06-18 | |
|/ | ||||
* | Merge pull request #1135 from Coeur/patch-1 | Hoà V. DINH | 2015-06-14 | |
|\ | | | | | spelling fix | |||
* | | Don't login when OAuthToken is NULL | Hoa V. DINH | 2015-06-13 | |
| | | ||||
* | | Removed assertion | Hoa V. DINH | 2015-06-07 | |
| | | ||||
* | | Various fixes, made HTMLCleaner public, added URL encoder | Hoa V. DINH | 2015-06-01 | |
| | | ||||
* | | Changed tab to space | Oshikawa | 2015-05-19 | |
| | | ||||
| * | spelling fix | Antoine Cœur | 2015-05-19 | |
| | | ||||
* | | Added mNumbers | Oshikawa | 2015-05-18 | |
| | | ||||
* | | Added UID Search with message number expression and SearchKindNumber for IMAP | Oshikawa | 2015-05-16 | |
|/ |