I am currently writing a software in C# that downloads e-mails from an IMAP server.
The files are saved and the last write date is set to the email date. At first everything seems to work, but when I'm surfing the folder where the files are saved with Windows explorer and select a file (not open it), sometimes it will change the last write time to the current DateTime.
Did someone experience this behavior before?