Config.in 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # DO NOT EDIT. This file is generated from Config.src
  2. menu "Mail Utilities"
  3. config BUSYBOX_MAKEMIME
  4. bool "makemime"
  5. default n
  6. help
  7. Create MIME-formatted messages.
  8. config BUSYBOX_FEATURE_MIME_CHARSET
  9. string "Default charset"
  10. default "us-ascii"
  11. depends on BUSYBOX_MAKEMIME || BUSYBOX_REFORMIME || BUSYBOX_SENDMAIL
  12. help
  13. Default charset of the message.
  14. config BUSYBOX_POPMAILDIR
  15. bool "popmaildir"
  16. default n
  17. help
  18. Simple yet powerful POP3 mail popper. Delivers content
  19. of remote mailboxes to local Maildir.
  20. config BUSYBOX_FEATURE_POPMAILDIR_DELIVERY
  21. bool "Allow message filters and custom delivery program"
  22. default y
  23. depends on BUSYBOX_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_REFORMIME
  30. bool "reformime"
  31. default n
  32. help
  33. Parse MIME-formatted messages.
  34. config BUSYBOX_FEATURE_REFORMIME_COMPAT
  35. bool "Accept and ignore options other than -x and -X"
  36. default y
  37. depends on BUSYBOX_REFORMIME
  38. help
  39. Accept (for compatibility only) and ignore options
  40. other than -x and -X.
  41. config BUSYBOX_SENDMAIL
  42. bool "sendmail"
  43. default n
  44. help
  45. Barebones sendmail.
  46. endmenu