aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Updated mailcore::logEnabled to MCLogEnabled in logInternalv.Gravatar Paul Young2013-07-02
* Renamed mailcore::logEnabled and mailcore::logInternal to MCLogEnabledGravatar Paul Young2013-06-30
* Fixed #80: convert properly charset from ICU to CoreFoundation.Gravatar Hoa V. DINH2013-06-29
* Adding OAuth2 authentication type on ObjC APIGravatar Hoa V. DINH2013-06-29
* Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
* Fixed memory leak in MCOMessageHeaderGravatar Hoa V. DINH2013-06-29
* Fixed hasSuffix and hasPrefix behaviorGravatar Hoa V. DINH2013-06-29
* Charset conversion using CoreFoundation instead of ICU on Apple platforms. Fi...Gravatar Hoa V. DINH2013-06-29
* Merge pull request #158 from CodaFi/CopyGravatar DINH Viêt Hoà2013-06-28
|\
| * MC_SAFE_COPY -> MC_SAFE_REPLACE_COPYGravatar CodaFi2013-06-28
* | Fixed memory leak in Object::className(). Switched to CFNetwork socket implem...Gravatar Hoa V. Dinh2013-06-28
* | Fixed memory leak: operations were retained by the block they owned, which cr...Gravatar Hoa V. Dinh2013-06-28
| * Merge remote-tracking branch 'upstream/master' into CopyGravatar CodaFi2013-06-27
| |\ | |/ |/|
| * Copy and alignmentGravatar CodaFi2013-06-27
| * Added one argument to the operation queue callback. It might be useful when a...Gravatar Hoa V. DINH2013-06-27
| * Simplified logger C++ APIGravatar Hoa V. DINH2013-06-27
| * Implemented logging API for SMTP, POP and IMAPGravatar Hoa V. DINH2013-06-27
| * Logger API for SMTP, POPGravatar Hoa V. DINH2013-06-27
| * Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-27
| * 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
* | Fixed callback usageGravatar Hoa V. Dinh2013-06-27
* | Fixed some memory leaksGravatar Hoa V. DINH2013-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
* | Implemented logging API for SMTP, POP and IMAPGravatar Hoa V. DINH2013-06-26
* | Logger API for SMTP, POPGravatar Hoa V. DINH2013-06-26
* | Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-26
* | 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
| * Moar whitespaceGravatar 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
|/
* 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