BindOpen.Messages.Email 1.1.14

dotnet add package BindOpen.Messages.Email --version 1.1.14
NuGet\Install-Package BindOpen.Messages.Email -Version 1.1.14
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BindOpen.Messages.Email" Version="1.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BindOpen.Messages.Email --version 1.1.14
#r "nuget: BindOpen.Messages.Email, 1.1.14"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BindOpen.Messages.Email as a Cake Addin
#addin nuget:?package=BindOpen.Messages.Email&version=1.1.14

// Install BindOpen.Messages.Email as a Cake Tool
#tool nuget:?package=BindOpen.Messages.Email&version=1.1.14

BindOpen.Messages

BindOpen logo

Github release version

BindOpen is a framework that enables the construction of highly extensible applications. It allows you to enhance your .NET projects with custom script functions, connectors, entities, and tasks.

About

BindOpen.Messages provides a unified mechanism for sending and receiving messages.

It is composed of the following modules:

  • Messages.Email for email messages (supporting Pop3, Smtp and Imap protocoles).
  • Messages.Feeds for feed messages (like Atom).

A full list of all the BindOpen repos is available as well.

Install

To get started, install the BindOpen.Messages module you want to use.

Note: We recommend that later on, you install only the package you need.

From Visual Studio

Module Instruction
BindOpen.Messages.Email PM> Install-Package BindOpen.Messages.Email
BindOpen.Messages.Feeds PM> Install-Package BindOpen.Messages.Feeds

From .NET CLI

Module Instruction
BindOpen.Messages.Email > dotnet add package BindOpen.Messages.Email
BindOpen.Messages.Feeds > dotnet add package BindOpen.Messages.Feeds

Get started

Feeds

var meta = BdoData.NewMeta("host", DataValueTypes.Text, "my-test-host");

Email

var meta = BdoData.NewMeta("host", DataValueTypes.Text, "my-test-host");

License

This project is licensed under the terms of the MIT license. See LICENSE.

Packages

This repository contains the code of the following Nuget packages:

Package Provision
BindOpen.Messages Core message management
BindOpen.Messages.Abstractions Interfaces and enumerations
BindOpen.Messages.Email Email message management
BindOpen.Messages.Feeds Feed message management

The atomicity of these packages allows you install only what you need respecting your solution's architecture.

All of our NuGet packages are available from our NuGet.org profile page.

Other repos and Projects

BindOpen.Plus is a collection of projects based on BindOpen.

A full list of all the repos is available as well.

Documentation and Further Learning

BindOpen Docs

The BindOpen Docs are the ideal place to start if you are new to BindOpen. They are categorized in 3 broader topics:

  • Articles to learn how to use BindOpen;
  • Notes to follow our releases;
  • Api to have an overview of BindOpen APIs.

BindOpen Blog

The BindOpen Blog is where we announce new features, write engineering blog posts, demonstrate proof-of-concepts and features under development.

Feedback

If you're having trouble with BindOpen, file a bug on the BindOpen Issue Tracker.

Donation

You are welcome to support this project. All donations are optional but are greatly appreciated.

Please donate

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.14 111 1/29/2024
1.1.13 80 1/22/2024