MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.58k stars 623 forks source link

[Bug] - #1999

Open P4BAGD opened 4 months ago

P4BAGD commented 4 months ago

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:@"ADDRESS@gmail.com"];
[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 commented 3 months ago

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:@"ADDRESS@gmail.com"];
[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://