SCRT-HQ/PSGSuite

Get-GSGmailMessage -Id $Id -ParseMessage broken on non-Windows OS

Closed this issue · 1 comments

Read-MimeMessage is writing to the $env:TEMP folder when parsing the message. Needs to be converted to a stream instead of a local file, which will fix this issue as well as boost performance when choosing to parse the message as well. Facing issue personally in macOS 10.13.4.

Fixed in v2.6.1!