Skip to content

Releases: EvotecIT/Mailozaurr

v2.0.0-Preview7

07 Jul 15:46
e60e0c3

Choose a tag to compare

v2.0.0-Preview7 Pre-release
Pre-release

What's Changed

Read more

v2.0.0-Preview6

11 Jun 16:50
89ad13c

Choose a tag to compare

v2.0.0-Preview6 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-Preview5...v2.0.0-Preview6

v1.0.7

11 Jun 18:09
add4dd9

Choose a tag to compare

v2.0.0-Preview5

19 May 19:52
b529233

Choose a tag to compare

v2.0.0-Preview5 Pre-release
Pre-release

What's Changed

  • Improve v2 version by @PrzemyslawKlys in #65
    • Rewritten all functions as cmdlets
    • Updated DLLs to newest versions
    • Moved all DNS related functionality to DnsClientX
    • Moved all DNS (BIMI, CAA, MX, DANE etc) email functionality to DomainDetective project (not released yet!)
    • Added SMIME support to Send-EmailMessage
    • A lot of things I forgot

Most of the translation was done as-is to get rid of the powershell functions, but before full release I intend to improve/change cmdlets for better pop3/imap/graph etc functionality.

Full Changelog: v2.0.0-Preview4...v2.0.0-Preview5

v1.0.6

17 May 06:14
2a29ed3

Choose a tag to compare

v1.0.5

16 May 20:37
2a29ed3

Choose a tag to compare

What's new

  • Updated net 6.0 to 8.0
  • Bump EmailValidation to 1.3.0 from 1.2.0
  • Bump Google.Apis.Auth to 1.69.0 from 1.68.0
  • Bump MailKit to 4.12.0 from 4.8.0
  • Bump MimeKit to 4.12.0 from 4.8.0
  • Bump Microsoft.Identity.Client to 4.66.1 from 4.61.3

Full Changelog: v1.0.4...v1.0.5

v1.0.4

29 Oct 17:25
50c2586

Choose a tag to compare

What's new

  • Removed single dependency, which should solve #58

Full Changelog: v1.0.2...v1.0.4

v1.0.3

18 Oct 14:53
0c726e4

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v2.0.0-Preview4

04 Mar 17:20
3783c36

Choose a tag to compare

v2.0.0-Preview4 Pre-release
Pre-release

What's new

  • Update to DLLs to latest versions
  • Removes some unnessecary DLLs
  • Different way to build module and load depenedencies
  • Removal of DLLs from source codes
  • Small updates to DLLs
  • Add new DLLs
  • Added ConvertFrom-EmlToMsg to convert EML files to MSG files
  • Added Import-MailFile to import MSG/EML files to PowerShell Object
  • Added Get-MailMessage
  • Added Get-MailMessageAttachment
  • Added Find-BIMIRecord
  • Added Find-CAARecord
  • Added Find-DANERecord
  • Added Find-MTASTSRecord
  • Added Find-O365OpenIDRecord
  • Added Find-SecurityTxtRecord
  • Added Find-TLSRPTRecord
  • Added Find-DNSSECRecord
  • Improve Find-DMARCRecord to return more data
  • Added Get-DMARCData to read DMARC data from XML files
  • Added Find-IPGeolocation to get IP Geolocation data
  • Small improvements to error handling

Full Changelog: v1.0.2...v2.0.0-Preview4

v1.0.2

05 Aug 07:00
de8a8d7

Choose a tag to compare

What's new

  • Rename SkipCertificateValidatation to SkipCertificateValidation in Send-EmailMessage (typo fix)
  • Added SkipCertificateValidation to Connect-IMAP
  • Added SkipCertificateValidation to Connect-POP3
  • Added SkipCertificateRevocation to Connect-IMAP
  • Added SkipCertificateRevocation to Connect-POP3
  • Use simpler certificate validation callback by @jborean93 in #42

New Contributors

Full Changelog: v1.0.1...v1.0.2