Config.in 1.3 KB

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