aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Fixed race conditions in IDLE (#101)Gravatar Hoa V. DINH2013-06-18
* Update MCString.ccGravatar Andreas Sandberg2013-06-18
* Define UINT64_MAX in case it's not defined through inttypes.hGravatar Hoa V. DINH2013-06-17
* Fixed crash when MCOperationQueue is released while operations are in progressGravatar Hoa V. Dinh2013-06-17
* Fixed deadlock in OperationQueueGravatar Hoa V. DINH2013-06-14
* Revert "Fixed deadlock in OperationQueue"Gravatar Hoa V. Dinh2013-06-12
* Renamed unread -> unseen. Fixed indentation.Gravatar Hoa V. DINH2013-06-12
* Merge remote-tracking branch 'upstream/master'Gravatar silenteh2013-06-12
|\
* | Initialization of IMAPFolderStatus variables to their default values was in t...Gravatar silenteh2013-06-12
| * Fixed deadlock in OperationQueueGravatar Hoa V. DINH2013-06-11
* | Merge branch 'master' of https://github.com/MailCore/mailcore2Gravatar silenteh2013-06-12
|\|
* | changed mFirstUnseenUid in MCIMAPSession to a default of zero instead of -1Gravatar silenteh2013-06-12
* | fixed indentation of comments, variables and methods names - added class for ...Gravatar silenteh2013-06-12
| * Fixed crash when using checkAccount on the same session twice. Fixed #75.Gravatar Hoa V. DINH2013-06-05
* | added imap STATUS commandGravatar silenteh2013-06-05
* | Merge branch 'master' of github.com:silenteh/mailcore2Gravatar silenteh2013-06-05
|\|
* | changed the wrong variable name to firstUnseenUid - gets the first unseen Uid...Gravatar silenteh2013-06-05
* | added the first unread uid from the SELECT imap command - the name of the var...Gravatar silenteh2013-06-04
| * Thread safe uniquedStringWithUTF8Characters()Gravatar Hoa V. DINH2013-06-02
|/
* Fixed crash when using mailprovidersGravatar Hoa V. DINH2013-06-01
* Correct patch for #68: fixed assert when calling IMAPFolderInfoOperation when...Gravatar Hoa V. DINH2013-05-31
* Fixed double-releaseGravatar Hoa V. DINH2013-05-29
* Fixed the crashes while using the MCIMAPSearchExpression, mKind was not set a...Gravatar Pushkar Singh2013-05-28
* __MACH__ -> _UUID_STRING_TGravatar Hoa V. DINH2013-05-27
* Added MCAssert for (mCurrentFolder != NULL)Gravatar Pushkar Singh2013-05-26
* Select folder if there fetch messages is called for a different folderGravatar Pushkar Singh2013-05-26
* Fixed crash when connection failsGravatar Hoa V. DINH2013-05-22
* Simplified linking against mailcore. Added quick instructions in README.mdGravatar Hoa V. DINH2013-05-21
* Changed delegate prototype to make it easier to use the renderer and customiz...Gravatar Hoa V. DINH2013-05-18
* Fixed attachments queryGravatar Hoa V. Dinh2013-05-09
* added shouldShowPart to remove unwanted attachments from rendererGravatar Ken Grigsby2013-05-08
* Merge pull request #45 from kgrigsby59/masterGravatar DINH Viêt Hoà2013-05-08
|\
| * fix typoGravatar Ken Grigsby2013-05-08
* | Implemented collection of attachmentsGravatar Hoa V. DINH2013-05-05
* | cleanupGravatar Hoa V. DINH2013-05-05
* | Cleaned provider implementationGravatar Hoa V. DINH2013-05-04
* | use NSAutoreleasePool on Mac/iOS to implement MCAutoreleasePoolGravatar Hoa V. DINH2013-05-04
* | Merge pull request #44 from MailCore/CPP-CCGravatar DINH Viêt Hoà2013-05-04
|\ \
* | | consistent uniqueID for MIME partsGravatar Hoa V. DINH2013-05-04
| |/ |/|
| * CPP->CCGravatar CodaFi2013-05-04
|/
* call CFRelease on localeRef not localeGravatar Ken Grigsby2013-05-02
* Proper C++ singletonsGravatar CodaFi2013-05-02
* fixes for providersGravatar Hoa V. DINH2013-05-02
* Providers APIGravatar CodaFi2013-05-02
* Fixed iteratorsGravatar Hoa V. DINH2013-04-28
* Workaround ICU issue on iOS by implementing date formatter using CoreFoundati...Gravatar Hoa V. DINH2013-04-28
* Fixed header guardsGravatar Hoa V. DINH2013-04-28
* Added comment to rendererGravatar Hoa V. DINH2013-04-28
* Fixes for embedded messages and headersGravatar Ken Grigsby2013-04-22
* Added checks for NULL values when creating reply/forward headersGravatar Ken Grigsby2013-04-22