b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | # DO NOT EDIT. This file is generated from Config.src |
| 2 | menu "Mail Utilities" |
| 3 | |
| 4 | config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET |
| 5 | string "Default charset" |
| 6 | default BUSYBOX_DEFAULT_FEATURE_MIME_CHARSET |
| 7 | depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL |
| 8 | help |
| 9 | Default charset of the message. |
| 10 | |
| 11 | config BUSYBOX_CONFIG_MAKEMIME |
| 12 | bool "makemime (5.4 kb)" |
| 13 | default BUSYBOX_DEFAULT_MAKEMIME |
| 14 | help |
| 15 | Create MIME-formatted messages. |
| 16 | config BUSYBOX_CONFIG_POPMAILDIR |
| 17 | bool "popmaildir (10 kb)" |
| 18 | default BUSYBOX_DEFAULT_POPMAILDIR |
| 19 | help |
| 20 | Simple yet powerful POP3 mail popper. Delivers content |
| 21 | of remote mailboxes to local Maildir. |
| 22 | |
| 23 | config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY |
| 24 | bool "Allow message filters and custom delivery program" |
| 25 | default BUSYBOX_DEFAULT_FEATURE_POPMAILDIR_DELIVERY |
| 26 | depends on BUSYBOX_CONFIG_POPMAILDIR |
| 27 | help |
| 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...]"). |
| 32 | config BUSYBOX_CONFIG_REFORMIME |
| 33 | bool "reformime (7.5 kb)" |
| 34 | default BUSYBOX_DEFAULT_REFORMIME |
| 35 | help |
| 36 | Parse MIME-formatted messages. |
| 37 | |
| 38 | config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT |
| 39 | bool "Accept and ignore options other than -x and -X" |
| 40 | default BUSYBOX_DEFAULT_FEATURE_REFORMIME_COMPAT |
| 41 | depends on BUSYBOX_CONFIG_REFORMIME |
| 42 | help |
| 43 | Accept (for compatibility only) and ignore options |
| 44 | other than -x and -X. |
| 45 | config BUSYBOX_CONFIG_SENDMAIL |
| 46 | bool "sendmail (14 kb)" |
| 47 | default BUSYBOX_DEFAULT_SENDMAIL |
| 48 | help |
| 49 | Barebones sendmail. |
| 50 | |
| 51 | endmenu |