aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.h
Commit message (Collapse)AuthorAge
...
| * 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
* Added error checking.Gravatar Paul Young2013-07-06
| | | | * Made pError a pointer to ErrorCode.
* Assigning error in IMAP session rendering methods.Gravatar Paul Young2013-07-06
| | | | * Fixed method signature (ErrorCode is not a pointer).
* Passing `&error` parameter to rendering methods.Gravatar Paul Young2013-07-06
|
* Removed ivars for message rendering callbacks.Gravatar Paul Young2013-07-06
|
* Added documentation for message rendering methods.Gravatar Paul Young2013-07-06
|
* Renamed file to match class name.Gravatar Paul Young2013-07-06
| | | | * Updated includes.
* Removed MessageRendererHelper class.Gravatar Paul Young2013-07-04
| | | | * Added ivars and assigned message rendering callbacks in IMAPSession.
* Merge branch 'master' into message-rendering-with-sessionGravatar Paul Young2013-07-03
|\ | | | | | | | | Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | Added comment to header file about character replacement.Gravatar Paul Young2013-07-02
| |
| * Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
| |
* | WIP: Message Renderer HelperGravatar Paul Young2013-06-29
| | | | | | | | | | * Created a generic message renderer helper class. * Renamed "msg" to "message" in session rendering methods.
* | 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.
* | Revert changes to IMAP sessions.Gravatar Paul Young2013-06-27
| | | | | | | | | | | | | | * Revert commit 22b05c3246ed8ee4076faa417b212832646a3be5. * Revert commit 35d29ed4b086a7287b7b46f8fa6da40e0dcb24f3. * Revert commit db2671bfc9c85e917b6bbfbf4887f734944af22e. * Revert commit af5702759cef47567796c879ae60367a47fc59c9.
* | Added error code parameter. Followed existing conventions.Gravatar Paul Young2013-06-27
| |
* | Added interface for synchronous methods.Gravatar Paul Young2013-06-27
|/
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
|
* Automatic disconnection of IMAP. Fixed #95.Gravatar Hoa V. DINH2013-06-22
|
* Fixed race conditions in IDLE (#101)Gravatar Hoa V. DINH2013-06-18
|
* Renamed unread -> unseen. Fixed indentation.Gravatar Hoa V. DINH2013-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
| | | | | | | | folder status command instead of a struct
| * 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 ↵Gravatar silenteh2013-06-05
| | | | | | | | Uid on folder SELECT imap command if the response is available
* | added the first unread uid from the SELECT imap command - the name of the ↵Gravatar silenteh2013-06-04
|/ | | | variable has the wrong name, I will change it on the following commits
* Correct patch for #68: fixed assert when calling IMAPFolderInfoOperation ↵Gravatar Hoa V. DINH2013-05-31
| | | | when session is not connected
* Removed headers dependencies on ICU, libetpan.Gravatar Hoa V. DINH2013-04-07
|
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
|
* IMAP ObjC async operations implementedGravatar Hoa V. DINH2013-03-26
|
* now uses IndexSet for message uids and numbersGravatar DINH Viet Hoa2013-03-10
|
* Implemented QRESYNC. Implemented IndexSet. Implemented CAPABILITY.Gravatar DINH Viet Hoa2013-03-07
|
* headers show public API first. cleanup.Gravatar DINH Viet Hoa2013-01-21
|
* IMAP Account with multiple IMAP connectionsGravatar DINH Viet Hoa2013-01-17
|
* implemented POP async APIGravatar DINH Viet Hoa2013-01-17
|
* Implemented async IMAPGravatar DINH Viet Hoa2013-01-16
|
* first commitGravatar DINH Viet Hoa2013-01-11