9fb5a13ec7e5ce3584bcc57de59da2f9b4c17a0d
[openwrt.git] / package / busybox / config / mailutils / Config.in
1 menu "Mail Utilities"
2
3 config BUSYBOX_CONFIG_MAKEMIME
4         bool "makemime"
5         default n
6         help
7           Create MIME-formatted messages.
8
9 config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET
10         string "Default charset"
11         default n
12         depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
13         help
14           Default charset of the message.
15
16 config BUSYBOX_CONFIG_POPMAILDIR
17         bool "popmaildir"
18         default n
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 n
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
33 config BUSYBOX_CONFIG_REFORMIME
34         bool "reformime"
35         default n
36         help
37           Parse MIME-formatted messages.
38
39 config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
40         bool "Accept and ignore options other than -x and -X"
41         default n
42         depends on BUSYBOX_CONFIG_REFORMIME
43         help
44           Accept (for compatibility only) and ignore options
45           other than -x and -X.
46
47 config BUSYBOX_CONFIG_SENDMAIL
48         bool "sendmail"
49         default n
50         help
51           Barebones sendmail.
52
53 config BUSYBOX_CONFIG_FEATURE_SENDMAIL_MAILX
54         bool "Allow to specify subject, attachments, their charset etc"
55         default n
56         depends on BUSYBOX_CONFIG_SENDMAIL
57         help
58           Allow to specify subject, attachments and their charset.
59           Allow to use custom connection helper.
60
61 config BUSYBOX_CONFIG_FEATURE_SENDMAIL_MAILXX
62         bool "Allow to specify Cc: addresses and some additional headers"
63         default n
64         depends on BUSYBOX_CONFIG_FEATURE_SENDMAIL_MAILX
65         help
66           Allow to specify Cc: addresses and some additional headers:
67           Errors-To:
68
69 endmenu