aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
| |\
| * | 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
|\| |
| | * Updated type of MCLogEnabled to int instead of bool.Gravatar Paul Young2013-07-03
* | | Fixed memory leaks.Gravatar Paul Young2013-07-02
* | | 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
* | | Fixed use of MC_SAFE_REPLACE_COPY.Gravatar Paul Young2013-07-02
| | * Including the stdbool header.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
| * | Merge pull request #165 from CodaFi/default-constructorGravatar DINH Viêt Hoà2013-06-30
| |\ \
| | | * Renamed mailcore::logEnabled and mailcore::logInternal to MCLogEnabledGravatar Paul Young2013-06-30
| | |/ | |/|
* | | Removed `this` when calling methods as it's not required outside ofGravatar Paul Young2013-06-30
| | * AssertGravatar CodaFi2013-06-30
* | | Added missing semicolons.Gravatar Paul Young2013-06-29
* | | Added implementation for rendering methods for IMAP session.Gravatar Paul Young2013-06-29
* | | Removed session from message renderer helper.Gravatar Paul Young2013-06-29
| | * Add default constructors to abstract classesGravatar CodaFi2013-06-29
| * | Fixed #80: convert properly charset from ICU to CoreFoundation.Gravatar Hoa V. DINH2013-06-29
| * | Adding OAuth2 authentication type on ObjC APIGravatar Hoa V. DINH2013-06-29
| |/
| * Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
| * Fixed memory leak in MCOMessageHeaderGravatar 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. Fi...Gravatar Hoa V. DINH2013-06-29
| * Merge pull request #158 from CodaFi/CopyGravatar DINH Viêt Hoà2013-06-28
| |\
* | | WIP: Message Renderer HelperGravatar Paul Young2013-06-29
* | | Replaced UID ivar and accessor methods with equivalents for message.Gravatar Paul Young2013-06-28
* | | Made plain text body the default rendering type.Gravatar Paul Young2013-06-28
| | * MC_SAFE_COPY -> MC_SAFE_REPLACE_COPYGravatar CodaFi2013-06-28
| * | Fixed memory leak in Object::className(). Switched to CFNetwork socket implem...Gravatar Hoa V. Dinh2013-06-28
| * | Fixed memory leak: operations were retained by the block they owned, which cr...Gravatar Hoa V. Dinh2013-06-28
| | * 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 a...Gravatar Hoa V. DINH2013-06-27
| | * Simplified logger C++ APIGravatar Hoa V. DINH2013-06-27
| | * Implemented logging API for SMTP, POP and IMAPGravatar Hoa V. DINH2013-06-27
| | * Logger API for SMTP, POPGravatar Hoa V. DINH2013-06-27