LICENSE
README.md
pyproject.toml
src/ucomm/__init__.py
src/ucomm/attention.py
src/ucomm/bee.py
src/ucomm/contact.py
src/ucomm/daemon.py
src/ucomm/encoding.py
src/ucomm/envelope.py
src/ucomm/hints.py
src/ucomm/log.py
src/ucomm/rendezvous.py
src/ucomm/signing.py
src/ucomm/store.py
src/ucomm.egg-info/PKG-INFO
src/ucomm.egg-info/SOURCES.txt
src/ucomm.egg-info/dependency_links.txt
src/ucomm.egg-info/requires.txt
src/ucomm.egg-info/top_level.txt
src/ucomm/bridges/__init__.py
src/ucomm/bridges/imap.py
src/ucomm/profiles/__init__.py
src/ucomm/profiles/chat.py
src/ucomm/profiles/mail.py
tests/test_attention.py
tests/test_bee_live.py
tests/test_chat_profile.py
tests/test_contact.py
tests/test_daemon.py
tests/test_encoding.py
tests/test_envelope.py
tests/test_genesis_validation.py
tests/test_hints.py
tests/test_imap_bridge.py
tests/test_imap_bridge_live.py
tests/test_imap_mailbox.py
tests/test_log.py
tests/test_mail_profile.py
tests/test_rendezvous.py
tests/test_signing.py
tests/test_store.py