From fa03830bce23cbf648206000523a980e09027449 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 25 Dec 2021 13:11:15 +0100 Subject: [PATCH] Version bump --- Mailozaurr.psd1 | 4 ++-- README.MD | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Mailozaurr.psd1 b/Mailozaurr.psd1 index f7989d3..37c6fed 100644 --- a/Mailozaurr.psd1 +++ b/Mailozaurr.psd1 @@ -8,7 +8,7 @@ Description = '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. ' FunctionsToExport = @('Connect-IMAP', 'Connect-oAuthGoogle', 'Connect-oAuthO365', 'Connect-POP', 'ConvertTo-GraphCredential', 'ConvertTo-OAuth2Credential', 'ConvertTo-SendGridCredential', 'Disconnect-IMAP', 'Disconnect-POP', 'Find-DKIMRecord', 'Find-DMARCRecord', 'Find-DNSBL', 'Find-MxRecord', 'Find-SPFRecord', 'Get-IMAPFolder', 'Get-IMAPMessage', 'Get-MailFolder', 'Get-MailMessage', 'Get-POPMessage', 'Resolve-DnsQuery', 'Resolve-DnsQueryRest', 'Save-MailMessage', 'Save-POPMessage', 'Send-EmailMessage', 'Test-EmailAddress') GUID = '2b0ea9f1-3ff1-4300-b939-106d5da608fa' - ModuleVersion = '0.0.18' + ModuleVersion = '0.0.19' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ @@ -19,7 +19,7 @@ } } RequiredModules = @(@{ - ModuleVersion = '0.0.211' + ModuleVersion = '0.0.215' ModuleName = 'PSSharedGoods' Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility') diff --git a/README.MD b/README.MD index 90a0f36..a292d39 100644 --- a/README.MD +++ b/README.MD @@ -99,6 +99,8 @@ That's it. Whenever there's a new version, you run the command, and you can enjo ## Changelog +- 0.0.19 - 2021.12.25 + - Fixes encoding for Send-EmailMessage wen using GraphApi (forces UTF8) - 0.0.18 - 2021.09.23 - Improved error handling of `Send-EmailMessage` when sending with GraphApi - 0.0.17 - 2021.09.19