File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
* [ Connect to POP3 Account] ( /projects/mailkit/mailkit-2 )
10
10
11
- Thsi shows how to connect to a POP3 account.
11
+ This shows how to connect to a POP3 account.
12
+
13
+ dotnet8
Original file line number Diff line number Diff line change 4
4
<ImplicitUsings >true</ImplicitUsings >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" MailKit" Version =" 3.1.1 " />
8
- <PackageReference Include =" MimeKit" Version =" 3.1.1 " />
7
+ <PackageReference Include =" MailKit" Version =" 4.4.0 " />
8
+ <PackageReference Include =" MimeKit" Version =" 4.4.0 " />
9
9
</ItemGroup >
10
10
</Project >
Original file line number Diff line number Diff line change 4
4
<ImplicitUsings >true</ImplicitUsings >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" MailKit" Version =" 3.1.1 " />
8
- <PackageReference Include =" MimeKit" Version =" 3.1.1 " />
7
+ <PackageReference Include =" MailKit" Version =" 4.4.0 " />
8
+ <PackageReference Include =" MimeKit" Version =" 4.4.0 " />
9
9
</ItemGroup >
10
10
</Project >
You can’t perform that action at this time.
0 commit comments