3 config BUSYBOX_CONFIG_MAKEMIME
7 Create MIME-formatted messages.
9 config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET
10 string "Default charset"
12 depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
14 Default charset of the message.
16 config BUSYBOX_CONFIG_POPMAILDIR
20 Simple yet powerful POP3 mail popper. Delivers content
21 of remote mailboxes to local Maildir.
23 config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY
24 bool "Allow message filters and custom delivery program"
26 depends on BUSYBOX_CONFIG_POPMAILDIR
28 Allow to use a custom program to filter the content
29 of the message before actual delivery (-F "prog [args...]").
30 Allow to use a custom program for message actual delivery
31 (-M "prog [args...]").
33 config BUSYBOX_CONFIG_REFORMIME
37 Parse MIME-formatted messages.
39 config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
40 bool "Accept and ignore options other than -x and -X"
42 depends on BUSYBOX_CONFIG_REFORMIME
44 Accept (for compatibility only) and ignore options
47 config BUSYBOX_CONFIG_SENDMAIL