aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Callback is now called on the dispatch queue where the operation has been ↵Gravatar Hoa V. DINH2013-09-29
| | | | instanciated on Apple platforms
* Fixed buildGravatar Hoa V. DINH2013-09-29
|
* Fixed build for TravisGravatar Hoa V. DINH2013-09-29
|
* Enable build for arm64Gravatar Hoa V. DINH2013-09-28
|
* build for arm64 for dependenciesGravatar Hoa V. DINH2013-09-28
|
* Added arm64 supportGravatar Matt Ronge2013-09-28
| | | | | | | Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj scripts/prepare-libetpan-ios.sh scripts/prepare-tidy-ios.sh
* Only build arm64 if 7.0 SDK is presentGravatar Matt Ronge2013-09-28
| | | | | | Conflicts: scripts/prepare-libetpan-ios.sh scripts/prepare-tidy-ios.sh
* Merge pull request #403 from CodaFi/NoopGravatar Hoà V. DINH2013-09-28
|\ | | | | Added No-Op operation for IMAP, SMTP and POP.
| * Update build scriptsGravatar CodaFi2013-09-26
| |
* | Merge pull request #407 from CodaFi/Xcode-5Gravatar Hoà V. DINH2013-09-26
|\ \ | | | | | | Use automatic configuration of architecture with Xcode 5.
| | * Filename extension fixesGravatar CodaFi2013-09-26
| | |
| * | Xcode 5 upgradeGravatar CodaFi2013-09-26
| | |
| * | Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-09-26
| |\ \ | |/ / |/| |
| | * Fixed includesGravatar CodaFi2013-09-26
| | |
* | | Reverted 0e78a7b40a19c0e76c215bb0e96e667476dbfea6Gravatar Hoa V. Dinh2013-09-26
| | |
* | | Revert "Only build arm64 if 7.0 SDK is present"Gravatar Hoa V. Dinh2013-09-26
| | | | | | | | | | | | This reverts commit d4bca3a8fbb6f77c32b0ef784b77ebb172cdd6fd.
* | | Fixed #378: Added INBOX when there's a non-empty prefixGravatar Hoa V. Dinh2013-09-26
| | |
* | | Merge pull request #401 from mronge/arm64Gravatar Hoà V. DINH2013-09-26
|\ \ \ | | | | | | | | Added arm64 support.
| * | | Updated libetpan url back to Hoa's masterGravatar Matt Ronge2013-09-26
| | | |
| * | | Only build arm64 if 7.0 SDK is presentGravatar Matt Ronge2013-09-26
| | | |
| | | * Fix undefined ErrorNoopGravatar CodaFi2013-09-24
| | | |
| | | * Implement Objective-C InterfaceGravatar CodaFi2013-09-24
| | | |
| | | * Brace stylingGravatar CodaFi2013-09-24
| | | |
| | | * Implement IMAP noopGravatar CodaFi2013-09-24
| | | |
| | | * Implement POP noopGravatar CodaFi2013-09-24
| | | |
| | | * Implement SMTP noopGravatar CodaFi2013-09-24
| | |/
| | * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-09-24
| | |\ | |_|/ |/| |
| * | Added arm64 supportGravatar Matt Ronge2013-09-24
|/ /
* | Fixed #395: fixed conversion between MCOIndexSet and NSIndexSetGravatar Hoa V. DINH2013-09-23
| |
| * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-09-21
| |\ | |/ |/|
* | Fixed #391: fixed int conversionGravatar Hoa V. DINH2013-09-21
| |
* | Merge pull request #381 from CodaFi/ObjC-Providers-RegistrationGravatar Hoà V. DINH2013-09-15
|\ \ | | | | | | Objective-C providers registration interface
| * | whitespaceGravatar CodaFi2013-09-12
| | |
| * | ObjC interface to registering providersGravatar CodaFi2013-09-12
| |/
| * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-09-12
| |\ | |/ |/|
* | Merge pull request #380 from CodaFi/Providers-OutlookGravatar Hoà V. DINH2013-09-12
|\ \ | | | | | | Added provider for outlook.
| * | whitespaceGravatar CodaFi2013-09-12
| | |
| * | Outlook support in providersGravatar CodaFi2013-09-12
| |/
| * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-09-12
| |\ | |/ |/|
* | Fixed #371: don't retain header when no result is returnedGravatar Hoa V. Dinh2013-09-10
| |
* | Added conversion between NSIndexSet and MCOIndexSet (fixed #370)Gravatar Hoa V. DINH2013-09-10
| |
* | Fixed crash in MCIndexSet (fixed #357)Gravatar Hoa V. DINH2013-09-09
| |
* | Fixed #367: fixed -hostnameWithEmail:Gravatar Hoa V. Dinh2013-09-09
| |
* | Merge pull request #368 from yuklai/master_unusedVariablesGravatar Hoà V. DINH2013-09-09
|\ \ | | | | | | Remove unused varilables.
| * | Remove unused variablesGravatar Yuk Lai Suen2013-09-09
| | |
| * | Remove unused variablesGravatar Yuk Lai Suen2013-09-09
| | |
* | | Merge pull request #369 from yuklai/master_leaksGravatar Hoà V. DINH2013-09-09
|\ \ \ | | | | | | | | Remove a few potential memory leaks
| * | | Remove a few potential memory leaksGravatar Yuk Lai Suen2013-09-09
| | | |
| | * | Remove unused variablesGravatar Yuk Lai Suen2013-09-09
| |/ /
* | | Merge pull request #364 from tiennou/quickfixesGravatar Matt Ronge2013-09-09
|\ \ \ | | | | | | | | Documentation fix.