aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
Commit message (Collapse)AuthorAge
* Fixed #202: Fixed decoding of modified UTF7Gravatar Hoa V. DINH2013-07-17
|
* 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.
* Added a comment about mailstream_cfstream_enabled.Gravatar Hoa V. DINH2013-07-12
|
* MCLibetpan.cpp -> MCLibetpan.ccGravatar Hoa V. DINH2013-07-09
|
* De-namespaceGravatar CodaFi2013-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
| |
| * Updated type of MCLogEnabled to int instead of bool.Gravatar Paul Young2013-07-03
| |
| * 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.
* Fixed #80: convert properly charset from ICU to CoreFoundation.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.
* Fixed memory leak in Object::className(). Switched to CFNetwork socket ↵Gravatar Hoa V. Dinh2013-06-28
| | | | implementation.
* Fixed some memory leaksGravatar Hoa V. DINH2013-06-27
|
* Added one argument to the operation queue callback. It might be useful when ↵Gravatar Hoa V. DINH2013-06-26
| | | | an object owns several queues.
* Simplified logger C++ APIGravatar Hoa V. DINH2013-06-26
|
* Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-26
|
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
|
* Fixed crash in performMethodAfterDelay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
|
* Fixed crash when a method is scheduled twice to perform after delay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
|
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed ↵Gravatar Hoa V. DINH2013-06-22
| | | | #128.
* Automatic disconnection for SMTP (Fixed #96)Gravatar Hoa V. DINH2013-06-22
|
* GuardsGravatar CodaFi2013-06-21
|
* NamespacingGravatar CodaFi2013-06-21
|
* MCAssert VisibilityGravatar CodaFi2013-06-21
|
* Update MCString.ccGravatar Andreas Sandberg2013-06-18
| | | Fix crash when flatten was eventually called on empty html string from MessageBuilder.
* Define UINT64_MAX in case it's not defined through inttypes.hGravatar Hoa V. DINH2013-06-17
|
* Fixed crash when MCOperationQueue is released while operations are in progressGravatar Hoa V. Dinh2013-06-17
|
* Fixed deadlock in OperationQueueGravatar Hoa V. DINH2013-06-14
|
* Revert "Fixed deadlock in OperationQueue"Gravatar Hoa V. Dinh2013-06-12
| | | | | | Caused a crash when sending emails. This reverts commit c4353b9989faac04ad5b2e0e45fb35220123eb9f.
* Fixed deadlock in OperationQueueGravatar Hoa V. DINH2013-06-11
|
* Thread safe uniquedStringWithUTF8Characters()Gravatar Hoa V. DINH2013-06-02
|
* __MACH__ -> _UUID_STRING_TGravatar Hoa V. DINH2013-05-27
|
* Simplified linking against mailcore. Added quick instructions in README.mdGravatar Hoa V. DINH2013-05-21
|
* use NSAutoreleasePool on Mac/iOS to implement MCAutoreleasePoolGravatar Hoa V. DINH2013-05-04
|
* CPP->CCGravatar CodaFi2013-05-04
|
* Fixed iteratorsGravatar Hoa V. DINH2013-04-28
|
* Fixed sortedArray implementationGravatar Hoa V. DINH2013-04-19
|
* added #ifdef __cplusplusGravatar Ken Grigsby2013-04-19
|
* Implemented JSON parser with Unicode support. Implemented iteratorsGravatar Hoa V. DINH2013-04-18
|
* Fixed build issuesGravatar Hoa V. DINH2013-04-17
|
* Fixed MD5.Gravatar Hoa V. DINH2013-04-16
|
* Added support for MD5, JSONGravatar Hoa V. DINH2013-04-16
|
* Fixed behavior of String::deleteCharactersInRange()Gravatar Hoa V. DINH2013-04-16
|
* Various fixes.Gravatar Hoa V. DINH2013-04-15
|
* Fixed nil array case when using Set::addObjectsFromArray()Gravatar Hoa V. DINH2013-04-13
|
* Added String::stringByAppendingPathComponent()Gravatar Hoa V. DINH2013-04-13
|
* Cleanup.Gravatar Hoa V. DINH2013-04-10
|