ScottPeterJohnson / purelymail-issues

Issues repository for the Purelymail email service.
34 stars 0 forks source link

IMAP backup access marks as read #204

Open bdillahu opened 7 months ago

bdillahu commented 7 months ago

I have recently started using map-backup (https://github.com/joeyates/imap-backup) to keep a backup of my mail (formerly used mbsync).

Noticed that when it downloads the email, it marks it as read. Apparently most imap providers don't do that (although Apple does) - he has a workaround on the imap-backup side, but it requires more round trips to reset the read flags when required.

Wondered if this is an intentional design thing or maybe something that should/could be addressed on the purelymail side.

Here's the discussion that applies: https://github.com/joeyates/imap-backup/issues/118

It appears Apple and Purelymail (hey, you're in good company/!) are the folks that have exhibited the problem.