aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPMessage.h
Commit message (Collapse)AuthorAge
* Merge pull request #619 from mronge/masterGravatar Hoà V. DINH2014-03-04
|\ | | | | Add NSCoding to classes that support it
| * Add NSCoding to classes that support itGravatar Matt Ronge2014-03-04
| |
* | Conformant header guardsGravatar CodaFi2014-02-22
|/ | | | Fixes #606
* Fixes in storing custom flags; possible to append new messages with custom flagsGravatar Michal Kalis2014-01-26
|
* Method returning array of custom flagsGravatar Michal Kalis2014-01-23
|
* Added size request to get message size of complete message ↵Gravatar pfennema2013-12-01
| | | | (MCOIMAPMessagesRequestKindSize)
* Removed non-useful include.Gravatar Hoa V. DINH2013-07-11
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
|\ | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | Removed simple rendering methods from MCOIMAPMessage.Gravatar Paul Young2013-07-10
| | | | | | | | | | * This is to address concerns with not being able to cancel the asynchronous operations behind them.
* | WIP: Objective-C bridge of IMAP rendering methods.Gravatar Paul Young2013-07-07
| |
* | Objective-C bridge for simple rendering methods for IMAP message.Gravatar Paul Young2013-07-06
| |
| * NSCopying only in base classesGravatar Robert Widmann2013-07-03
| |
| * Reduce PRGravatar CodaFi2013-06-28
| |
| * Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopyingGravatar CodaFi2013-06-27
| |\ | |/ |/|
* | Implement Message IDGravatar CodaFi2013-06-23
| |
* | Fixed threadID typesGravatar CodaFi2013-06-23
| |
* | Removed spurious commentsGravatar CodaFi2013-06-22
| |
* | Implement Gmail Thread IDGravatar CodaFi2013-06-22
| |
| * Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopyingGravatar CodaFi2013-06-22
| |\ | |/ |/|
* | Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
| |
| * Redo commitsGravatar CodaFi2013-06-20
|/
* Finished formatting docs for Appledoc for IMAP and SMTPGravatar Matt Ronge2013-06-02
|
* Added more commentsGravatar Hoa V. DINH2013-05-23
|
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
|
* Header documentation. Header clean-upGravatar Hoa V. DINH2013-04-04
|
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
|
* Progress for ObjC IMAP operationsGravatar Hoa V. DINH2013-03-26
|
* Implemented IMAP ObjC APIGravatar Hoa V. DINH2013-03-24