Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jul 26, 2020
1 parent 3982a16 commit 9e7319b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Mailozaurr - PowerShell Module

Mailozaurr is a PowerShell module that aims to provide SMTP, POP3, IMAP and probably some other ways to interact with Email. Underneath it uses MimeKit and MailKit and EmailValidation libraries written by Jeffrey Stedfast.
Mailozaurr is a PowerShell module that aims to provide SMTP, POP3, IMAP and few other ways to interact with Email. Underneath it uses MimeKit and MailKit and EmailValidation libraries written by Jeffrey Stedfast.

- [MailKit](https://github.com/jstedfast/MailKit)
- [MimeKit](https://github.com/jstedfast/MimeKit)
Expand All @@ -33,6 +33,10 @@ For oAuth2 it also requires some Microsoft and Google libraries that are also bu
- [Google.Apis.Core](https://www.nuget.org/packages/Google.Apis.Core)
- [Google.Apis.Auth](https://www.nuget.org/packages/Google.Apis.Auth)

Finally since `Resolve-DNSName` is Windows specific I'm using:

- [DnsClient.NET](https://github.com/MichaCo/DnsClient.NET)

This started with a single goal to replace `Send-MailMessage` which is depracated/obsolete with something more modern, but since MailKit and MimeKit have lots of options why not build on that?

## To install
Expand All @@ -55,5 +59,14 @@ That's it. Whenever there's a new version, you run the command, and you can enjo

## Changelog

- 0.0.3 - 2020.07.26
- Added `Connect-OAuthGoogle`
- Added `Connect-OAuthO365`
- Added `Resolve-DNSQuery`
- 0.0.2 - 2020.07.25
- Added `Find-MXRecord`
- Added `Find-DMARCRecord`
- Added `Find-DKIMRecord`
- Added `Find-SPFRecord`
- 0.0.1 - 2020.06.13
- Initial release

0 comments on commit 9e7319b

Please sign in to comment.