Skip to content

Commit

Permalink
Updated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed May 21, 2018
1 parent ff3090d commit f2ff516
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nuget/MimeKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</description>
<summary>An Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms.</summary>
<releaseNotes>
* The default value of the `CheckCertificateRevocation` property located on the `BouncyCastleSecureMimeContext` has been changed to `false` due to privacy concerns noted in the <a href="https://efail.de">Efail</a> document published in May of 2018. Clients that wish to continue automatic downloads of S/MIME CRLs can manually set the property to `true`.
* The default value of the `CheckCertificateRevocation` property located on the `BouncyCastleSecureMimeContext` has been changed to `false` due to privacy concerns noted in the Efail document published in May of 2018. Clients that wish to continue automatic downloads of S/MIME CRLs can manually set the property to `true`.
* Properly wrap long mailbox names with quoted phrases.
* Fixed parsing of header blocks that span across read boundaries. (issue #395)
* Added FormatOptions.EnsureNewLine property (MailKit issue #251)
Expand Down
2 changes: 1 addition & 1 deletion samples/DkimVerifier/DkimVerifier/DkimVerifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<HintPath>..\packages\BouncyCastle.1.8.2\lib\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="MimeKit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.2.0.3\lib\net45\MimeKit.dll</HintPath>
<HintPath>..\packages\MimeKit.2.0.4\lib\net45\MimeKit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="Heijden.Dns">
Expand Down
2 changes: 1 addition & 1 deletion samples/DkimVerifier/DkimVerifier/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="BouncyCastle" version="1.8.2" targetFramework="net45" />
<package id="Heijden.Dns" version="2.0.0" targetFramework="net45" />
<package id="MimeKit" version="2.0.3" targetFramework="net45" />
<package id="MimeKit" version="2.0.4" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.2.0.3\lib\monoandroid\BouncyCastle.dll</HintPath>
<HintPath>..\packages\MimeKit.2.0.4\lib\monoandroid\BouncyCastle.dll</HintPath>
</Reference>
<Reference Include="MimeKit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.2.0.3\lib\monoandroid\MimeKit.dll</HintPath>
<HintPath>..\packages\MimeKit.2.0.4\lib\monoandroid\MimeKit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MimeKit" version="2.0.3" targetFramework="monoandroid50" />
<package id="MimeKit" version="2.0.4" targetFramework="monoandroid50" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.2.0.3\lib\xamarinios\BouncyCastle.dll</HintPath>
<HintPath>..\packages\MimeKit.2.0.4\lib\xamarinios\BouncyCastle.dll</HintPath>
</Reference>
<Reference Include="MimeKit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.2.0.3\lib\xamarinios\MimeKit.dll</HintPath>
<HintPath>..\packages\MimeKit.2.0.4\lib\xamarinios\MimeKit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MimeKit" version="2.0.3" targetFramework="xamarinios10" />
<package id="MimeKit" version="2.0.4" targetFramework="xamarinios10" />
</packages>
2 changes: 1 addition & 1 deletion samples/MessageReader/MessageReader/MessageReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<HintPath>..\packages\BouncyCastle.1.8.2\lib\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="MimeKit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.2.0.3\lib\net45\MimeKit.dll</HintPath>
<HintPath>..\packages\MimeKit.2.0.4\lib\net45\MimeKit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion samples/MessageReader/MessageReader/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BouncyCastle" version="1.8.2" targetFramework="net45" />
<package id="MimeKit" version="2.0.3" targetFramework="net45" />
<package id="MimeKit" version="2.0.4" targetFramework="net45" />
</packages>

0 comments on commit f2ff516

Please sign in to comment.