aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
Commit message (Collapse)AuthorAge
* Fixed dispatch queue memory management.Gravatar Hoa V. DINH2014-03-29
|
* Moved implementation of requiredPartsForRenderingGravatar Matt Ronge2014-03-14
|
* Merge branch 'master' of github.com:MailCore/mailcore2Gravatar Matt Ronge2014-03-14
|\
* | Moved strip whitespace into its own methodGravatar Matt Ronge2014-03-14
| |
| * Added XOAUTH2 for Outlook authentication type (fixed #637)Gravatar Hoa V. DINH2014-03-13
| |
| * Fixed return typeGravatar Hoa V. DINH2014-03-13
| |
| * Fixed Cancel All OperationsGravatar Luca2014-03-12
| |
| * Merge branch 'master' of https://github.com/MailCore/mailcore2Gravatar Marco Pifferi2014-03-12
| |\
| | * Fixes MCOIMAPSearchKindGravatar Bob Van Osten2014-03-10
| | |
| | * Implement Gmail Message ID searchGravatar Bob Van Osten2014-03-10
| | |
| * | Cancel all operationsGravatar Luca2014-03-10
| |/
| * Added comment about QRESYNC and syncMessages behavior (#238)Gravatar 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
| * | 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'
* | | Added a requiredRenderingParts method to get what is needed for renderingGravatar Matt Ronge2014-03-05
|/ /
| * Merge remote-tracking branch 'upstream/master' into SSL-Check-CertificateGravatar CodaFi2014-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
| | |
| | * Cert CheckGravatar CodaFi2014-03-02
| |/ |/|
* | Fixed #586 again: removed new methods and renamed existing Obj-C methodsGravatar Hoa V. Dinh2014-02-26
| |
* | 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
| |
* | Conformant header guardsGravatar CodaFi2014-02-22
|/ | | | Fixes #606
* fixed MCOIMAPCapabilityOperation header guard macroGravatar Marco Pifferi2014-02-03
|
* Merge pull request #575 from lgarbo/masterGravatar Hoà V. DINH2014-02-03
|\ | | | | Update MCOIMAPNamespace.mm
* | Added Set to Obj-C bridgingGravatar Hoa V. DINH2014-01-30
| |
| * Update MCOIMAPNamespace.mmGravatar lgarbo2014-01-30
| |
| * Update MCOIMAPNamespace.mmGravatar lgarbo2014-01-30
|/
* 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
|
* Method storeFlags supports custom flagsGravatar Michal Kalis2014-01-23
|
* Method returning array of custom flagsGravatar Michal Kalis2014-01-23
|
* Retrieve Gmail user display nameGravatar Hoa V. DINH2014-01-21
|
* ObjC API for 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
|
* Fixed documentation of copyMessagesGravatar Hoa V. DINH2014-01-15
|
* Fixed #541: returns uid mapping properlyGravatar Hoa V. DINH2014-01-06
|
* Improved documentation of connectionLoggerGravatar Hoa V. DINH2014-01-06
|
* Added commentGravatar Hoa V. DINH2014-01-02
|
* Add required virtual destructors.Gravatar Robert Widmann2013-12-29
|
* Improve documentationGravatar Robert Widmann2013-12-29
|
* RAW -> RawGravatar Robert Widmann2013-12-29
|
* Implement X-GM-RAW interfacesGravatar Robert Widmann2013-12-29
|
* Unify Project StyleGravatar CodaFi2013-12-08
|
* Changed SearchKindCC and SearchKindBCC to SearchKindCc and SearchKindBcc and ↵Gravatar pfennema2013-12-08
| | | | related code as well
* Minor changes on bracket usageGravatar pfennema2013-12-07
|
* Changed IMAPSearchKindUids to IMAPSearchKindUIDs to comply to naming conventionsGravatar pfennema2013-12-05
|
* Separate searches for to, cc and bcc fields.Gravatar pfennema2013-12-04
| | | | Furthermore, search with uids now supported.