aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async
Commit message (Expand)AuthorAge
* Added simpler public rendering methods.Gravatar Paul Young2013-07-08
* WIP: Objective-C bridge of IMAP rendering methods.Gravatar Paul Young2013-07-07
* Passing `&error` parameter to rendering methods.Gravatar Paul Young2013-07-06
* Fixed call to MC_SAFE_REPLACE_COPY.Gravatar Paul Young2013-07-06
* Merge branch 'master' into message-rendering-with-sessionGravatar Paul Young2013-07-04
|\
| * Fixed IDLE behaviorGravatar Hoa V. DINH2013-07-03
| * Fixed loggerGravatar Hoa V. DINH2013-07-03
* | Fixed file extension in comment.Gravatar Paul Young2013-07-03
* | Merge branch 'master' into message-rendering-with-sessionGravatar Paul Young2013-07-03
|\|
* | Renamed RenderingType to IMAPMessageRenderingType.Gravatar Paul Young2013-07-02
* | Fixed implementation of string() method.Gravatar Paul Young2013-07-02
* | Fixed interface for message getter method.Gravatar Paul Young2013-07-02
* | Fixed use of MC_SAFE_REPLACE_COPY.Gravatar Paul Young2013-07-02
| * Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
* | Replaced UID ivar and accessor methods with equivalents for message.Gravatar Paul Young2013-06-28
* | Made plain text body the default rendering type.Gravatar Paul Young2013-06-28
* | Updated message rendering operation.Gravatar Paul Young2013-06-27
| * Fixed callback usageGravatar Hoa V. Dinh2013-06-27
* | First pass at IMAP message rendering operation.Gravatar Paul Young2013-06-27
* | Revert changes to IMAP sessions.Gravatar Paul Young2013-06-27
* | Added interface for asynchronous methods.Gravatar Paul Young2013-06-27
| * 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
|/
* Fixed crash when a method is scheduled twice to perform after delay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
* 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
* 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 FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
* Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
* Fixed race conditions in IDLE (#101)Gravatar Hoa V. DINH2013-06-18
* Renamed unread -> unseen. Fixed indentation.Gravatar Hoa V. DINH2013-06-12
* Initialization of IMAPFolderStatus variables to their default values was in t...Gravatar silenteh2013-06-12
* Merge branch 'master' of https://github.com/MailCore/mailcore2Gravatar 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
* | 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
|/
* Correct patch for #68: fixed assert when calling IMAPFolderInfoOperation when...Gravatar Hoa V. DINH2013-05-31
* CPP->CCGravatar CodaFi2013-05-04
* Removed headers dependencies on ICU, libetpan.Gravatar Hoa V. DINH2013-04-07
* Implemented checkAccount operation for POPGravatar Hoa V. DINH2013-04-06
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
* Header documentation. Header clean-upGravatar Hoa V. DINH2013-04-04
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
* Implemented ObjC API for SMTP and POPGravatar Hoa V. DINH2013-03-30