You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.
Would it make sense to have sensible defaults of $imap = @('SEEN','UNSEEN') if no other parameters are specified (I assume this will return all messages)?.
I can add a PR if that's a reasonable way to go about it.
The full exception:
PS C:\Users\administrator>$Session|Get-Mailbox'Inbox'|Get-Message
Exception calling "Search" with "1" argument(s): "xm003 BAD Could not parse command"
At C:\Users\administrator\Documents\WindowsPowerShell\Modules\Gmail.ps\Gmail.ps.psm1:344 char:5+$result=$Session.Search('('+$criteria+')');
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : Exception
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it make sense to have sensible defaults of
$imap = @('SEEN','UNSEEN')
if no other parameters are specified (I assume this will return all messages)?.I can add a PR if that's a reasonable way to go about it.
The full exception:
The text was updated successfully, but these errors were encountered: