jstedfast / MailKit

A cross-platform .NET library for IMAP, POP3, and SMTP.

Home Page:http://www.mimekit.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pop settings using mailkit

usamasarfraz opened this issue · comments

How can we configure pop3 settings using mailkit or using any api (keep copy on server and enable all mails or enable from now).
Just like we configure manually in gmail web:
=> all settings => forward and imap/pop tab

All you have to do is not call pop3Client.DeleteMessage() and it will stay on the POP3 server.

"Enable from now" and "Enable all" are not settings that can be set via the POP3 protocol. They are specific to GMail and can only be set via the website as far as I know.