Config.in 1.5 KB

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