aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap
Commit message (Expand)AuthorAge
...
| * Merge upstreamGravatar CodaFi2013-06-29
| |\ | |/ |/|
| * Reduce PRGravatar CodaFi2013-06-28
* | Fixed memory leak: operations were retained by the block they owned, which cr...Gravatar Hoa V. Dinh2013-06-28
| * Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopyingGravatar CodaFi2013-06-27
| |\ | |/ |/|
* | Implemented logging API for SMTP, POP and IMAPGravatar Hoa V. DINH2013-06-26
* | 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
* | | Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
| * | Removed spurious commentsGravatar CodaFi2013-06-22
| * | Implement Gmail Thread IDGravatar CodaFi2013-06-22
|/ /
| * Minor cleanupGravatar CodaFi2013-06-22
| * Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopyingGravatar CodaFi2013-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
| | * Code restructuring and encoding fixesGravatar CodaFi2013-06-20
| | * Redo commitsGravatar 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