Skip to content
New issue

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

[Bug] - Kelvin John #1997

Open
Kelvin2254 opened this issue Mar 2, 2024 · 0 comments
Open

[Bug] - Kelvin John #1997

Kelvin2254 opened this issue Mar 2, 2024 · 0 comments
Labels

Comments

@Kelvin2254
Copy link

Kelvin2254 commented Mar 2, 2024

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://
@Kelvin2254 Kelvin2254 added the bug label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant