aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
* Merge pull request #131 from paulyoung/fetch-full-messageGravatar DINH Viêt Hoà2013-06-22
|\
| * Fixed indentation.Gravatar Paul Young2013-06-22
* | Automatic disconnection of IMAP. Fixed #95.Gravatar Hoa V. DINH2013-06-22
| * Added switch to settings view controller.Gravatar Paul Young2013-06-22
| * Added switch for fetching the full message in the iOS example app.Gravatar Paul Young2013-06-22
|/
* Automatic disconnection for SMTP (Fixed #96)Gravatar Hoa V. DINH2013-06-22
* Fixed #97: manual disconnection of POP sessionGravatar Hoa V. DINH2013-06-22
* Cleaned implementation of STATUS. Added support for CONDSTORE.Gravatar Hoa V. DINH2013-06-22
* More cleanupGravatar Hoa V. DINH2013-06-22
* Cleaned implementation of FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
* Merge pull request #120 from CodaFi/Bridge-MCOIMAPFolderStatusGravatar DINH Viêt Hoà2013-06-21
|\
* | Fixed build error.Gravatar Hoa V. DINH2013-06-21
* | Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
* | Fixed #125: fixed crash in case a fetch is already in progress.Gravatar Hoa V. DINH2013-06-21
* | Removed reference to message owner from part.Gravatar Hoa V. DINH2013-06-21
* | Merge pull request #124 from CodaFi/MCAssertGravatar DINH Viêt Hoà2013-06-21
|\ \
| * | GuardsGravatar CodaFi2013-06-21
| * | NamespacingGravatar CodaFi2013-06-21
| * | MCAssert VisibilityGravatar CodaFi2013-06-21
| * | Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-06-21
| |\ \ | |/ / |/| |
| | * DeallocGravatar CodaFi2013-06-21
* | | Merge pull request #119 from CodaFi/Provider-IdentifierGravatar DINH Viêt Hoà2013-06-21
|\ \ \
| | | * Bridge MCOIMAPFolderStatusGravatar CodaFi2013-06-20
| | |/
| * / Fix providers identifierGravatar CodaFi2013-06-20
| |/
* | Merge pull request #113 from paulyoung/fetch-messages-by-number-operation-wit...Gravatar DINH Viêt Hoà2013-06-20
|\ \
| * | Updated fetchMessagesByNumberOperationWithFolder documentationGravatar Paul Young2013-06-20
| | * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-06-20
| | |\ | |_|/ |/| |
* | | Merge pull request #110 from kgrigsby59/masterGravatar DINH Viêt Hoà2013-06-20
|\ \ \ | |_|/ |/| |
| * | Remove unnecessary calls to to()->count() and cc()->count()Gravatar Ken Grigsby2013-06-20
| * | Added more checks for NULL fields in recipientWithReplyAllGravatar Ken Grigsby2013-06-20
| * | Fix crash in recipientWithReplyAll when mCc is NULLGravatar Ken Grigsby2013-06-20
* | | Merge pull request #108 from paulyoung/fetch-messages-by-number-operation-wit...Gravatar DINH Viêt Hoà2013-06-18
|\ \ \ | | |/ | |/|
| * | #170: Fixed message count.Gravatar Paul Young2013-06-19
| * | Fixes #107 fetchMessagesByNumberOperationWithFolder documentationGravatar Paul Young2013-06-19
|/ /
* | Fixed race conditions in IDLE (#101)Gravatar Hoa V. DINH2013-06-18
* | Fixed formatting of READMEGravatar Hoa V. DINH2013-06-18
* | Split line to ease readabilityGravatar Hoa V. DINH2013-06-18
* | Document properly to avoid link issues with newest SDKGravatar Hoa V. DINH2013-06-18
* | Merge pull request #104 from yellowandy/masterGravatar DINH Viêt Hoà2013-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
* | Added missing file for CMakefileGravatar Hoa V. DINH2013-06-17
* | Implemented detection of dependencies in cmakefileGravatar Hoa V. DINH2013-06-17
* | Fixed build for linux/mac with CMake.Gravatar Hoa V. DINH2013-06-17
* | Merge pull request #100 from MailCore/Gmail-ProvidersGravatar DINH Viêt Hoà2013-06-17
|\ \
* | | Add a note about migration from MailCore1Gravatar Hoa V. Dinh2013-06-17
| * | Add Gmail mailboxesGravatar CodaFi2013-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