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
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
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.
Installation Options
Owners
Copyright
(c) 2020 DingMingyu. All rights reserved.
Package Details
Author(s)
- DingMingyu
Tags
Imap Pop3 OAuth XOAUTH2 Email Exchange O365 Microsoft
Functions
Dependencies
This module has no dependencies.
FileList
- PopImap.nuspec
- PopImap.psd1
- PopImap.psm1
- logs\imap.log
- PopImap.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.3 (current version) | 1,413 | 8/26/2022 |
0.1.2 | 318 | 5/12/2022 |
0.1.1 | 742 | 5/9/2020 |
0.1 | 254 | 5/7/2020 |