KnockOutlook icon indicating copy to clipboard operation
KnockOutlook copied to clipboard

Add read operation

Open KINGSABRI opened this issue 4 years ago • 0 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
    

KINGSABRI avatar Feb 21 '22 15:02 KINGSABRI