MailmanSharp 2.2.0
See the version list below for details.
dotnet add package MailmanSharp --version 2.2.0
NuGet\Install-Package MailmanSharp -Version 2.2.0
<PackageReference Include="MailmanSharp" Version="2.2.0" />
paket add MailmanSharp --version 2.2.0
#r "nuget: MailmanSharp, 2.2.0"
// Install MailmanSharp as a Cake Addin #addin nuget:?package=MailmanSharp&version=2.2.0 // Install MailmanSharp as a Cake Tool #tool nuget:?package=MailmanSharp&version=2.2.0
A C# library for configuration and manipulation of Mailman mailing lists by controlling the admin web interface.
Features include: all Mailman settings available as object properties, bulk subscribe/unsubscribe, change settings for individual members or groups of members, save or load list configuration from XML, and async methods for longer-running operations (.NET 4.5 only).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- HtmlAgilityPack (>= 1.4.9)
- RestSharp (>= 104.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* BREAKING CHANGE: Topic.Regex (string) has been replaced by Topic.Regexes (List<string>)
* The visibility modifiers on several items have been changed. This shouldn't break any code if the library has been used as intended.
* Added MailmanVersion property to MailmanList. This will have a value after any Read operation is completed.
* Added MailmanVersion and library version to CurrentConfig.
* Added MyList.Reset() and MyList.Client.Reset().
* Added Privacy Options/Spam Filter page