aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* fixed MCOIMAPCapabilityOperation header guard macroGravatar Marco Pifferi2014-02-03
|
* Merge pull request #575 from lgarbo/masterGravatar Hoà V. DINH2014-02-03
|\ | | | | Update MCOIMAPNamespace.mm
* | Fixed some IndexSet operationsGravatar Hoa V. DINH2014-01-31
| |
* | Fixed disconnect operation behavior when no connection is establishedGravatar Hoa V. DINH2014-01-31
| |
* | Added Set to Obj-C bridgingGravatar Hoa V. DINH2014-01-30
| |
* | Fixed base64 encodingGravatar Hoa V. DINH2014-01-30
| |
| * Update MCOIMAPNamespace.mmGravatar lgarbo2014-01-30
| |
| * Update MCOIMAPNamespace.mmGravatar lgarbo2014-01-30
|/
* optimized custom flagsGravatar Hoa V. DINH2014-01-27
|
* Merge pull request #572 from michalkalis/masterGravatar Hoà V. DINH2014-01-27
|\ | | | | Added method to store custom flags and a property to access custom flags
| * Default NULL value for custom flags in append and storeFlags function ↵Gravatar Michal Kalis2014-01-27
| | | | | | | | arguments for backwards compatibility
| * Fixes in storing custom flags; possible to append new messages with custom flagsGravatar Michal Kalis2014-01-26
| |
| * Method to store cusotm flags is separate from the original oneGravatar Michal Kalis2014-01-24
| |
| * Merge branch 'feature/custom-flags' into developGravatar Michal Kalis2014-01-23
|/|
| * Method storeFlags supports custom flagsGravatar Michal Kalis2014-01-23
| |
| * Method returning array of custom flagsGravatar Michal Kalis2014-01-23
|/
* Fixed buildGravatar Hoa V. DINH2014-01-21
|
* Retrieve Gmail user display nameGravatar Hoa V. DINH2014-01-21
|
* Merge pull request #569 from bpxldavid/masterGravatar Hoà V. DINH2014-01-20
|\ | | | | Make sure that the "size" property is propagated into the Message Info object during fetch
| * Make sure that the "size" property is propagated into the object during fetchGravatar David Hearst2014-01-20
|/ | | | I noticed that UID and index were being stored in the object based on fetch results, but size was always left as 0.
* ObjC API for indexset helpersGravatar Hoa V. DINH2014-01-19
|
* Added more indexSet helpersGravatar Hoa V. DINH2014-01-19
|
* Fixed #567: dispatch queue for POP and SMTPGravatar Hoa V. DINH2014-01-18
|
* Implemented dispatchQueue property on MCOIMAPSessionGravatar Hoa V. DINH2014-01-18
|
* Implemented Object::performMethodOnDispatchQueueAfterDelay() and fixed ↵Gravatar Hoa V. DINH2014-01-18
| | | | MCIMAPAsyncSession termination.
* Fixed example memory managementGravatar Hoa V. DINH2014-01-18
|
* Revert "Fixed build"Gravatar Hoa V. DINH2014-01-16
| | | | This reverts commit a14de1c4ef5906f68e890635ae56aa4db2c0cde1.
* Revert "Use ICU of the system (fixed #533)"Gravatar Hoa V. DINH2014-01-16
| | | | This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af.
* Fixed documentation of copyMessagesGravatar Hoa V. DINH2014-01-15
|
* Fixed buildGravatar Hoa V. DINH2014-01-08
|
* Use ICU of the system (fixed #533)Gravatar Hoa V. DINH2014-01-08
|
* Merge pull request #546 from mronge/masterGravatar Hoà V. DINH2014-01-08
|\ | | | | iOS 7ify the example project
| * iOS 7ify the example projectGravatar Matt Ronge2014-01-08
|/
* Simplified and fixed implementation of copyMessages (fixes #541)Gravatar Hoa V. Dinh2014-01-07
|
* Fixed #541: returns uid mapping properlyGravatar Hoa V. DINH2014-01-06
|
* Improved documentation of connectionLoggerGravatar Hoa V. DINH2014-01-06
|
* Fixed potential crashGravatar Hoa V. DINH2014-01-03
|
* Fixed build on LinuxGravatar Hoa V. DINH2014-01-02
|
* Fixed charset detection, improved collection of valid charset (fixed #532)Gravatar Hoa V. DINH2014-01-02
|
* Added commentGravatar Hoa V. DINH2014-01-02
|
* Fixed #531, #530, #529, #528, #527: fixed thread safety in case callback is ↵Gravatar Hoa V. DINH2014-01-02
| | | | dispatched in a thread different than main thread.
* Improved charset conversion. Added TODOs.Gravatar Hoa V. DINH2014-01-02
|
* Merge pull request #535 from CodaFi/W-Pedantic-WarningsGravatar Hoà V. DINH2014-01-02
|\ | | | | Cleans up warnings
* | Build fixes for LinuxGravatar Hoa V. Dinh2014-01-02
| |
| * Fix PR commentsGravatar Robert Widmann2014-01-02
| |
| * Return proper NULL delimiterGravatar Robert Widmann2014-01-01
| | | | | | | | | | | | NULL will get cast to (char)0 properly, but casting ‘\0’ (technically an int) better expresses the intent that we mean to return the terminating char.
* | Merge pull request #520 from CodaFi/X-GM-RAWGravatar Hoà V. DINH2013-12-29
|\ \ | | | | | | Implement X-GM-RAW
| | * Add required virtual destructors.Gravatar Robert Widmann2013-12-29
| | |
| | * Remove unused or undefined functionsGravatar Robert Widmann2013-12-29
| | |
| | * Remove mentions of registerGravatar Robert Widmann2013-12-29
| | | | | | | | | | | | | | | | | | | | | C++ 11 Standard (Annex D.2): The use of the register keyword as a storage-class-specifier (7.1.1) is deprecated.