eksperience / KnockOutlook

A little tool to play with Outlook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add read operation

KINGSABRI opened this issue · comments

Hi there,
Thank you for making this tool available

  • Can you add a read operation to read emails by its EntryID. E.g

    KnockOutlook.exe --operation read --id {EntryID}
    
  • And/or add read parameter to the search operation to read matching emails(EntryIDs) that contain the word. E.g

    • The result is to read one or more emails
    KnockOutlook.exe --operation search --keyword password --read
    
  • And/or add save parameter to the search operation to save matching emails(EntryIDs) that contain the word

    • The result is to save one or more emails
    KnockOutlook.exe --operation search --keyword password --save