When loading an email via ImapClient.GetMessage, it seems that the Seen attribute is set to true on the server (ImapMessageFlags).
At least, after loading unread emails via the ImapClient, the corresponding emails are marked as read in my Gmail inbox.
Could this be changed, so that this flag is (optionally?) untouched? Or is it a property of Gmail to mark emails as read whenever they are downloaded via an imap client?
Thanks, Thomas