Config.in 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # DO NOT EDIT. This file is generated from Config.src
  2. menu "Mail Utilities"
  3. config BUSYBOX_FEATURE_MIME_CHARSET
  4. string "Default charset"
  5. default "us-ascii"
  6. depends on BUSYBOX_MAKEMIME || BUSYBOX_REFORMIME || BUSYBOX_SENDMAIL
  7. help
  8. Default charset of the message.
  9. config BUSYBOX_MAKEMIME
  10. bool "makemime (5.4 kb)"
  11. default y
  12. help
  13. Create MIME-formatted messages.
  14. config BUSYBOX_POPMAILDIR
  15. bool "popmaildir (10 kb)"
  16. default y
  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 (7.5 kb)"
  31. default y
  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 (14 kb)"
  43. default y
  44. help
  45. Barebones sendmail.
  46. endmenu