# Email_Batch **Repository Path**: liwz11/Email_Batch ## Basic Information - **Project Name**: Email_Batch - **Description**: Batch download email attachments - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-30 - **Last Updated**: 2021-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Email_Batch Dependencies: chardet-3.0.4, python-dateutil-2.7.3 Uasage: ``` python email_poplib.py [options] options: -t start_time Start time of the email you want to check, with a format of YYYY-mm-dd HH:MM:SS. (OPTIONAL) -k keyword Keyword in subject of the email you want to check. (OPTIONAL) Example: python email_poplib.py test@mails.tsinghua.edu.cn test123456 python email_poplib.py test@mails.tsinghua.edu.cn test123456 -t '2018-09-25 00:00:00' python email_poplib.py test@mails.tsinghua.edu.cn test123456 -k '中期材料' python email_poplib.py test@mails.tsinghua.edu.cn test123456 -t '2018-09-25 00:00:00' -k '中期材料' ```