aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async
Commit message (Collapse)AuthorAge
* Fixed cancellation of SMTPOperationGravatar Hoa V. Dinh2013-07-25
|
* Fixed cancellation of POPOperationGravatar Hoa V. Dinh2013-07-25
|
* Fixed memory leak in MCIMAPOperationGravatar Hoa V. Dinh2013-07-25
|
* Fixed indentation of MCIMAPAsyncSession.hGravatar Hoa V. DINH2013-07-21
|
* Fixes for PR feedbackGravatar Ryan Johnson2013-07-18
| | | | | | * created separated fetchWithExtraHeaders methods, restored previous API * removed log * adding comments
* Allows for request custom headers when fetching messagesGravatar Ryan Johnson2013-07-16
| | | | | | * Defines new request kind ExtraHeaders * Exposes extraHeaders property on fetch messages operations * Modifies MessageHeader::importIMFFields for handling any headers
* Made mailcore::IMAPMessageRenderingOperation public. It made ↵Gravatar Hoa V. DINH2013-07-12
| | | | IMAPMessageRenderingType public too: It's been documented as private type.
* Fixed warning.Gravatar Hoa V. DINH2013-07-11
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
|\ | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | Cnsolidated calls to release message ivar.Gravatar Paul Young2013-07-11
| |
* | Retaining message ivar.Gravatar Paul Young2013-07-11
| |
* | Added missing call to set message on rendering operation.Gravatar Paul Young2013-07-11
| |
* | Added MCMessageConstantsPrivate.hGravatar Paul Young2013-07-10
| | | | | | | | * Moved IMAPMessageRenderingType.
* | Added public rendering methods to IMAP.AsyncSessionGravatar Paul Young2013-07-10
| | | | | | | | | | * Public methods call methods in IMAPAsyncConnection. * Removed unnecessary private method.
* | Added forward declaration for IMAPMessage.Gravatar Paul Young2013-07-10
| |
| * Improved C++ correctnessGravatar Hoa V. DINH2013-07-10
| |
* | Added simpler public rendering methods.Gravatar Paul Young2013-07-08
| |
| * Fixed crash in MCOIMAPFetchFoldersOperation (Fixed #179)Gravatar Hoa V. DINH2013-07-07
| |
* | WIP: Objective-C bridge of IMAP rendering methods.Gravatar Paul Young2013-07-07
| |
| * Implemented SMTP OAuth 2.0Gravatar Hoa V. DINH2013-07-06
| |
* | 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
|\| | | | | | | | | Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | 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
| | | | | | | | * Returns a pointer to IMAPMessage.
* | 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
| | | | | | | | * Passing message ivar to methods in `main()`.
* | Made plain text body the default rendering type.Gravatar Paul Young2013-06-28
| |
* | Updated message rendering operation.Gravatar Paul Young2013-06-27
| | | | | | | | | | | | | | | | * Added rendering enumerated type. * Added result string. * Removed data. * Moved rendering methods from IMAP message rendering operation to IMAP session.
| * 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
| | | | | | | | | | | | | | * Revert commit 22b05c3246ed8ee4076faa417b212832646a3be5. * Revert commit 35d29ed4b086a7287b7b46f8fa6da40e0dcb24f3. * Revert commit db2671bfc9c85e917b6bbfbf4887f734944af22e. * Revert commit af5702759cef47567796c879ae60367a47fc59c9.
* | 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
| | | | #128.
* 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
|