2012-04-17 13:46:56 +08:00
|
|
|
config BR2_PACKAGE_HEIRLOOM_MAILX
|
|
|
|
bool "heirloom-mailx"
|
2013-02-03 17:52:22 +08:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2014-12-04 05:41:29 +08:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2021-06-13 05:04:00 +08:00
|
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC2 if BR2_PACKAGE_LIBOPENSSL
|
2012-04-17 13:46:56 +08:00
|
|
|
help
|
|
|
|
Heirloom mailx (previously known as nail) is a mail user
|
|
|
|
agent for Unix systems.
|
|
|
|
|
|
|
|
It can be used as a command-line mail reader, but also more
|
|
|
|
importantly on embedded systems, as a mail composition
|
|
|
|
program and SMTP client, in order to send e-mail from shell
|
|
|
|
scripts. It supports SMTP authentication (login, plain,
|
2024-09-10 15:08:21 +08:00
|
|
|
cram-md5), SMTPS, MIME encoding of attachments, and more.
|
2012-04-17 13:46:56 +08:00
|
|
|
|
|
|
|
http://heirloom.sourceforge.net/mailx.html
|
2014-11-23 16:34:20 +08:00
|
|
|
|
|
|
|
comment "heirloom-mailx needs a toolchain w/ dynamic library"
|
2014-12-04 05:41:29 +08:00
|
|
|
depends on BR2_STATIC_LIBS
|
2014-11-23 16:34:20 +08:00
|
|
|
depends on BR2_USE_MMU
|