aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap
Commit message (Expand)AuthorAge
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
* Cleaned implementation of STATUS. Added support for CONDSTORE.Gravatar Hoa V. DINH2013-06-22
* More cleanupGravatar Hoa V. DINH2013-06-22
* Cleaned implementation of FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
* Merge pull request #120 from CodaFi/Bridge-MCOIMAPFolderStatusGravatar DINH Viêt Hoà2013-06-21
|\
* | Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
| * DeallocGravatar CodaFi2013-06-21
| * Bridge MCOIMAPFolderStatusGravatar CodaFi2013-06-20
* | Updated fetchMessagesByNumberOperationWithFolder documentationGravatar Paul Young2013-06-20
|/
* #170: Fixed message count.Gravatar Paul Young2013-06-19
* Fixes #107 fetchMessagesByNumberOperationWithFolder documentationGravatar Paul Young2013-06-19
* 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
* fixed indentation of comments, variables and methods names - added class for ...Gravatar silenteh2013-06-12
* added imap STATUS commandGravatar silenteh2013-06-05
* Merge branch 'master' of github.com:silenteh/mailcore2Gravatar 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
| * property name: VoIPEnabled -> voIPEnabledGravatar Hoa V. DINH2013-06-02
| * Fixed compilation error due to extra /Gravatar Pushkar Singh2013-06-02
| * Finished formatting docs for Appledoc for IMAP and SMTPGravatar Matt Ronge2013-06-02
|/
* Fixed #61: annotate explicitely -copyMessagesOperationWithFolder:uids:destFol...Gravatar Hoa V. DINH2013-05-31
* Fixed the crashes while using the MCIMAPSearchExpression, mKind was not set a...Gravatar Pushkar Singh2013-05-28
* Added more commentsGravatar Hoa V. DINH2013-05-23
* Cleaned provider implementationGravatar Hoa V. DINH2013-05-04
* IMAP Objective-C API documentation completed.Gravatar Hoa V. DINH2013-04-06
* 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
* Check for nil completion blocks. Fixed #15Gravatar Hoa V. DINH2013-04-01
* Implemented ObjC API for SMTP and POPGravatar Hoa V. DINH2013-03-30
* Check if progress block is nil before calling it.Gravatar Hoa V. DINH2013-03-26
* Progress for ObjC IMAP operationsGravatar Hoa V. DINH2013-03-26
* IMAP ObjC async operations implementedGravatar Hoa V. DINH2013-03-26
* Fixed warning.Gravatar Hoa V. DINH2013-03-24
* Implemented IMAP ObjC APIGravatar Hoa V. DINH2013-03-24
* folder descriptionGravatar Hoa V. DINH2013-03-23
* Fixed class bridgingGravatar DINH Viet Hoa2013-03-23
* fixed bridging of objectsGravatar DINH Viet Hoa2013-03-23
* Make IMAP ObjC bridge implementation consistentGravatar DINH Viet Hoa2013-03-23
* Simplified implementation of ObjC setter/getter by using a common implementat...Gravatar DINH Viet Hoa2013-03-23
* moved MCOOperation to src/objc/utilsGravatar DINH Viet Hoa2013-03-22
* Renamed IMAP operations to include IMAP in the name. Fixed tests to match the...Gravatar DINH Viet Hoa2013-03-22
* Implemented Objective-C wrapper for core/abstractGravatar DINH Viet Hoa2013-03-22
* Removed MCOObjectWrapper. Increase reference count of operation in progress.Gravatar DINH Viet Hoa2013-02-05
* VoIPEnabled property has a getter isVoIPEnabled.Gravatar DINH Viet Hoa2013-02-04
* Simplified MCOIMAPSession.mm integration with C++.Gravatar DINH Viet Hoa2013-02-04
* Fixed loop.Gravatar DINH Viet Hoa2013-02-04
* added C++ guardsGravatar DINH Viet Hoa2013-02-02