This repository was 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,-Starand-Unstarcan be used independently
Gmail.ps v0.5
- Get-Message
-Labelsupports multiple values now
- Update-Message
-Readand-Unreadare no longer mutually exclusive with-Startand-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
-PassThruparameter -- if used, the file objects representing the downloaded attachments will be returned as a result -Pathand-LiteralPathare now correctly parsed and created (if needed)- The downloaded attachments are no longer being put in different folders and are now named
$msgId_$attachmentNameto avoid conflicts - All attachments will be downloaded only once if multiple paths are specified using
-Pathor-LiteralPath
- Learned the
Gmail.ps v0.4
First release!