aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* changing #warnings to TODOGravatar Damien Glancy2013-07-20
|
* Merge branch 'master' of github.com:hetissimpel/mailcore2Gravatar Damien Glancy2013-07-20
|\
| * - Removed hardcoded #warnings as mentioned in Issue #215.Gravatar Damien Glancy2013-07-20
| | | | | | | | - Opened individual issues for each #warning removal
* | Revert "Inhibit warnings"Gravatar Damien Glancy2013-07-20
| | | | | | | | This reverts commit 6a1faddc86362635beb95fdef891dae38cbb5227.
* | Inhibit warningsGravatar Damien Glancy2013-07-20
|/
* Fixed #202: Fixed decoding of modified UTF7Gravatar Hoa V. DINH2013-07-17
|
* Merge pull request #191 from paulyoung/message-preview-in-examplesGravatar Hoà V. DINH2013-07-17
|\ | | | | Add message preview to iOS example.
* | Fixed buildGravatar Hoa V. DINH2013-07-16
| |
* | Don't crash when namespace is emptyGravatar Hoa V. DINH2013-07-16
| |
* | Fixed MCOIMAPSessionGravatar Hoa V. DINH2013-07-16
| |
* | Fixed build of iOS exampleGravatar Hoa V. DINH2013-07-16
| |
* | Fixed buildGravatar Hoa V. DINH2013-07-16
| |
* | Fixed #8: When the attachment is a folder, the folder is compressed and the ↵Gravatar Hoa V. DINH2013-07-16
| | | | | | | | attachment is the compressed file.
* | CMakefile: Detection of UUID, tidy and libxml2Gravatar Hoa V. DINH2013-07-15
| |
| * Registered a class for cell reuse.Gravatar Paul Young2013-07-15
| |
| * Added prepareForReuseGravatar Paul Young2013-07-14
| | | | | | | | * Moved cancellation of rendering operation and resetting of subtitle.
| * Clearing previous cell subtitle on reuse.Gravatar Paul Young2013-07-14
| |
| * Cancelling ay previous rendering operation ASAP.Gravatar Paul Young2013-07-14
| |
| * Renamed block parameter.Gravatar Paul Young2013-07-14
| |
| * Setting the rendering operation to nil when the complete.Gravatar Paul Young2013-07-14
| |
| * Merge remote-tracking branch 'upstream/master' into message-preview-in-examplesGravatar Paul Young2013-07-14
| |\ | |/ |/|
| * Associating message rendering operation with table view cell.Gravatar Paul Young2013-07-14
| | | | | | | | | | * Added custom table view cell. * Cancelling operation on cell reuse.
* | Fixed #197: Adding MCMessageRenderingOperation.h to public headersGravatar Hoa V. DINH2013-07-13
| |
* | Clean build scriptsGravatar Hoa V. DINH2013-07-13
| |
* | Fixed #194: SMTP detection is now performed with an almost valid address.Gravatar Hoa V. DINH2013-07-12
| |
* | Fixed 171: Updated CMakefile to latest changesGravatar Hoa V. DINH2013-07-12
| |
* | Fixed build issue.Gravatar Hoa V. DINH2013-07-12
| |
* | Added a comment about mailstream_cfstream_enabled.Gravatar Hoa V. DINH2013-07-12
| |
* | Made mailcore::IMAPMessageRenderingOperation public. It made ↵Gravatar Hoa V. DINH2013-07-12
| | | | | | | | IMAPMessageRenderingType public too: It's been documented as private type.
| * Restored table view cell style to subtitle.Gravatar Paul Young2013-07-12
| | | | | | | | * Lost in the merge conflict.
| * Merge remote-tracking branch 'upstream/master' into message-preview-in-examplesGravatar Paul Young2013-07-11
| |\ | |/ |/| | | | | Conflicts: example/ios/iOS UI Test/iOS UI Test/en.lproj/MainStoryboard.storyboard
* | Fixed Xcode 4.6 compatibilityGravatar Hoa V. DINH2013-07-11
| |
| * Merge remote-tracking branch 'upstream/master' into message-preview-in-examplesGravatar Paul Young2013-07-11
| |\
* | | Fixed warning.Gravatar Hoa V. DINH2013-07-11
| | |
* | | Removed non-useful include.Gravatar Hoa V. DINH2013-07-11
| |/ |/|
* | Merge pull request #155 from paulyoung/message-rendering-with-sessionGravatar Hoà V. DINH2013-07-11
|\ \ | | | | | | Simple message rendering methods on IMAP.
| | * Work in progress for #132: Added message preview to iOS example.Gravatar Paul Young2013-07-11
| |/ |/| | | | | | | | | * Operations are not yet cancelled at any point. * There is a visible delay when the detail text of table cells are updated after a delay as cells are re-used.
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
| |\ | |/ |/| | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
| * Cnsolidated calls to release message ivar.Gravatar Paul Young2013-07-11
| |
* | Added comments to custom header APIGravatar Hoa V. DINH2013-07-11
| |
* | Merge pull request #161 from thusfresh/CustomHeadersGravatar Hoà V. DINH2013-07-11
|\ \ | | | | | | Allows for custom headers to be set for message builder.
| | * Retaining message ivar.Gravatar Paul Young2013-07-11
| | |
| | * Added missing call to set message on rendering operation.Gravatar Paul Young2013-07-11
| | |
| | * Added missing import.Gravatar Paul Young2013-07-11
| | |
| | * Added file to build targets.Gravatar Paul Young2013-07-11
| | |
| * | Adds NULL check and style cleanupGravatar Ryan Johnson2013-07-11
| | | | | | | | | | | | | | | | | | * Adds check for mExtraHeaders == NULL to all allExtraHeadersNames() * Makes mExtraHeaders == NULL checks more consistent * Cleans up code formatting to be more consistent
| | * Added missing include.Gravatar Paul Young2013-07-11
| | |
* | | Fixed headers symbolic link when building OSX frameworkGravatar Hoa V. DINH2013-07-10
| | |
* | | Improved build script for OSX framework.Gravatar Hoa V. DINH2013-07-10
| | |
* | | Fixed public headersGravatar Hoa V. DINH2013-07-10
| | |