aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap
Commit message (Expand)AuthorAge
* 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
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
* CleanupGravatar 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
| * 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
|/
* 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
* 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
|\
* | changed mFirstUnseenUid in MCIMAPSession to a default of zero instead of -1Gravatar 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
* Fixed double-releaseGravatar Hoa V. DINH2013-05-29
* Fixed the crashes while using the MCIMAPSearchExpression, mKind was not set a...Gravatar Pushkar Singh2013-05-28
* Added MCAssert for (mCurrentFolder != NULL)Gravatar Pushkar Singh2013-05-26
* Select folder if there fetch messages is called for a different folderGravatar Pushkar Singh2013-05-26
* Fixed crash when connection failsGravatar Hoa V. DINH2013-05-22
* Merge pull request #44 from MailCore/CPP-CCGravatar DINH Viêt Hoà2013-05-04
|\
* | consistent uniqueID for MIME partsGravatar Hoa V. DINH2013-05-04
| * CPP->CCGravatar CodaFi2013-05-04
|/
* Removed headers dependencies on ICU, libetpan.Gravatar Hoa V. DINH2013-04-07
* Disable use of XLIST in case of Gmail IMAP server.Gravatar Hoa V. DINH2013-04-07
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
* Documentation for abstractGravatar Hoa V. DINH2013-04-05
* Header documentation. Header clean-upGravatar Hoa V. DINH2013-04-04
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
* made MCIMAPSyncResult.h publicGravatar Hoa V. DINH2013-04-01
* IMAP ObjC async operations implementedGravatar Hoa V. DINH2013-03-26
* Implemented IMAP ObjC APIGravatar Hoa V. DINH2013-03-24
* folder descriptionGravatar Hoa V. DINH2013-03-23
* 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
* Default value for HTML callbacksGravatar DINH Viet Hoa2013-02-02
* Implemented HTML rendering of messagesGravatar DINH Viet Hoa2013-02-02
* Initializer uniqueID() for part.Gravatar DINH Viet Hoa2013-02-01
* Cleanup: removed commented className() methodsGravatar DINH Viet Hoa2013-02-01
* Implemented fetch folders in Obj-C wrapperGravatar Matt Ronge2013-02-01