Skip to content

Commit 5a5694a

Browse files
committedFeb 1, 2014
Added a nuspec file for a future nuget release.
1 parent 1fe1f1f commit 5a5694a

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed
 

‎nuget/MailKit.nuspec

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>MailKit</id>
5+
<version>0.1.0.0</version>
6+
<title>MailKit: A cross-platform.NET mail-client library based on MimeKit.</title>
7+
<authors>Jeffrey Stedfast</authors>
8+
<owners>Jeffrey Stedfast</owners>
9+
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
10+
<projectUrl>http://github.com/jstedfast/MailKit</projectUrl>
11+
<iconUrl>https://raw.github.com/jstedfast/MailKit/master/nuget/mailkit-50.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit.
14+
15+
Features:
16+
* SASL Authentication
17+
* DIGEST-MD5
18+
* CRAM-MD5
19+
* LOGIN
20+
* PLAIN
21+
* XOAUTH2 (partial support)
22+
* SMTP Client
23+
* Supports all of the SASL mechanisms listed above.
24+
* Supports SSL-wrapped connections via the "smtps" protocol.
25+
* Supports the STARTTLS extension.
26+
* Supports client SSL/TLS certificates.
27+
* Supports the 8BITMIME and BINARYMIME extensions.
28+
* Supports the PIPELINING extension.
29+
* Parses the SIZE extension value.
30+
* All APIs are cancellable.
31+
* POP3 Client
32+
* Supports all of the SASL mechanisms listed above.
33+
* Also supports authentication via APOP and USER/PASS.
34+
* Supports SSL-wrapped connections via the "pop3s" protocol.
35+
* Supports the STLS extension.
36+
* Supports client SSL/TLS certificates.
37+
* Supports the UIDL command.
38+
* All APIs are cancellable.
39+
* IMAP4 Client
40+
* Optimized for mobile devices (to limit network traffic as much as possible).
41+
* Supports all of the SASL mechanisms listed above.
42+
* Supports SSL-wrapped connections via the "imaps" protocol.
43+
* Supports client SSL/TLS certificates.
44+
* Supports the following extensions:
45+
* LITERAL+
46+
* NAMESPACE
47+
* CHILDREN
48+
* LOGINDISABLED
49+
* STARTTLS
50+
* MULTIAPPEND
51+
* UNSELECT
52+
* UIDPLUS
53+
* CONDSTORE
54+
* ESEARCH
55+
* SASL-IR
56+
* SPECIAL-USE
57+
* MOVE
58+
* XLIST
59+
* X-GM-EXT1 (X-GM-MSGID and X-GM-THRID)
60+
* All APIs are cancellable.
61+
</description>
62+
<summary>An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary>
63+
<releaseNotes>* Initial public release.</releaseNotes>
64+
<copyright>Jeffrey Stedfast</copyright>
65+
<language>en-US</language>
66+
<tags>smtp pop3 imap mime security smime openpgp pgp mbox email parser xamarin android ios monodroid monotouch</tags>
67+
<frameworkAssemblies>
68+
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
69+
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0" />
70+
<frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.0" />
71+
<frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.0" />
72+
<frameworkAssembly assemblyName="System" targetFramework="MonoAndroid0.0" />
73+
<frameworkAssembly assemblyName="System.Core" targetFramework="MonoAndroid0.0" />
74+
<frameworkAssembly assemblyName="System.Data" targetFramework="MonoAndroid0.0" />
75+
<frameworkAssembly assemblyName="System" targetFramework="MonoTouch0.0" />
76+
<frameworkAssembly assemblyName="System.Core" targetFramework="MonoTouch0.0" />
77+
<frameworkAssembly assemblyName="System.Data" targetFramework="MonoTouch0.0" />
78+
</frameworkAssemblies>
79+
</metadata>
80+
<files>
81+
<file src="..\lib\sqlite3.dll" target="content\net40\sqlite3.dll" />
82+
<file src="..\MimeKit\bin\Release\lib\MonoAndroid\BouncyCastle.Android.dll" target="lib\MonoAndroid\BouncyCastle.Android.dll" />
83+
<file src="..\MimeKit\bin\Release\lib\MonoAndroid\MimeKit.Android.dll" target="lib\MonoAndroid\MimeKit.Android.dll" />
84+
<file src="..\MimeKit\bin\Release\lib\MonoAndroid\MimeKit.Android.xml" target="lib\MonoAndroid\MimeKit.Android.xml" />
85+
<file src="..\MimeKit\bin\Release\lib\MonoTouch\BouncyCastle.iOS.dll" target="lib\MonoTouch\BouncyCastle.iOS.dll" />
86+
<file src="..\MimeKit\bin\Release\lib\MonoTouch\MimeKit.iOS.dll" target="lib\MonoTouch\MimeKit.iOS.dll" />
87+
<file src="..\MimeKit\bin\Release\lib\MonoTouch\MimeKit.iOS.xml" target="lib\MonoTouch\MimeKit.iOS.xml" />
88+
<file src="..\MimeKit\bin\Release\lib\net40\BouncyCastle.dll" target="lib\net40\BouncyCastle.dll" />
89+
<file src="..\MimeKit\bin\Release\lib\net40\BouncyCastle.xml" target="lib\net40\BouncyCastle.xml" />
90+
<file src="..\MimeKit\bin\Release\lib\net40\MimeKit.dll" target="lib\net40\MimeKit.dll" />
91+
<file src="..\MimeKit\bin\Release\lib\net40\MimeKit.xml" target="lib\net40\MimeKit.xml" />
92+
<file src="..\MimeKit\bin\Release\lib\net40\Mono.Data.Sqlite.dll" target="lib\net40\Mono.Data.Sqlite.dll" />
93+
</files>
94+
</package>

‎nuget/mailkit-50.png

3.52 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.