05 2020 档案
Python操作Mircrosoft Exchange邮箱
摘要:公司的邮箱只有50M,时常需要清理,于是写了个清理工具: import os import time import logging import configparser from exchangelib import DELEGATE, Account, Credentials, Configur
阅读全文