aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Removed duplicated HTML body renderer template callback.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
| * Added simple rendering methods for RFC822 message at C++ API levelGravatar Hoa V. DINH2013-07-05
| |
* | 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".
* | 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 pull request #169 from paulyoung/mclogGravatar DINH Viêt Hoà2013-07-03
| |\ | | | | | | make MCLog compatible with plain C.
| * | Fixed loggerGravatar Hoa V. DINH2013-07-03
| | |
* | | WIP: Updated method for replacing tab and space characters.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
| | |
| | * Including the stdbool header.Gravatar Paul Young2013-07-02
| | | | | | | | | | | | * As per http://stackoverflow.com/a/1921557/339925
| | * Updated mailcore::logEnabled to MCLogEnabled in logInternalv.Gravatar Paul Young2013-07-02
| | |
| | * Renamed mailcore::logEnabled and mailcore::logInternal to MCLogEnabledGravatar Paul Young2013-06-30
| |/ | | | | | | | | | | | | and MCLogInternal as discussed in MailCore/mailcore2#118. * Followed the diff in MailCore/mailcore2#124. * Renamed the implementation file from .cc to .c * Added `extern "C" {}` around header declaration.
* | Removed `this` when calling methods as it's not required outside ofGravatar Paul Young2013-06-30
| | | | | | | | static contexts.
* | Added missing semicolons.Gravatar Paul Young2013-06-29
| |
* | Added implementation for rendering methods for IMAP session.Gravatar Paul Young2013-06-29
| | | | | | | | | | | | * Plain text methods call HTML methods and then modify the result. * Added HTML body renderer template callback which returns an empty header template.
* | Removed session from message renderer helper.Gravatar Paul Young2013-06-29
| |
| * Fixed #80: convert properly charset from ICU to CoreFoundation.Gravatar Hoa V. DINH2013-06-29
| |
| * Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
| |
| * Fixed hasSuffix and hasPrefix behaviorGravatar Hoa V. DINH2013-06-29
| |
| * Charset conversion using CoreFoundation instead of ICU on Apple platforms. ↵Gravatar Hoa V. DINH2013-06-29
| | | | | | | | Fixed #80.
| * Merge pull request #158 from CodaFi/CopyGravatar DINH Viêt Hoà2013-06-28
| |\ | | | | | | Implemented mailcore::NetService::copy() and mailcore::NetService::description().
* | | WIP: Message Renderer HelperGravatar Paul Young2013-06-29
| | | | | | | | | | | | | | | * Created a generic message renderer helper class. * Renamed "msg" to "message" in session rendering methods.
| | * MC_SAFE_COPY -> MC_SAFE_REPLACE_COPYGravatar CodaFi2013-06-28
| | |
| * | Fixed memory leak in Object::className(). Switched to CFNetwork socket ↵Gravatar Hoa V. Dinh2013-06-28
| | | | | | | | | | | | implementation.
| | * Merge remote-tracking branch 'upstream/master' into CopyGravatar CodaFi2013-06-27
| | |\ | | |/ | |/|
| | * Copy and alignmentGravatar CodaFi2013-06-27
| | |
| | * Added one argument to the operation queue callback. It might be useful when ↵Gravatar Hoa V. DINH2013-06-27
| | | | | | | | | | | | an object owns several queues.
| | * Simplified logger C++ APIGravatar Hoa V. DINH2013-06-27
| | |