We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MCOIMAPSession *imapSession = [[MCOIMAPSession alloc] init]; [imapSession setHostname:HOST_NAME]; // imap.example.com [imapSession setPort:IMAP_PORT]; // common:993 [imapSession setUsername:USERNAME]; [imapSession setPassword:PASSWORD]; [imapSession setConnectionType:CONNECTION_TYPE]; // MCOConnectionType