OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # DO NOT EDIT. This file is generated from Config.src |
2 | menu "Mail Utilities" |
||
3 | |||
4 | config BUSYBOX_CONFIG_MAKEMIME |
||
5 | bool "makemime (5.4 kb)" |
||
6 | default BUSYBOX_DEFAULT_MAKEMIME |
||
7 | help |
||
8 | Create MIME-formatted messages. |
||
9 | config BUSYBOX_CONFIG_POPMAILDIR |
||
10 | bool "popmaildir (10 kb)" |
||
11 | default BUSYBOX_DEFAULT_POPMAILDIR |
||
12 | help |
||
13 | Simple yet powerful POP3 mail popper. Delivers content |
||
14 | of remote mailboxes to local Maildir. |
||
15 | |||
16 | config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY |
||
17 | bool "Allow message filters and custom delivery program" |
||
18 | default BUSYBOX_DEFAULT_FEATURE_POPMAILDIR_DELIVERY |
||
19 | depends on BUSYBOX_CONFIG_POPMAILDIR |
||
20 | help |
||
21 | Allow to use a custom program to filter the content |
||
22 | of the message before actual delivery (-F "prog [args...]"). |
||
23 | Allow to use a custom program for message actual delivery |
||
24 | (-M "prog [args...]"). |
||
25 | config BUSYBOX_CONFIG_REFORMIME |
||
26 | bool "reformime (7.5 kb)" |
||
27 | default BUSYBOX_DEFAULT_REFORMIME |
||
28 | help |
||
29 | Parse MIME-formatted messages. |
||
30 | |||
31 | config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT |
||
32 | bool "Accept and ignore options other than -x and -X" |
||
33 | default BUSYBOX_DEFAULT_FEATURE_REFORMIME_COMPAT |
||
34 | depends on BUSYBOX_CONFIG_REFORMIME |
||
35 | help |
||
36 | Accept (for compatibility only) and ignore options |
||
37 | other than -x and -X. |
||
38 | config BUSYBOX_CONFIG_SENDMAIL |
||
39 | bool "sendmail (14 kb)" |
||
40 | default BUSYBOX_DEFAULT_SENDMAIL |
||
41 | help |
||
42 | Barebones sendmail. |
||
43 | |||
44 | config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET |
||
45 | string "Default charset" |
||
46 | default BUSYBOX_DEFAULT_FEATURE_MIME_CHARSET |
||
47 | depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL |
||
48 | help |
||
49 | Default charset of the message. |
||
50 | |||
51 | endmenu |