Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Re-add IMAPMessagesRequestKindGmailMessageID | CodaFi | 2013-06-23 |
| | |||
* | Implement Message ID | CodaFi | 2013-06-23 |
| | |||
* | Merge pull request #136 from CodaFi/ThreadID | DINH Viêt Hoà | 2013-06-23 |
|\ | | | | | Implement Gmail ThreadID extension. Fixed #11. | ||
| * | Fixed threadID types | CodaFi | 2013-06-23 |
| | | |||
* | | POP operations retain the session. Fixed #129 | Hoa V. DINH | 2013-06-22 |
| | | |||
* | | Retain session when IMAP and SMTP operations are running. Fixed #127, fixed ↵ | Hoa V. DINH | 2013-06-22 |
| | | | | | | | | #128. | ||
| * | Removed spurious comments | CodaFi | 2013-06-22 |
| | | |||
| * | Moar whitespace | CodaFi | 2013-06-22 |
| | | |||
| * | Whitespace | CodaFi | 2013-06-22 |
| | | |||
| * | Implement Gmail Thread ID | CodaFi | 2013-06-22 |
| | | |||
* | | Automatic disconnection of IMAP. Fixed #95. | Hoa V. DINH | 2013-06-22 |
| | | |||
* | | Automatic disconnection for SMTP (Fixed #96) | Hoa V. DINH | 2013-06-22 |
|/ | |||
* | Fixed #97: manual disconnection of POP session | Hoa V. DINH | 2013-06-22 |
| | |||
* | Cleaned implementation of STATUS. Added support for CONDSTORE. | Hoa V. DINH | 2013-06-22 |
| | |||
* | More cleanup | Hoa V. DINH | 2013-06-22 |
| | |||
* | Cleaned implementation of FolderStatus (#120) | Hoa V. DINH | 2013-06-22 |
| | |||
* | Merge pull request #120 from CodaFi/Bridge-MCOIMAPFolderStatus | DINH Viêt Hoà | 2013-06-21 |
|\ | | | | | Bridge MCOIMAPFolderStatus | ||
* | | Fixed build error. | Hoa V. DINH | 2013-06-21 |
| | | |||
* | | Improved headers documentation. Fixed #109. | Hoa V. DINH | 2013-06-21 |
| | | |||
* | | Removed reference to message owner from part. | Hoa V. DINH | 2013-06-21 |
| | | |||
* | | Guards | CodaFi | 2013-06-21 |
| | | |||
* | | Namespacing | CodaFi | 2013-06-21 |
| | | |||
* | | MCAssert Visibility | CodaFi | 2013-06-21 |
| | | |||
| * | Dealloc | CodaFi | 2013-06-21 |
| | | |||
* | | Merge pull request #119 from CodaFi/Provider-Identifier | DINH Viêt Hoà | 2013-06-21 |
|\ \ | | | | | | | Provider identifier | ||
| | * | Bridge MCOIMAPFolderStatus | CodaFi | 2013-06-20 |
| | | | |||
| * | | Fix providers identifier | CodaFi | 2013-06-20 |
| |/ | |||
* | | Merge pull request #113 from ↵ | DINH Viêt Hoà | 2013-06-20 |
|\ \ | |/ |/| | | | | | paulyoung/fetch-messages-by-number-operation-with-folder Updated fetchMessagesByNumberOperationWithFolder documentation | ||
| * | Updated fetchMessagesByNumberOperationWithFolder documentation | Paul Young | 2013-06-20 |
| | | | | | | | | | | * Removed unnecessart messageCount variable. * Fixed issue with number of messages. | ||
* | | Merge pull request #110 from kgrigsby59/master | DINH Viêt Hoà | 2013-06-20 |
|\ \ | |/ |/| | added NULL checks in recipientWithReplyAll | ||
| * | Remove unnecessary calls to to()->count() and cc()->count() | Ken Grigsby | 2013-06-20 |
| | | |||
| * | Added more checks for NULL fields in recipientWithReplyAll | Ken Grigsby | 2013-06-20 |
| | | |||
| * | Fix crash in recipientWithReplyAll when mCc is NULL | Ken Grigsby | 2013-06-20 |
| | | |||
* | | #170: Fixed message count. | Paul Young | 2013-06-19 |
| | | |||
* | | Fixes #107 fetchMessagesByNumberOperationWithFolder documentation | Paul Young | 2013-06-19 |
| | | | | | | | | | | | | * Updated sent message to use "numbers" instead of "uids". * Passing MCOIndexSet to "numbers". * Fixed call to MCORangeMake to pass length as the 2nd parameter. | ||
* | | Fixed race conditions in IDLE (#101) | Hoa V. DINH | 2013-06-18 |
| | | |||
* | | Update MCString.cc | Andreas Sandberg | 2013-06-18 |
| | | | | | | Fix crash when flatten was eventually called on empty html string from MessageBuilder. | ||
* | | Define UINT64_MAX in case it's not defined through inttypes.h | Hoa V. DINH | 2013-06-17 |
| | | |||
* | | Added missing file for CMakefile | Hoa V. DINH | 2013-06-17 |
| | | |||
* | | Implemented detection of dependencies in cmakefile | Hoa V. DINH | 2013-06-17 |
| | | |||
* | | Fixed build for linux/mac with CMake. | Hoa V. DINH | 2013-06-17 |
| | | |||
* | | Fixed crash when MCOperationQueue is released while operations are in progress | Hoa V. Dinh | 2013-06-17 |
| | | |||
* | | Fixed deadlock in OperationQueue | Hoa V. DINH | 2013-06-14 |
| | | |||
* | | Fix CMakeLists. (Bug #1) | Hubert Figuière | 2013-06-14 |
| | | |||
* | | Revert "Fixed deadlock in OperationQueue" | Hoa V. Dinh | 2013-06-12 |
| | | | | | | | | | | | | Caused a crash when sending emails. This reverts commit c4353b9989faac04ad5b2e0e45fb35220123eb9f. | ||
* | | Renamed unread -> unseen. Fixed indentation. | Hoa V. DINH | 2013-06-12 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' | silenteh | 2013-06-12 |
|\ \ | |||
* | | | Initialization of IMAPFolderStatus variables to their default values was in ↵ | silenteh | 2013-06-12 |
| | | | | | | | | | | | | the destructor instead of construcotr, how did I miss that ??, fixed now. Changed variables name to be coherent with the rest of the code for IMAPFolderStatus. | ||
| * | | Fixed deadlock in OperationQueue | Hoa V. DINH | 2013-06-11 |
| | | | |||
* | | | Merge branch 'master' of https://github.com/MailCore/mailcore2 | silenteh | 2013-06-12 |
|\| | |