Skip to content

Commit

Permalink
Update MailViewer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Dec 16, 2024
1 parent d096e8b commit ea89b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QuickLook.Plugin/QuickLook.Plugin.MailViewer/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private string ExtractMailBody(string path)

var msg = new Reader();

var files = msg.ExtractToFolder(path, _tmpDir, true);
var files = msg.ExtractToFolder(path, _tmpDir, ReaderHyperLinks.Both);

if (files.Length > 0 && !string.IsNullOrEmpty(files[0]))
return files[0];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MsgReader" Version="3.7.24" />
<PackageReference Include="OpenMcdf" Version="2.2.1.4" />
<PackageReference Include="MsgReader" Version="5.7.0" />
<PackageReference Include="OpenMcdf" Version="2.4.1" />
<PackageReference Include="RtfPipe" Version="2.0.7677.4303" />
</ItemGroup>

Expand Down

0 comments on commit ea89b32

Please sign in to comment.