27 lines
616 B
Markdown
27 lines
616 B
Markdown
remove-recipients.py
|
|
====================
|
|
Remove recipients in webapp
|
|
|
|
|
|
####Usage:
|
|
|
|
######List recipients
|
|
|
|
python remove-recipients.py --user <user> --list
|
|
|
|
######Remove recipient
|
|
Remove options is searching in display_name, smtp_address or email_address.
|
|
|
|
python remove-recipients.py --user <user> --remove <recipient name>
|
|
|
|
######Clear history
|
|
|
|
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 remove-recipients.py --user user --remove example.com
|
|
|