code is python
This commit is contained in:
parent
aa6d74c0ad
commit
141e567331
11
readme.md
11
readme.md
@ -7,21 +7,26 @@ Remove recipients in webapp
|
||||
|
||||
###### List recipients
|
||||
|
||||
```python
|
||||
python remove-recipients.py --user <user> --list
|
||||
|
||||
```
|
||||
###### Remove recipient
|
||||
Remove options is searching in display_name, smtp_address or email_address.
|
||||
|
||||
```python
|
||||
python remove-recipients.py --user <user> --remove <recipient name>
|
||||
```
|
||||
|
||||
###### Clear history
|
||||
|
||||
```python
|
||||
python remove-recipients.py --user <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
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user