mikel / mail

A Really Ruby Mail Library
MIT License
3.6k stars 931 forks source link

read_only: true sets email to read #1603

Open GVisockas opened 4 months ago

GVisockas commented 4 months ago

This is a vague problem as I have a client which insists on using a specific mail server which I can't configure at the moment. find(...,read_only: true) marks emails as read. Is this a known issue? How can I investigate the cause further or prevent it? Version 2.8.1, tried bumping down to 2.7.1 which would do that only occasionally.