aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixed #396: link with icucore explicitelyGravatar Hoa V. DINH2014-03-08
|
* Merge pull request #621 from CodaFi/SSL-Check-CertificateGravatar Hoà V. DINH2014-03-07
|\ | | | | SSL certificate check for other platforms
| * Check for NULL certsGravatar CodaFi2014-03-06
| |
| * Handle NULL strings appropriatelyGravatar CodaFi2014-03-06
| |
* | Merge pull request #623 from pfennema/masterGravatar Hoà V. DINH2014-03-06
|\ \ | | | | | | add new searchexpression with NOT operator
| * | reverted changes on project.pbxprojGravatar pfennema2014-03-06
| | |
| * | Added IMAPSearchKindNot to MCOMessageConstants.h as wellGravatar pfennema2014-03-06
| | |
| * | Added not search expression in order to have searchexpressions such as, ↵Gravatar pfennema2014-03-06
| | | | | | | | | | | | 'subect does not contain', 'email address is not on to list'
| * | Merge remote-tracking branch 'upstream/master'Gravatar pfennema2014-03-06
| |\ \ | |/ / |/| |
| | * Style fixesGravatar CodaFi2014-03-05
| | |
| | * Merge remote-tracking branch 'upstream/master' into SSL-Check-CertificateGravatar CodaFi2014-03-05
| | |\ | |_|/ |/| |
| | * Proper certificate validationGravatar CodaFi2014-03-05
| | |
* | | Merge pull request #620 from foxinushka/masterGravatar Hoà V. DINH2014-03-05
|\ \ \ | | | | | | | | Fixed callbackDispatchQueue in MCIMAPMultiDisconnectOperation
| * | | Fixed callbackDispatchQueue in MCIMAPMultiDisconnectOperationGravatar Viktor Gedzenko2014-03-05
|/ / /
* | | Merge pull request #619 from mronge/masterGravatar Hoà V. DINH2014-03-04
|\ \ \ | | | | | | | | Add NSCoding to classes that support it
| * | | Add NSCoding to classes that support itGravatar Matt Ronge2014-03-04
| | | |
| | * | Merge remote-tracking branch 'upstream/master'Gravatar pfennema2014-03-04
| | |\ \ | |_|/ / |/| | |
| | * | Project local build settingsGravatar pfennema2014-03-04
| | | |
| | | * Cert CheckGravatar CodaFi2014-03-02
| | | |
| | | * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2014-03-02
| | | |\ | |_|_|/ |/| | |
* | | | value back to 30 secGravatar Hoa V. DINH2014-02-28
| | | |
* | | | Fixed #615: fixed issue with cancelling "perform after delay"Gravatar Hoa V. DINH2014-02-28
| | | |
* | | | Fixed delay typeGravatar Hoa V. Dinh2014-02-26
| | | |
* | | | Fixed #586 again: removed new methods and renamed existing Obj-C methodsGravatar Hoa V. Dinh2014-02-26
| | | |
* | | | Fixed crash when download of message failed (fixed #612)Gravatar Hoa V. Dinh2014-02-25
| | | |
* | | | Fixed #605Gravatar Hoa V. Dinh2014-02-24
| | | |
* | | | Fixed #608: cancelled scheduled operations that are not run will not run in ↵Gravatar Hoa V. DINH2014-02-23
| | | | | | | | | | | | | | | | the future.
* | | | Fixed #586: custom headers API available in ObjCGravatar Hoa V. DINH2014-02-22
| | | |
* | | | Merge pull request #609 from CodaFi/cpp-conformanceGravatar Hoà V. DINH2014-02-22
|\ \ \ \ | | | | | | | | | | C++ Safety and Conformance
| * | | | Removed Unnecessary NULL-Pointer CheckGravatar CodaFi2014-02-22
| | | | | | | | | | | | | | | | | | | | Fixes #607
| * | | | Conformant header guardsGravatar CodaFi2014-02-22
| | |_|/ | |/| | | | | | | | | | Fixes #606
| * | | Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2014-02-22
| |\ \ \ | |/ / / |/| | |
* | | | Improved performance of JSON parserGravatar Hoa V. DINH2014-02-20
| | | |
* | | | Fixed part size in default rendering (fixed #595)Gravatar Hoa V. DINH2014-02-18
| | | |
* | | | Fixed charset conversionGravatar Hoa V. DINH2014-02-14
| |/ / |/| |
* | | Lots of JSON parsers are pedantic, then removed the trailing commaGravatar Hoa V. Dinh2014-02-11
| | |
* | | Fixed buildGravatar Hoa V. Dinh2014-02-11
| | |
* | | Merge branch 'master' of github.com:MailCore/mailcore2Gravatar Matt Ronge2014-02-11
|\ \ \
* | | | Added iCloud.com as domain in the providersGravatar Matt Ronge2014-02-11
| | | |
| * | | Merge pull request #591 from yellowandy/patch-2Gravatar Hoà V. DINH2014-02-11
| |\ \ \ | | | | | | | | | | Don't remove empty div elements.
| | * | | Don't remove empty div elements.Gravatar Andreas Sandberg2014-02-11
| |/ / / | | | | | | | | Tidy shouldn't be removing any empty dom elements like <div></div>. Let the browser determine how it should be displayed.
| * | | Fixed serialization of HashMapGravatar Hoa V. DINH2014-02-09
| | | |
| | * | Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2014-02-08
| | |\ \ | | |/ / | |/| |
| * | | Fixed removeRange() implementationGravatar Hoa V. DINH2014-02-06
| | | |
| * | | Don't install cmakeGravatar Hoa V. DINH2014-02-05
| | | |
| * | | Render text as HTMLGravatar Hoa V. DINH2014-02-05
| | | |
| * | | added removeLastObject()Gravatar Hoa V. DINH2014-02-05
|/ / /
* | | Merge pull request #579 from marcopifferi/masterGravatar Matt Ronge2014-02-03
|\ \ \ | | | | | | | | fixed MCOIMAPCapabilityOperation header guard macro
| * | | fixed MCOIMAPCapabilityOperation header guard macroGravatar Marco Pifferi2014-02-03
|/ / /
* | | Merge pull request #575 from lgarbo/masterGravatar Hoà V. DINH2014-02-03
|\ \ \ | | | | | | | | Update MCOIMAPNamespace.mm