├── .gitignore ├── README.md ├── gmaillib.py ├── pyproject.toml └── setup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedjpetersen/gmaillib/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedjpetersen/gmaillib/HEAD/README.md -------------------------------------------------------------------------------- /gmaillib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedjpetersen/gmaillib/HEAD/gmaillib.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedjpetersen/gmaillib/HEAD/pyproject.toml -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thedjpetersen/gmaillib/HEAD/setup.py --------------------------------------------------------------------------------