pulb / mailnag

An extensible mail notification daemon
GNU General Public License v2.0
250 stars 32 forks source link

Mark as read on IMAP server #214

Closed andia89 closed 3 years ago

andia89 commented 3 years ago

As far as I can see the mark_mail_as_read method in mailnagdaemon only means that the mail is read and removed from the local mailnag memory. Would it be possible to make them also to be read on the IMAP server (probably not possible if using a POP3 server) such that the mails are really marked as read?

I used to use unity-mail, where that was possible, it would be great if the same was possible with mailnag (maybe as a setting)

For reference unity-mail did send something like that to the IMAP server "STORE%s+FLAGS\\SEEN"%id