jstedfast / MailKit

A cross-platform .NET library for IMAP, POP3, and SMTP.
http://www.mimekit.net
MIT License
6.2k stars 822 forks source link

Can we attach Email Tracking? #654

Closed officialrizwanali closed 6 years ago

officialrizwanali commented 6 years ago

Hi Jeff, Loved your library and explored it much. Now, my personal mailbox users want the new feature. -- Email tracking (just like other trackers do)

Can you share me some helping resource for adding email tracking in the email sent by my mailbox (which developed based on Mailkit)?

jstedfast commented 6 years ago

what do you mean by email tracking?

Keep in mind that a lot of the advanced functionality you find in clients like Outlook are done using proprietary protocols and are not possible to do with SMTP, POP3 and IMAP.

officialrizwanali commented 6 years ago

Got to know that. What I mean by tracking is to monitor, when and where from email is viewed by which user (e.g. https://mailtrack.io). Is it possible to do it? Any 3rd party library you want to recommend? will love it.

jstedfast commented 6 years ago

There's no support for that in any of the standard protocols. I don't know what to suggest to you. If you could guarantee that everyone you are communicating with uses your specific email client, then you could probably implement something like that, but otherwise, you are SOL.

officialrizwanali commented 6 years ago

Thank you for your support.