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 ```
Hi there,
Thank you for making this tool available
Can you add a
readoperation to read emails by its EntryID. E.gAnd/or add
readparameter to thesearchoperation to read matching emails(EntryIDs) that contain the word. E.gAnd/or add
saveparameter to thesearchoperation to save matching emails(EntryIDs) that contain the word