summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-kconfigs/busybox-mailutils.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/busybox/busybox-kconfigs/busybox-mailutils.kconfig')
-rw-r--r--packages/busybox/busybox-kconfigs/busybox-mailutils.kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/busybox/busybox-kconfigs/busybox-mailutils.kconfig b/packages/busybox/busybox-kconfigs/busybox-mailutils.kconfig
index 823bc9a..4b5d6dd 100644
--- a/packages/busybox/busybox-kconfigs/busybox-mailutils.kconfig
+++ b/packages/busybox/busybox-kconfigs/busybox-mailutils.kconfig
@@ -2,8 +2,11 @@ comment "-------------------------------------------------"
comment "Mail Utilities"
comment "-------------------------------------------------"
+
+
config KEMBTK_BUSYB_MAKEMIME
bool "makemime"
+ default y
help
Create MIME-formatted messages.
@@ -16,12 +19,14 @@ config KEMBTK_BUSYB_FEATURE_MIME_CHARSET
config KEMBTK_BUSYB_POPMAILDIR
bool "popmaildir"
+ default y
help
Simple yet powerful POP3 mail popper. Delivers content
of remote mailboxes to local Maildir.
config KEMBTK_BUSYB_FEATURE_POPMAILDIR_DELIVERY
bool "Allow message filters and custom delivery program"
+ default y
depends on KEMBTK_BUSYB_POPMAILDIR
help
Allow to use a custom program to filter the content
@@ -31,6 +36,7 @@ config KEMBTK_BUSYB_FEATURE_POPMAILDIR_DELIVERY
config KEMBTK_BUSYB_REFORMIME
bool "reformime"
+ default y
help
Parse MIME-formatted messages.
@@ -44,6 +50,7 @@ config KEMBTK_BUSYB_FEATURE_REFORMIME_COMPAT
config KEMBTK_BUSYB_SENDMAIL
bool "sendmail"
+ default y
help
Barebones sendmail.