Quantcast
Channel: ImapX 2
Viewing all articles
Browse latest Browse all 1952

Patch Uploaded: #17202

$
0
0

Ruifeng has uploaded a patch.

Description:
public static string ToEml(this MailMessage mailMessage)
{
......
else
{
var eml = File.ReadAllText(tmpPath);
// File.Delete(eml); // Bug Here~! Wrong path.
File.Delete(tmpPath); // Fixed.
return eml;
}
}
catch (Exception)
{
throw;
}
finally
{
if (watcher != null)
watcher.EnableRaisingEvents = false;
}


}


Viewing all articles
Browse latest Browse all 1952

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>