def read_outlook_mailbox():运行此句时报错如下def read_outlook_mailbox():IndentationError: expected an indented block
你这个报错是缩进错误,看下缩进是不是对了,python对格式要求比较严格