aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-24 21:35:38 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-24 21:35:38 -0700
commit2c63694ba5a7ef5efef2f06a219edc6c9e962a51 (patch)
tree9cc81f3e3e506ebf34eafdaa711f4155f3376a6b /src
parent5bc6c4564a583a6745a04cdc793b25295052fbd1 (diff)
Fixed documentation
Diffstat (limited to 'src')
-rwxr-xr-xsrc/objc/imap/MCOIMAPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPSession.h b/src/objc/imap/MCOIMAPSession.h
index 7a35b7e3..c9eafd87 100755
--- a/src/objc/imap/MCOIMAPSession.h
+++ b/src/objc/imap/MCOIMAPSession.h
@@ -539,7 +539,7 @@ vanishedMessages will be set only for servers that support QRESYNC. See [RFC5162
MCOIMAPIdentity * identity = [MCOIMAPIdentity identityWithVendor:@"Mozilla" name:@"Thunderbird" version:@"17.0.5"];
MCOIMAPIdentityOperation * op = [session identityOperationWithClientIdentity:identity];
- [op start:^(NSError * error, MCOIMAPIdentity * serverIdentity) {
+ [op start:^(NSError * error, NSDictionary * serverIdentity) {
...
}];
*/