SquidStd.Mail.Abstractions
0.7.0
dotnet add package SquidStd.Mail.Abstractions --version 0.7.0
NuGet\Install-Package SquidStd.Mail.Abstractions -Version 0.7.0
<PackageReference Include="SquidStd.Mail.Abstractions" Version="0.7.0" />
<PackageVersion Include="SquidStd.Mail.Abstractions" Version="0.7.0" />
<PackageReference Include="SquidStd.Mail.Abstractions" />
paket add SquidStd.Mail.Abstractions --version 0.7.0
#r "nuget: SquidStd.Mail.Abstractions, 0.7.0"
#:package SquidStd.Mail.Abstractions@0.7.0
#addin nuget:?package=SquidStd.Mail.Abstractions&version=0.7.0
#tool nuget:?package=SquidStd.Mail.Abstractions&version=0.7.0
<p align="center"> <img src="https://raw.githubusercontent.com/tgiachi/squid-std/main/assets/icon.png" alt="SquidStd" width="120" height="120" /> </p>
<h1 align="center">SquidStd.Mail.Abstractions</h1>
<p align="center"> <a href="https://www.nuget.org/packages/SquidStd.Mail.Abstractions/"><img src="https://img.shields.io/nuget/v/SquidStd.Mail.Abstractions.svg" alt="NuGet" /></a> <img src="https://img.shields.io/nuget/dt/SquidStd.Mail.Abstractions.svg" alt="Downloads" /> <a href="https://tgiachi.github.io/squid-std/articles/mail-abstractions.html"><img src="https://img.shields.io/badge/docs-DocFX-1390A3.svg" alt="docs" /></a> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license" /> </p>
Mail contracts for SquidStd: the MailMessage model, the MailReceivedEvent, the IMailReader interface, and
the plain MailOptions.
Install
dotnet add package SquidStd.Mail.Abstractions
Key types
| Type | Purpose |
|---|---|
MailMessage |
Parsed email (headers, bodies, attachments, optional raw .eml). |
MailReceivedEvent |
Published on the event bus per new message. |
IMailReader |
Fetches new messages from a mailbox. |
MailOptions |
Host/port/credentials, protocol, polling and fetch options. |
IMailSender |
Sends outbound email. |
OutgoingMailMessage |
An email to send (recipients, subject, bodies, attachments). |
SmtpOptions |
SMTP host/port/SSL/credentials and a default sender. |
MailSentEvent / MailSendFailedEvent |
Published on the event bus on send success/failure. |
License
MIT — part of SquidStd.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- SquidStd.Abstractions (>= 0.7.0)
- SquidStd.Core (>= 0.7.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SquidStd.Mail.Abstractions:
| Package | Downloads |
|---|---|
|
SquidStd.Mail.Queue
Package Description |
|
|
SquidStd.Mail.MailKit
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.