diff --git a/readme.md b/readme.md index e713939..faf58f3 100644 --- a/readme.md +++ b/readme.md @@ -7,21 +7,26 @@ Remove recipients in webapp ###### List recipients +```python python remove-recipients.py --user --list - +``` ###### Remove recipient Remove options is searching in display_name, smtp_address or email_address. +```python python remove-recipients.py --user --remove - +``` + ###### Clear history +```python python remove-recipients.py --user --remove-all - +``` #### Example Remove all recipients that have example.com in there display_name, smtp_address or email_address +```python python remove-recipients.py --user user --remove example.com - \ No newline at end of file +``` \ No newline at end of file