| 1 | # DO NOT EDIT. This file is generated from Config.src |
| 2 | menu "Mail Utilities" |
| 3 | |
| 4 | |
| 5 | |
| 6 | config BUSYBOX_CONFIG_MAKEMIME |
| 7 | bool "makemime" |
| 8 | default n |
| 9 | help |
| 10 | Create MIME-formatted messages. |
| 11 | |
| 12 | config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET |
| 13 | string "Default charset" |
| 14 | default n |
| 15 | depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL |
| 16 | help |
| 17 | Default charset of the message. |
| 18 | |
| 19 | config BUSYBOX_CONFIG_POPMAILDIR |
| 20 | bool "popmaildir" |
| 21 | default n |
| 22 | help |
| 23 | Simple yet powerful POP3 mail popper. Delivers content |
| 24 | of remote mailboxes to local Maildir. |
| 25 | |
| 26 | config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY |
| 27 | bool "Allow message filters and custom delivery program" |
| 28 | default n |
| 29 | depends on BUSYBOX_CONFIG_POPMAILDIR |
| 30 | help |
| 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...]"). |
| 35 | |
| 36 | config BUSYBOX_CONFIG_REFORMIME |
| 37 | bool "reformime" |
| 38 | default n |
| 39 | help |
| 40 | Parse MIME-formatted messages. |
| 41 | |
| 42 | config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT |
| 43 | bool "Accept and ignore options other than -x and -X" |
| 44 | default n |
| 45 | depends on BUSYBOX_CONFIG_REFORMIME |
| 46 | help |
| 47 | Accept (for compatibility only) and ignore options |
| 48 | other than -x and -X. |
| 49 | |
| 50 | config BUSYBOX_CONFIG_SENDMAIL |
| 51 | bool "sendmail" |
| 52 | default n |
| 53 | help |
| 54 | Barebones sendmail. |
| 55 | |
| 56 | endmenu |
| 57 | |