mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
479 B
Plaintext
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
|