MimeKit by: Jeffrey Stedfast
  • 201 total downloads
  • Latest version: 2.15.1
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net45 net46 net47 net48 netstandard netstandard2.0
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 limitations. 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
  • 20 total downloads
  • Latest version: 1.0.8
  • mime mimetype
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
  • blazor diagrams diagramming svg drag
A fully customizable and extensible all-purpose diagrams library for Blazor
ModelingEvolution.Blazor.LogViewer by: ModelingEvolution
  • 304 total downloads
  • Latest version: 1.2.0
  • blazor logviewer xterm terminal docker cli logs
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
  • blazor splitter resizable panels component
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
  • ModelingEvolution AnchorPanelControl Blazor
AnchorPanelControl
ModelingEvolution.Controls.Blazor.HistogramControl by: ModelingEvolution Team
  • 30 total downloads
  • Latest version: 0.0.10.17
  • ModelingEvolution HistogramControl Blazor
HistogramControl
ModelingEvolution.Controls.Blazor.ResizableControl by: ModelingEvolution Team
  • 29 total downloads
  • Latest version: 0.0.10.17
  • ModelingEvolution Resizable Blazor
Resizable
ModelingEvolution.Controls.Blazor.SvgCanvasControl by: ModelingEvolution Team
  • 31 total downloads
  • Latest version: 0.0.10.17
  • ModelingEvolution SvgCanvasControl Blazor
SvgCanvasControl
ModelingEvolution.EventAggregator.Blazor by: ModelingEvolution
  • 455 total downloads
  • Latest version: 2.5.1
  • event-aggregator pubsub cqrs blazor blazor-server blazor-wasm events messaging
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 filesystem mudblazor filebrowser
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
  • blazor mudblazor floating window draggable component
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
  • nng csnng
.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
  • SignalProcessing, Blazor, Oscilloscope, PidTuner, SkiaSharp
Package Description
ModelingEvolution.SkiaSharp.Views.Blazor by: ModelingEvolution Team
  • 324 total downloads
  • Latest version: 1.6.1
  • Blazor SkiaSharp Canvas WebAssembly WASM Threading
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
  • xterm, xterm-js, blazor, blazor-server, blazor-webassembly, blazor-wasm, xtermblazor
Brings xterm.js to Blazor
Mono.Cecil by: Jb Evain
  • 111 total downloads
  • Latest version: 0.11.6
  • assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop
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
  • 20 total downloads
  • Latest version: 6.12.0.148
  • mono, options, command line, terminal
A Getopt::Long-inspired option parsing library for C#.