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] - #1999

Open
P4BAGD opened this issue Mar 7, 2024 · 1 comment
Open

[Bug] - #1999

P4BAGD opened this issue Mar 7, 2024 · 1 comment
Labels

Comments

@P4BAGD
Copy link

P4BAGD commented Mar 7, 2024

Summary

Platform(s)

<Android>

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:@"123456"];
[session setConnectionType:MCOConnectionTypeTLS];

Actual outcome
MailCore did or did not ...

Connection Logs

* ID ("name" "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://
@P4BAGD P4BAGD added the bug label Mar 7, 2024
@P4BAGD
Copy link
Author

P4BAGD commented Mar 15, 2024

Summary

Platform(s)

<Android>

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:@"123456"];
[session setConnectionType:MCOConnectionTypeTLS];

Actual outcome
MailCore did or did not ...

Connection Logs

* ID ("name" "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):

##> ht://

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