MessageCharset Parameter (Connect-Gmail Cmdlet)
Specifies the session character set for decoding character data transferred from the IMAP server.
Syntax
Connect-Gmail -MessageCharset string
Data Type
cstr
Default Value
"UTF-8"
Remarks
Specifies the session character set for decoding character data transferred from the IMAP server. The default value is UTF-8. Set it to 'None' to leave the charset unspecified. This can resolve some timeout errors that can be caused by an incorrect charset configuration.