├── .gitattributes ├── Akie_live.php ├── PHPMailer-6.0.7 ├── .idea │ ├── PHPMailer-6.0.7.iml │ ├── misc.xml │ ├── modules.xml │ ├── php.xml │ └── workspace.xml ├── COMMITMENT ├── LICENSE ├── README.md ├── SECURITY.md ├── VERSION ├── composer.json ├── get_oauth_token.php ├── language │ ├── phpmailer.lang-am.php │ ├── phpmailer.lang-ar.php │ ├── phpmailer.lang-az.php │ ├── phpmailer.lang-ba.php │ ├── phpmailer.lang-be.php │ ├── phpmailer.lang-bg.php │ ├── phpmailer.lang-ca.php │ ├── phpmailer.lang-ch.php │ ├── phpmailer.lang-cs.php │ ├── phpmailer.lang-da.php │ ├── phpmailer.lang-de.php │ ├── phpmailer.lang-el.php │ ├── phpmailer.lang-eo.php │ ├── phpmailer.lang-es.php │ ├── phpmailer.lang-et.php │ ├── phpmailer.lang-fa.php │ ├── phpmailer.lang-fi.php │ ├── phpmailer.lang-fo.php │ ├── phpmailer.lang-fr.php │ ├── phpmailer.lang-gl.php │ ├── phpmailer.lang-he.php │ ├── phpmailer.lang-hi.php │ ├── phpmailer.lang-hr.php │ ├── phpmailer.lang-hu.php │ ├── phpmailer.lang-id.php │ ├── phpmailer.lang-it.php │ ├── phpmailer.lang-ja.php │ ├── phpmailer.lang-ka.php │ ├── phpmailer.lang-ko.php │ ├── phpmailer.lang-lt.php │ ├── phpmailer.lang-lv.php │ ├── phpmailer.lang-mg.php │ ├── phpmailer.lang-ms.php │ ├── phpmailer.lang-nb.php │ ├── phpmailer.lang-nl.php │ ├── phpmailer.lang-pl.php │ ├── phpmailer.lang-pt.php │ ├── phpmailer.lang-pt_br.php │ ├── phpmailer.lang-ro.php │ ├── phpmailer.lang-ru.php │ ├── phpmailer.lang-sk.php │ ├── phpmailer.lang-sl.php │ ├── phpmailer.lang-sr.php │ ├── phpmailer.lang-sv.php │ ├── phpmailer.lang-tl.php │ ├── phpmailer.lang-tr.php │ ├── phpmailer.lang-uk.php │ ├── phpmailer.lang-vi.php │ ├── phpmailer.lang-zh.php │ └── phpmailer.lang-zh_cn.php └── src │ ├── Exception.php │ ├── OAuth.php │ ├── PHPMailer.php │ ├── POP3.php │ └── SMTP.php └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/.gitattributes -------------------------------------------------------------------------------- /Akie_live.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/Akie_live.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/.idea/PHPMailer-6.0.7.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/.idea/PHPMailer-6.0.7.iml -------------------------------------------------------------------------------- /PHPMailer-6.0.7/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/.idea/misc.xml -------------------------------------------------------------------------------- /PHPMailer-6.0.7/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/.idea/modules.xml -------------------------------------------------------------------------------- /PHPMailer-6.0.7/.idea/php.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/.idea/php.xml -------------------------------------------------------------------------------- /PHPMailer-6.0.7/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/.idea/workspace.xml -------------------------------------------------------------------------------- /PHPMailer-6.0.7/COMMITMENT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/COMMITMENT -------------------------------------------------------------------------------- /PHPMailer-6.0.7/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/LICENSE -------------------------------------------------------------------------------- /PHPMailer-6.0.7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/README.md -------------------------------------------------------------------------------- /PHPMailer-6.0.7/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/SECURITY.md -------------------------------------------------------------------------------- /PHPMailer-6.0.7/VERSION: -------------------------------------------------------------------------------- 1 | 6.0.7 -------------------------------------------------------------------------------- /PHPMailer-6.0.7/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/composer.json -------------------------------------------------------------------------------- /PHPMailer-6.0.7/get_oauth_token.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/get_oauth_token.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-am.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-am.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ar.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-az.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-az.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ba.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ba.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-be.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-be.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-bg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-bg.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ca.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ca.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ch.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-cs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-cs.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-da.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-da.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-de.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-de.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-el.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-el.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-eo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-eo.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-es.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-es.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-et.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-et.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-fa.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-fa.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-fi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-fi.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-fo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-fo.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-fr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-fr.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-gl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-gl.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-he.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-he.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-hi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-hi.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-hr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-hr.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-hu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-hu.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-id.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-id.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-it.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-it.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ja.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ja.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ka.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ka.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ko.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ko.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-lt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-lt.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-lv.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-lv.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-mg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-mg.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ms.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-nb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-nb.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-nl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-nl.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-pl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-pl.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-pt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-pt.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-pt_br.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-pt_br.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ro.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ro.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-ru.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-ru.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-sk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-sk.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-sl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-sl.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-sr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-sr.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-sv.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-sv.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-tl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-tl.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-tr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-tr.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-uk.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-vi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-vi.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-zh.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-zh.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/language/phpmailer.lang-zh_cn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/language/phpmailer.lang-zh_cn.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/src/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/src/Exception.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/src/OAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/src/OAuth.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/src/PHPMailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/src/PHPMailer.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/src/POP3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/src/POP3.php -------------------------------------------------------------------------------- /PHPMailer-6.0.7/src/SMTP.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/PHPMailer-6.0.7/src/SMTP.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iqiqiya/Bilibili_Up_Live_Reminder/HEAD/README.md --------------------------------------------------------------------------------