.gitignore
.readthedocs.yaml
README.md
pyproject.toml
requirements.txt
sending_gmail.py
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/_static/automail-logo.png
docs/_templates/apidoc/module.rst_t
docs/_templates/apidoc/package.rst_t
docs/_templates/apidoc/toc.rst_t
docs/api/index.rst
docs/api/pyautomail.config.rst
docs/api/pyautomail.rst
docs/api/pyautomail.storage.rst
docs/tutorial/cli-best-practices.rst
docs/tutorial/cli.rst
docs/tutorial/index.rst
examples/base-usage.py
examples/assets/config.cfg
examples/assets/contact.csv
examples/assets/document.pdf
examples/assets/sub.txt
examples/templates/body.txt
examples/templates/html.html
pyautomail/__init__.py
pyautomail/__main__.py
pyautomail/cli.py
pyautomail/emailsender.py
pyautomail/manager.py
pyautomail/utils.py
pyautomail.egg-info/PKG-INFO
pyautomail.egg-info/SOURCES.txt
pyautomail.egg-info/dependency_links.txt
pyautomail.egg-info/entry_points.txt
pyautomail.egg-info/requires.txt
pyautomail.egg-info/top_level.txt
pyautomail/config/__init__.py
pyautomail/config/config.py
pyautomail/storage/__init__.py
pyautomail/storage/model.py
pyautomail/storage/util.py
tests/__init__.py
tests/test_manager.py
tests/test_cli/__init__.py
tests/test_cli/test_cli.py
tests/test_cli/test_cli_init.py
tests/test_cli/test_cli_other.py
tests/test_cli/test_cli_register.py