aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap
Commit message (Collapse)AuthorAge
...
* | | Objective-C bridge for simple rendering methods for IMAP message.Gravatar Paul Young2013-07-06
| |/ |/|
* | Added OAuth2 token API on MCOIMAPSessionGravatar Hoa V. DINH2013-07-05
| |
| * NSCopying only in base classesGravatar Robert Widmann2013-07-03
| |
* | Fixed loggerGravatar Hoa V. DINH2013-07-03
| |
| * No more nscodingGravatar Robert Widmann2013-07-02
| |
| * Merge upstreamGravatar CodaFi2013-06-29
| |\ | |/ |/|
| * Reduce PRGravatar CodaFi2013-06-28
| |
* | Fixed memory leak: operations were retained by the block they owned, which ↵Gravatar Hoa V. Dinh2013-06-28
| | | | | | | | created a cycle reference.
| * 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
|\ \ | | | | | | Implement Gmail ThreadID extension. Fixed #11.
| * | Fixed threadID typesGravatar CodaFi2013-06-23
| | |
* | | Retain session when IMAP and SMTP operations are running. Fixed #127, fixed ↵Gravatar Hoa V. DINH2013-06-22
| | | | | | | | | | | | #128.
| * | 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
|\ \ | | | | | | Bridge MCOIMAPFolderStatus
* | | 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
|/ | | | | * Removed unnecessart messageCount variable. * Fixed issue with number of messages.
* #170: Fixed message count.Gravatar Paul Young2013-06-19
|
* Fixes #107 fetchMessagesByNumberOperationWithFolder documentationGravatar Paul Young2013-06-19
| | | | | | * Updated sent message to use "numbers" instead of "uids". * Passing MCOIndexSet to "numbers". * Fixed call to MCORangeMake to pass length as the 2nd parameter.
* Renamed unread -> unseen. Fixed indentation.Gravatar Hoa V. DINH2013-06-12
|
* Initialization of IMAPFolderStatus variables to their default values was in ↵Gravatar silenteh2013-06-12
| | | | the destructor instead of construcotr, how did I miss that ??, fixed now. Changed variables name to be coherent with the rest of the code for IMAPFolderStatus.
* fixed indentation of comments, variables and methods names - added class for ↵Gravatar silenteh2013-06-12
| | | | folder status command instead of a struct
* 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 ↵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
| * 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 ↵Gravatar Hoa V. DINH2013-05-31
| | | | -copyMessagesOperationWithFolder:uids:destFolder: to avoid wrong guess by clang ARC
* Fixed the crashes while using the MCIMAPSearchExpression, mKind was not set ↵Gravatar Pushkar Singh2013-05-28
| | | | and missing mco_mcObject function
* 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
|