MimeKit
by: Jeffrey Stedfast
- 169 total downloads
- Latest version: 2.9.2
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
MimeTypesMap
by: red
- 28 total downloads
- Latest version: 1.0.8
Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.
ModelingEvolution.Blazor.Diagrams
by: zHaytam
- 98 total downloads
- Latest version: 3.0.6
A fully customizable and extensible all-purpose diagrams library for Blazor
ModelingEvolution.Blazor.LogViewer
by: ModelingEvolution
- 304 total downloads
- Latest version: 1.2.0
Reusable Blazor component for viewing logs from processes and Docker containers in real-time using XtermBlazor terminal.
ModelingEvolution.Blazor.Splitter
by: ModelingEvolution
- 348 total downloads
- Latest version: 1.0.6
A lightweight, standalone Blazor splitter component for creating resizable panels.
ModelingEvolution.Controls.Blazor.AnchorPanelControl
by: ModelingEvolution Team
- 25 total downloads
- Latest version: 0.0.10.17
AnchorPanelControl
ModelingEvolution.Controls.Blazor.HistogramControl
by: ModelingEvolution Team
- 30 total downloads
- Latest version: 0.0.10.17
HistogramControl
ModelingEvolution.Controls.Blazor.ResizableControl
by: ModelingEvolution Team
- 29 total downloads
- Latest version: 0.0.10.17
Resizable
ModelingEvolution.Controls.Blazor.SvgCanvasControl
by: ModelingEvolution Team
- 31 total downloads
- Latest version: 0.0.10.17
SvgCanvasControl
ModelingEvolution.EventAggregator.Blazor
by: ModelingEvolution
- 455 total downloads
- Latest version: 2.5.1
Blazor-specific extensions for ModelingEvolution.EventAggregator. Provides components and services for event aggregation in Blazor Server and WebAssembly applications.
ModelingEvolution.FileSystem.Blazor
by: ModelingEvolution
- 112 total downloads
- Latest version: 2.3.1
Blazor FileExplorer component with MudBlazor for browsing local file systems. Uses IFileSystem abstraction for all operations.
ModelingEvolution.FloatingWindow
by: ModelingEvolution
- 107 total downloads
- Latest version: 2.0.1
Floating draggable window component for Blazor using MudBlazor. Supports service-based pattern similar to MudDialog.
ModelingEvolution.HdrSplitControl
by: ModelingEvolution
- 106 total downloads
- Latest version: 1.0.4
HDR Split Canvas Controls for Blazor
ModelingEvolution.Ide.Blazor
by: ModelingEvolution.Ide.Blazor
- 547 total downloads
- Latest version: 1.4.0
Package Description
ModelingEvolution.Nng
by: Jeikabu, James Freiwirth
- 360 total downloads
- Latest version: 1.0.2
.NET Core bindings to nng (https://github.com/nanomsg/nng)
ModelingEvolution.SignalProcessing.Blazor
by: ModelingEvolution Team
- 73 total downloads
- Latest version: 1.3.2.9
Package Description
ModelingEvolution.SkiaSharp.Views.Blazor
by: ModelingEvolution Team
- 324 total downloads
- Latest version: 1.6.1
Patched SkiaSharp.Views.Blazor with async JS interop for .NET 10 WasmEnableThreads support. Drop-in replacement for SkiaSharp.Views.Blazor — same namespace, same types.
ModelingEvolution.XTermBlazor
by: BattlefieldDuck
- 292 total downloads
- Latest version: 2.2.3
Brings xterm.js to Blazor
Mono.Cecil
by: Jb Evain
- 48 total downloads
- Latest version: 0.10.4
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
Mono.Options
by: Microsoft
- 24 total downloads
- Latest version: 6.12.0.148
A Getopt::Long-inspired option parsing library for C#.