aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
| | * Implement logging for src/core/Gravatar Hoa V. DINH2013-06-27
| | * Fixed crash in performMethodAfterDelay. Fixed #149.Gravatar Hoa V. DINH2013-06-27
| | * Fix for MCMessageBuilder copy constructorGravatar Ryan Johnson2013-06-27
| | * Fixed crash when a method is scheduled twice to perform after delay. Fixed #149.Gravatar Hoa V. DINH2013-06-27
* | | Updated message rendering operation.Gravatar Paul Young2013-06-27
| * | Fixed some memory leaksGravatar Hoa V. DINH2013-06-27
* | | Revert changes to IMAP sessions.Gravatar Paul Young2013-06-27
* | | Added error code parameter. Followed existing conventions.Gravatar Paul Young2013-06-27
* | | Added newline.Gravatar Paul Young2013-06-27
* | | Added interface for synchronous methods.Gravatar Paul Young2013-06-27
* | | Revert commit 5164e8925ff11db7aa632bd735e0f0b6c82a251a.Gravatar Paul Young2013-06-27
| * | Added one argument to the operation queue callback. It might be useful when a...Gravatar Hoa V. DINH2013-06-26
| * | Simplified logger C++ APIGravatar Hoa V. DINH2013-06-26
| * | Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-26
* | | First pass at interface for new rendering methods. This currently onlyGravatar Paul Young2013-06-25
|/ /
* | Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
* | Fixed crash in performMethodAfterDelay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
* | Merge pull request #150 from thusfresh/MB_Copy_Const_FixGravatar DINH Viêt Hoà2013-06-24
|\ \
| * | Fix for MCMessageBuilder copy constructorGravatar Ryan Johnson2013-06-24
| |/
* / Fixed crash when a method is scheduled twice to perform after delay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
|/
* CleanupGravatar CodaFi2013-06-23
* Re-add IMAPMessagesRequestKindGmailMessageIDGravatar CodaFi2013-06-23
* Implement Message IDGravatar CodaFi2013-06-23
* Merge pull request #136 from CodaFi/ThreadIDGravatar DINH Viêt Hoà2013-06-23
|\
| * Fixed threadID typesGravatar CodaFi2013-06-23
* | POP operations retain the session. Fixed #129Gravatar Hoa V. DINH2013-06-22
* | Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
| * Removed spurious commentsGravatar CodaFi2013-06-22
| * WhitespaceGravatar CodaFi2013-06-22
| * Implement Gmail Thread IDGravatar CodaFi2013-06-22
* | Automatic disconnection of IMAP. Fixed #95.Gravatar Hoa V. DINH2013-06-22
* | Automatic disconnection for SMTP (Fixed #96)Gravatar Hoa V. DINH2013-06-22
|/
* Cleaned implementation of STATUS. Added support for CONDSTORE.Gravatar Hoa V. DINH2013-06-22
* Cleaned implementation of FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
* Fixed build error.Gravatar Hoa V. DINH2013-06-21
* Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
* Removed reference to message owner from part.Gravatar Hoa V. DINH2013-06-21
* GuardsGravatar CodaFi2013-06-21
* NamespacingGravatar CodaFi2013-06-21
* MCAssert VisibilityGravatar CodaFi2013-06-21
* 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
* | 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