Denis Vlasenko | 239d06b | 2008-11-06 23:42:42 +0000 | [diff] [blame] | 1 | menu "Mail Utilities" |
| 2 | |
| 3 | config MAKEMIME |
| 4 | bool "makemime" |
| 5 | default n |
| 6 | help |
| 7 | Create MIME-formatted messages. |
| 8 | |
| 9 | config FEATURE_MIME_CHARSET |
| 10 | string "Default charset" |
| 11 | default "us-ascii" |
| 12 | depends on MAKEMIME || REFORMIME || SENDMAIL |
| 13 | help |
| 14 | Default charset of the message. |
| 15 | |
| 16 | config POPMAILDIR |
| 17 | bool "popmaildir" |
| 18 | default n |
| 19 | help |
Denis Vlasenko | 694b514 | 2008-11-07 01:12:16 +0000 | [diff] [blame] | 20 | Simple yet powerful POP3 mail popper. Delivers content |
| 21 | of remote mailboxes to local Maildir. |
Denis Vlasenko | 239d06b | 2008-11-06 23:42:42 +0000 | [diff] [blame] | 22 | |
| 23 | config FEATURE_POPMAILDIR_DELIVERY |
| 24 | bool "Allow message filters and custom delivery program" |
| 25 | default n |
| 26 | depends on POPMAILDIR |
| 27 | help |
Denis Vlasenko | 694b514 | 2008-11-07 01:12:16 +0000 | [diff] [blame] | 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...]"). |
Denis Vlasenko | 239d06b | 2008-11-06 23:42:42 +0000 | [diff] [blame] | 32 | |
| 33 | config REFORMIME |
| 34 | bool "reformime" |
| 35 | default n |
| 36 | help |
| 37 | Parse MIME-formatted messages. |
| 38 | |
| 39 | config FEATURE_REFORMIME_COMPAT |
| 40 | bool "Accept and ignore options other than -x and -X" |
| 41 | default y |
| 42 | depends on REFORMIME |
| 43 | help |
Denis Vlasenko | 694b514 | 2008-11-07 01:12:16 +0000 | [diff] [blame] | 44 | Accept (for compatibility only) and ignore options |
| 45 | other than -x and -X. |
Denis Vlasenko | 239d06b | 2008-11-06 23:42:42 +0000 | [diff] [blame] | 46 | |
| 47 | config SENDMAIL |
| 48 | bool "sendmail" |
| 49 | default n |
| 50 | help |
| 51 | Barebones sendmail. |
| 52 | |
Denis Vlasenko | 239d06b | 2008-11-06 23:42:42 +0000 | [diff] [blame] | 53 | endmenu |