Files
rpi-buildroot/package/python-emailproxy/Config.in
Bernd Kuhls 486672da02 package/python-emailproxy: new package
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien: fix Config.in order found by "make check-package"]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-03-21 22:13:01 +01:00

13 lines
479 B
Plaintext

config BR2_PACKAGE_PYTHON_EMAILPROXY
bool "python-emailproxy"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
select BR2_PACKAGE_PYTHON_PYASYNCORE # runtime
help
An IMAP/POP/SMTP proxy that transparently adds OAuth 2.0
authentication for email clients that don't support this
method.
https://github.com/simonrob/email-oauth2-proxy