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.59k stars 623 forks source link

Help to implement OAuth 2.0 #1914

Closed Evi1B closed 3 years ago

Evi1B commented 3 years ago

I'm a beginner and don't know objective-c code, help me understand how to implement OAuth 2.0 in a project

haithngn commented 3 years ago

@Evi1B , you must implement OAuth 2.0 authorization to get credential from your BE then use that credential to create MailCore's session to access the IMAP.

MailCore2 does not implement OAuth 2.0 follow.