Config.in 479 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_EMAILPROXY
  2. bool "python-emailproxy"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
  4. select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
  5. select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
  6. select BR2_PACKAGE_PYTHON_PYASYNCORE # runtime
  7. help
  8. An IMAP/POP/SMTP proxy that transparently adds OAuth 2.0
  9. authentication for email clients that don't support this
  10. method.
  11. https://github.com/simonrob/email-oauth2-proxy