I want to read gmail mail using IMAP. I don't want to use third party dll or software.
How could I read mail??
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Login: Username of the email account we are trying to access. Password: Password of the email account we are trying to access. 3. Click on the 'Forwarding and POP/IMAP' tab and make sure to select the 'Enable IMAP' option in the 'IMAP access' section.
Internally IMAP server uses IMAP flag \UNSEEN (Flag. Unseen) to remember which messages were already read by user. If you are using GetMessageByUID to download email message or GetHeadersByUID to get only message headers, most IMAP servers will automatically mark such messages as seen.
Internet Message Access Protocol (IMAP) is a protocol for accessing email or bulletin board messages from a (possibly shared) mail server or service. IMAP allows a client e-mail program to access remote message stores as if they were local.