aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
Commit message (Expand)AuthorAge
* No more nscodingGravatar Robert Widmann2013-07-02
* Merge branch 'master' of https://github.com/MailCore/mailcore2 into NSCoding-...Gravatar Robert Widmann2013-07-02
|\
| * Fixed regression introduced in de51dd02d4c16d5c6bc89a2fe0e49ffda79f2a33Gravatar Hoa V. DINH2013-06-30
| * Merge pull request #165 from CodaFi/default-constructorGravatar DINH Viêt Hoà2013-06-30
| |\
| | * AssertGravatar CodaFi2013-06-30
| | * Add default constructors to abstract classesGravatar CodaFi2013-06-29
| * | Adding OAuth2 authentication type on ObjC APIGravatar Hoa V. DINH2013-06-29
| |/
* | Merge upstreamGravatar CodaFi2013-06-29
|\|
| * Fixed memory leak in MCOMessageHeaderGravatar Hoa V. DINH2013-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
| * | 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
| | * Removed spurious commentsGravatar CodaFi2013-06-22
| | * Moar whitespaceGravatar 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
|\|
| * Fixed #97: manual disconnection of POP sessionGravatar 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
| * | Removed reference to message owner from part.Gravatar Hoa V. DINH2013-06-21
| | * DeallocGravatar CodaFi2013-06-21
| * | Merge pull request #119 from CodaFi/Provider-IdentifierGravatar DINH Viêt Hoà2013-06-21
| |\ \
| | | * Bridge MCOIMAPFolderStatusGravatar CodaFi2013-06-20
| | * | Fix providers identifierGravatar CodaFi2013-06-20
| | |/
* | | Code restructuring and encoding fixesGravatar CodaFi2013-06-20
* | | Less dot syntaxGravatar 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
* 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
| * Documented the Obj-C API for providersGravatar Matt Ronge2013-06-08
* | 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
| * Renamed category NSArray (MCONSArray) to NSArray (MCOAddress)Gravatar Hoa V. DINH2013-06-02