Skip to content

Commit c3a1911

Browse files
authored
Fix(imap) IMAP search incorrectly returns UIDs - resolves #159 (#1700)
1 parent 785df5a commit c3a1911

File tree

641 files changed

+159177
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

641 files changed

+159177
-2
lines changed

Rnwood.Smtp4dev/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"Rnwood.Smtp4dev": {
44
"commandName": "Project",
5-
"commandLineArgs": "-HtmlValidateConfigfile c:/temp/blah.json",
5+
"commandLineArgs": "",
66
"launchBrowser": true,
77
"environmentVariables": {
88
"ASPNETCORE_ENVIRONMENT": "Development",

Rnwood.Smtp4dev/Rnwood.Smtp4dev.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<PackageReference Include="MimeKit" Version="4.11.0" />
5353
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
5454
<PackageReference Include="NSwag.AspNetCore" Version="14.3.0" />
55-
<PackageReference Include="Rnwood.LumiSoft.Net" Version="1.0.2" />
5655

5756

5857
<PackageReference Include="Serilog" Version="4.2.0" />
@@ -186,6 +185,7 @@
186185
</ItemGroup>
187186

188187
<ItemGroup>
188+
<ProjectReference Include="..\imapserver\New.LumiSoft.Net\Rnwood.LumiSoft.Net.csproj" />
189189
<ProjectReference Include="..\smtpserver\Rnwood.SmtpServer\Rnwood.SmtpServer.csproj" />
190190
</ItemGroup>
191191

0 commit comments

Comments
 (0)