This repository has been archived by the owner on Feb 2, 2019. It is now read-only.
Releases: nblagoev/Gmail.ps
Releases · nblagoev/Gmail.ps
Gmail.ps v0.5.1
- Update-Message
-Read
,-Unead
,-Star
and-Unstar
can be used independently
Gmail.ps v0.5
- Get-Message
-Label
supports multiple values now
- Update-Message
-Read
and-Unread
are no longer mutually exclusive with-Start
and-Unstar
- Get-Conversation
- New cmdlet can be used to return the messages that are part of the same conversation
- A more complete Readme and Help
Gmail.ps v0.4.1
- Save-Attachment
- Learned the
-PassThru
parameter -- if used, the file objects representing the downloaded attachments will be returned as a result -Path
and-LiteralPath
are now correctly parsed and created (if needed)- The downloaded attachments are no longer being put in different folders and are now named
$msgId_$attachmentName
to avoid conflicts - All attachments will be downloaded only once if multiple paths are specified using
-Path
or-LiteralPath
- Learned the
Gmail.ps v0.4
First release!