1
0

Config.in 1.5 KB

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