xref: /OK3568_Linux_fs/buildroot/package/heirloom-mailx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HEIRLOOM_MAILX
2*4882a593Smuzhiyun	bool "heirloom-mailx"
3*4882a593Smuzhiyun	# uses fork()
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC2 if BR2_PACKAGE_LIBOPENSSL
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Heirloom mailx (previously known as nail) is a mail user
10*4882a593Smuzhiyun	  agent for Unix systems.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  It can be used as a command-line mail reader, but also more
13*4882a593Smuzhiyun	  importantly on embedded systems, as a mail composition
14*4882a593Smuzhiyun	  program and SMTP client, in order to send e-mail from shell
15*4882a593Smuzhiyun	  scripts. It supports SMTP authentication (login, plain,
16*4882a593Smuzhiyun	  cram-md5), SMTPS, MIME encoding of attachements, and more.
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun	  http://heirloom.sourceforge.net/mailx.html
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuncomment "heirloom-mailx needs a toolchain w/ dynamic library"
21*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
22*4882a593Smuzhiyun	depends on BR2_USE_MMU
23