Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Releases: nblagoev/Gmail.ps

Gmail.ps v0.5.1

12 Jul 21:52
Compare
Choose a tag to compare
Gmail.ps v0.5.1 Pre-release
Pre-release
  • Update-Message
    • -Read, -Unead, -Star and -Unstar can be used independently

Gmail.ps v0.5

22 Mar 09:48
Compare
Choose a tag to compare
Gmail.ps v0.5 Pre-release
Pre-release
  • 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

25 Jan 18:47
Compare
Choose a tag to compare
Gmail.ps v0.4.1 Pre-release
Pre-release
  • 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

Gmail.ps v0.4

11 Jan 19:27
Compare
Choose a tag to compare
Gmail.ps v0.4 Pre-release
Pre-release

First release!