PopImap

0.1.3

ThisPowerShell module helps user communicate with a mail server with IMAP(https://tools.ietf.org/html/rfc3501) server or POP3(https://tools.ietf.org/html/rfc1081).

The module supports both Basic Authentication(user/password) and OAuth authentication, with special support for Microsft's Office 365.
In order to apply OAuth authentication, you need to fetch a valid
ThisPowerShell module helps user communicate with a mail server with IMAP(https://tools.ietf.org/html/rfc3501) server or POP3(https://tools.ietf.org/html/rfc1081).

The module supports both Basic Authentication(user/password) and OAuth authentication, with special support for Microsft's Office 365.
In order to apply OAuth authentication, you need to fetch a valid AccessToken, e.g. from Azure. The AccessToken fetching feature is not included in this module, but you can find some 3rd party modules for the purpose, from the example scripts in the project.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PopImap

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PopImap

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 DingMingyu. All rights reserved.

Package Details

Author(s)

  • DingMingyu

Tags

Imap Pop3 OAuth XOAUTH2 Email Exchange O365 Microsoft

Functions

Get-ImapClient Get-Pop3Client

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.1.3 (current version) 971 8/26/2022
0.1.2 317 5/12/2022
0.1.1 741 5/9/2020
0.1 234 5/7/2020