1 # DO NOT EDIT. This file is generated from Config.src
6 config BUSYBOX_CONFIG_MAKEMIME
10 Create MIME-formatted messages.
12 config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET
13 string "Default charset"
15 depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
17 Default charset of the message.
19 config BUSYBOX_CONFIG_POPMAILDIR
23 Simple yet powerful POP3 mail popper. Delivers content
24 of remote mailboxes to local Maildir.
26 config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY
27 bool "Allow message filters and custom delivery program"
29 depends on BUSYBOX_CONFIG_POPMAILDIR
31 Allow to use a custom program to filter the content
32 of the message before actual delivery (-F "prog [args...]").
33 Allow to use a custom program for message actual delivery
34 (-M "prog [args...]").
36 config BUSYBOX_CONFIG_REFORMIME
40 Parse MIME-formatted messages.
42 config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
43 bool "Accept and ignore options other than -x and -X"
45 depends on BUSYBOX_CONFIG_REFORMIME
47 Accept (for compatibility only) and ignore options
50 config BUSYBOX_CONFIG_SENDMAIL