Gmail.ps icon indicating copy to clipboard operation
Gmail.ps copied to clipboard

A PowerShell module for accessing your Gmail. Connect via IMAP and manipulate emails and labels.

Results 15 Gmail.ps issues
Sort by recently updated
recently updated
newest added

I'm trying to download a few particular messages, and they're coming down with a "text/plain" ContentType, basically saying to "enable HTML in your provider". If I View Original in Gmail,...

Hi, I have been playing with gmail.ps these last few hours and I have been having issues with the save-attachment command. When I define a $folder = "c:/gmail/" $gmail |...

This may very well be a setting in the gmail inbox directly, but upon using the Remove-Message command, the message does not appear in the trash 'folder', it's simply gone...

Same setup as the previous: Invoke-GmailSession -Credential $mycreds -ScriptBlock { param($gmail) $inbox = $gmail | Get-Mailbox $messages = $inbox | Get-Message | Select-Object -Last 10 foreach ($msg in $messages) {...

Hello, I want to save the whole email in an locale folder. I have see the functions save and load but I can't right use this functions. BR F. Espenhahn

enhancement
in progress