LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
docs/command.rst
docs/conf.py
docs/configuration.rst
docs/ext-utilities.rst
docs/extensions.rst
docs/index.rst
docs/pyapi.rst
docs/requirements.txt
docs/writing-exts.rst
src/outgoing/__init__.py
src/outgoing/__main__.py
src/outgoing/config.py
src/outgoing/core.py
src/outgoing/errors.py
src/outgoing/passwords.py
src/outgoing/py.typed
src/outgoing/util.py
src/outgoing.egg-info/PKG-INFO
src/outgoing.egg-info/SOURCES.txt
src/outgoing.egg-info/dependency_links.txt
src/outgoing.egg-info/entry_points.txt
src/outgoing.egg-info/requires.txt
src/outgoing.egg-info/top_level.txt
src/outgoing/senders/__init__.py
src/outgoing/senders/command.py
src/outgoing/senders/mailboxes.py
src/outgoing/senders/null.py
src/outgoing/senders/smtp.py
test/conftest.py
test/test_from_config_file.py
test/test_from_dict.py
test/test_lookup_netrc.py
test/test_main.py
test/test_util.py
test/data/Hunter2Keyring.py
test/test_config/test_netrc_config.py
test/test_config/test_password.py
test/test_config/test_paths.py
test/test_passwords/test_base64.py
test/test_passwords/test_basics.py
test/test_passwords/test_dotenv.py
test/test_passwords/test_env.py
test/test_passwords/test_file.py
test/test_passwords/test_keyring.py
test/test_senders/test_babyl.py
test/test_senders/test_command.py
test/test_senders/test_maildir.py
test/test_senders/test_mbox.py
test/test_senders/test_mh.py
test/test_senders/test_mmdf.py
test/test_senders/test_smtp.py