├── LICENSE ├── README.md ├── all_domain.json ├── core ├── headers.py ├── logo.py ├── up_mmail.sh └── user_agents.py └── mmail.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/README.md -------------------------------------------------------------------------------- /all_domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/all_domain.json -------------------------------------------------------------------------------- /core/headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/core/headers.py -------------------------------------------------------------------------------- /core/logo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/core/logo.py -------------------------------------------------------------------------------- /core/up_mmail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/core/up_mmail.sh -------------------------------------------------------------------------------- /core/user_agents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/core/user_agents.py -------------------------------------------------------------------------------- /mmail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mao2116/mmail/HEAD/mmail.py --------------------------------------------------------------------------------