Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge pull request #1346 from disaykin/master | Hoà V. DINH | 2016-02-03 | |
|\ | | | | | Reduce memory usage when fetch message body by IMAP | |||
| * | Remove extra memory copying on uuencode decoding | Dmitry Isaikin | 2016-02-03 | |
| | | ||||
| * | Implement Data::dataWithContentsOfFile via mmap | Dmitry Isaikin | 2016-02-03 | |
| | | ||||
| * | Remove extra memory copying while fetching attachment | Dmitry Isaikin | 2016-02-03 | |
| | | ||||
* | | id -> instancetype | Robert Widmann | 2016-02-02 | |
| | | ||||
* | | Merge pull request #1343 from serjepatoff/master | Hoà V. DINH | 2016-02-01 | |
|\ \ | | | | | | | 2 new error codes | |||
| * | | Change error prefix to RSMErrorYahoo, change error msg substring to 'over ↵ | Sergei Epatov | 2016-02-01 | |
| | | | | | | | | | | | | the limit' | |||
* | | | Fixed unit tests accordingly | Hoa V. DINH | 2016-01-29 | |
| | | | ||||
* | | | Sanitize display name | Hoa V. DINH | 2016-01-29 | |
| | | | ||||
| * | | Properly handle ErrorCustomCommand in MCErrorMessage | Sergei Epatov | 2016-01-27 | |
| | | | ||||
| * | | Fix error handling add core–constants | Sergei Epatov | 2016-01-27 | |
| | | | ||||
| * | | New errors detected and returned: ErrorSendMessageSpamSuspected, ↵ | Sergei Epatov | 2016-01-26 | |
| |/ | | | | | | | ErrorSendMessageDailyLimitExceeded | |||
* | | Mark more initializers unavailable | Robert Widmann | 2016-01-20 | |
| | | ||||
* | | Make -init unavailable | Robert Widmann | 2016-01-19 | |
| | | ||||
* | | Make a null OAUTH token a stream error | Robert Widmann | 2016-01-19 | |
| | | ||||
* | | Fixed #1334: custom command connects to IMAP server and logs if needed | Viet Hoa Dinh | 2016-01-14 | |
|/ | ||||
* | Fixed behavior of string instanciation with NULL parameter (fixed #1333). | Viet Hoa Dinh | 2016-01-11 | |
| | ||||
* | Fixed warnings | Hoa V. DINH | 2016-01-03 | |
| | ||||
* | Remove a method. Suggested by @dinhvietoa | Daryle Walker | 2015-12-31 | |
| | ||||
* | Follow suggestions from @dinhviethoa. | Daryle Walker | 2015-12-29 | |
| | | | | | Follow suggestions to remove one unnecessary overload and to mark other as depreciated. (A third suggestion was covered by another commit.) | |||
* | Overload another method with extraneous group parameter. | Daryle Walker | 2015-12-29 | |
| | | | | | | Find another fetch-article-by-message-ID method that has an unnecessary group parameter. Add an overload that omits that parameter. (This method was found from attempting to compile the project.) | |||
* | Remove extraneous group parameter from fetch-article-by-message-ID methods. | Daryle Walker | 2015-12-29 | |
| | ||||
* | Fixed retain (fixed #1316) | Viet Hoa Dinh | 2015-12-17 | |
| | ||||
* | Fixed objectToJavaConverter() | Hoa V. DINH | 2015-11-30 | |
| | ||||
* | Fixed objectToJavaConverter() | Hoa V. DINH | 2015-11-30 | |
| | ||||
* | Fixed #1195: added mimeType() method in Java API | Hoa V. DINH | 2015-11-27 | |
| | ||||
* | prevent local reference table overflow - part 2 | Hoa V. DINH | 2015-11-11 | |
| | ||||
* | prevent local reference table overflow | Hoa V. DINH | 2015-11-11 | |
| | ||||
* | Fixed build | Hoa V. Dinh | 2015-11-10 | |
| | ||||
* | Fixed error handling in custom command | Hoa V. Dinh | 2015-11-09 | |
| | ||||
* | Merge pull request #1266 from libec/master | Hoà V. DINH | 2015-11-09 | |
|\ | | | | | Adds support for sending custom IMAP command | |||
| * | Proper error handling in IMAPSession::customCommand | libec | 2015-11-09 | |
| | | ||||
| * | Added ErrorCustomCommand | libec | 2015-11-07 | |
| | | ||||
| * | Adds custom command files to cmake | libec | 2015-11-07 | |
| | | ||||
| * | Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to ↵ | libec | 2015-11-07 | |
| | | | | | | | | customCommand. | |||
* | | Fixed crash on Android | Hoa V. Dinh | 2015-11-06 | |
| | | ||||
| * | Comment with usage of custom IMAP operation | libec | 2015-11-06 | |
| | | ||||
| * | Adds imap response string to custom command operation | libec | 2015-11-06 | |
| | | ||||
| * | Removes assert on loggedIn in custom command | libec | 2015-11-05 | |
| | | ||||
| * | adds support to send custom IMAP command | libec | 2015-11-04 | |
| | | ||||
* | | Don't crash when removing a nil key from a hashmap | Hoa V. DINH | 2015-10-29 | |
|/ | ||||
* | Improved support for android 16 | Hoa V. Dinh | 2015-10-08 | |
| | ||||
* | 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 | |
| |