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