aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixed call to MC_SAFE_REPLACE_COPY.Gravatar Paul Young2013-07-06
|
* Objective-C bridge for simple rendering methods for IMAP message.Gravatar Paul Young2013-07-06
|
* Added simple rendering methods for IMAP message at C++ API level.Gravatar Paul Young2013-07-06
|
* Added HTMLRendererIMAPDataCallback.Gravatar Paul Young2013-07-06
|
* Removed ivars for message rendering callbacks.Gravatar Paul Young2013-07-06
|
* Added documentation for message rendering methods.Gravatar Paul Young2013-07-06
|
* Renamed file to match class name.Gravatar Paul Young2013-07-06
| | | | * Updated includes.
* Removed include for ctype since `isspace` is no longer being used.Gravatar Paul Young2013-07-06
|
* Ensuring that multiple space characters are reduced to a single space.Gravatar Paul Young2013-07-06
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-06
|\ | | | | | | message-rendering-with-session
| * Merge pull request #178 from CodaFi/localized-descriptionGravatar DINH Viêt Hoà2013-07-05
| |\ | | | | | | Localized description for NSError with MCOErrorDomain.
| * | Objective-C bridge for simple rendering methods for RFC822 messageGravatar Hoa V. DINH2013-07-05
| | |
| * | Added simple rendering methods for RFC822 message at C++ API levelGravatar Hoa V. DINH2013-07-05
| | |
| * | Added OAuth2 token API on MCOIMAPSessionGravatar Hoa V. DINH2013-07-05
| | |
| | * Added MCOErrorNone messageGravatar CodaFi2013-07-05
| | |
| | * Moved tableGravatar Robert Widmann2013-07-04
| | |
| * | Merge pull request #177 from CodaFi/Un-namespace-MCLogGravatar DINH Viêt Hoà2013-07-04
| |\ \ | | | | | | | | Un-namespace MCLog()
* | | | Fixed reference to html callback ivar.Gravatar Paul Young2013-07-04
| | | |
* | | | Removed remaining references to MessageRendererHelper.Gravatar Paul Young2013-07-04
| | | |
* | | | Reverted to using replaceOccurrencesOfString for plain text body.Gravatar Paul Young2013-07-04
| | | | | | | | | | | | | | | | * Replaced all whitespace characters that `isspace` is concerned with.
* | | | Removed MessageRendererHelper class.Gravatar Paul Young2013-07-04
| | | | | | | | | | | | | | | | * Added ivars and assigned message rendering callbacks in IMAPSession.
* | | | Made HTMLBodyRendererTemplateCallback a subclass of Object.Gravatar Paul Young2013-07-04
| | | | | | | | | | | | | | | | This provides "reference counting for free".
| | | * Adds localized description tableGravatar CodaFi2013-07-04
| | | |
* | | | Specified class for rendering method signatures in implementation.Gravatar Paul Young2013-07-04
| | | |
| | * | De-namespaceGravatar CodaFi2013-07-04
| | |/
* | | Merge branch 'master' into message-rendering-with-sessionGravatar Paul Young2013-07-04
|\| |
| | * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-07-04
| | |\ | | |/ | |/|
| * | Merge pull request #169 from paulyoung/mclogGravatar DINH Viêt Hoà2013-07-03
| |\ \ | | | | | | | | make MCLog compatible with plain C.
| * | | Fixed IDLE behaviorGravatar Hoa V. DINH2013-07-03
| | | |
| * | | Fixed loggerGravatar Hoa V. DINH2013-07-03
| | | |
* | | | WIP: Updated method for replacing tab and space characters.Gravatar Paul Young2013-07-03
| | | |
* | | | Fixed file extension in comment.Gravatar Paul Young2013-07-03
| | | |
* | | | Merge branch 'master' into message-rendering-with-sessionGravatar Paul Young2013-07-03
|\| | | | | | | | | | | | | | | | | | | Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
| | * | Updated type of MCLogEnabled to int instead of bool.Gravatar Paul Young2013-07-03
| | | |
* | | | Fixed memory leaks.Gravatar Paul Young2013-07-02
| | | | | | | | | | | | | | | | | | | | | | | | * Allocating in constructor and assigning to ivars. * Returning ivars in methods. * Releasing ivars in destructor.
* | | | Moved HTMLBodyRendererTemplateCallback class to its own file.Gravatar Paul Young2013-07-02
| | | |
* | | | Replaced call to htmlCallback() with NULL.Gravatar Paul Young2013-07-02
| | | |
* | | | Removed htmlCallback().Gravatar Paul Young2013-07-02
| | | |
* | | | Fixed return type for htmlBodyCallback().Gravatar Paul Young2013-07-02
| | | |
* | | | Declaring templateForMainHeader method in subclass header.Gravatar Paul Young2013-07-02
| | | |
* | | | Added comment to header file about character replacement.Gravatar Paul Young2013-07-02
| | | |
* | | | Replacing double spaces with a single space.Gravatar Paul Young2013-07-02
| | | |
* | | | Renamed RenderingType to IMAPMessageRenderingType.Gravatar Paul Young2013-07-02
| | | |
* | | | Fixed implementation of string() method.Gravatar Paul Young2013-07-02
| | | |
* | | | Fixed interface for message getter method.Gravatar Paul Young2013-07-02
| | | | | | | | | | | | | | | | * Returns a pointer to IMAPMessage.
* | | | Fixed use of MC_SAFE_REPLACE_COPY.Gravatar Paul Young2013-07-02
| | | |
| | * | Including the stdbool header.Gravatar Paul Young2013-07-02
| | | | | | | | | | | | | | | | * As per http://stackoverflow.com/a/1921557/339925
| | * | Updated remaining references to mailcore::logEnabled.Gravatar Paul Young2013-07-02
| | | |
| | * | Updated mailcore::logEnabled to MCLogEnabled in logInternalv.Gravatar Paul Young2013-07-02
| | | |
| * | | Fixed regression introduced in de51dd02d4c16d5c6bc89a2fe0e49ffda79f2a33Gravatar Hoa V. DINH2013-06-30
| | | |