We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
Platform(s)
<Iphone>
Happens on Mail Server
<Gmail> <iCloud>
Piece of code
MCOIMAPSession *session = [[MCOIMAPSession alloc] init]; [session setHostname:@"imap.gmail.com"]; [session setPort:993]; [session setUsername:@"[email protected]"]; [session setPassword:@"Kelvin225414@"]; [session setConnectionType:MCOConnectionTypeTLS];
Actual outcome MailCore did or did not ...
Connection Logs
* ID ("Kelvin John " "GImap" "vendor" "Google, Inc." "support-url" "https://support.google.com/mail" "version" "gmail_imap_200623.09_p0" "remote-host" "2001:ee0:4fc 5:b6e0:d410:e4d3:77db:fc8e
Expected outcome MailCore should ...
Link to sample code on GitHub reproducing the issue (a full Xcode project):
https://
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Platform(s)
Happens on Mail Server
Piece of code
Actual outcome
MailCore did or did not ...
Connection Logs
Expected outcome
MailCore should ...
Link to sample code on GitHub reproducing the issue (a full Xcode project):
The text was updated successfully, but these errors were encountered: