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_FEATURE_MIME_CHARSET
  4. string "Default charset"
  5. default BUSYBOX_DEFAULT_FEATURE_MIME_CHARSET
  6. depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
  7. help
  8. Default charset of the message.
  9. config BUSYBOX_CONFIG_MAKEMIME
  10. bool "makemime (5.4 kb)"
  11. default BUSYBOX_DEFAULT_MAKEMIME
  12. help
  13. Create MIME-formatted messages.
  14. config BUSYBOX_CONFIG_POPMAILDIR
  15. bool "popmaildir (10 kb)"
  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 (7.5 kb)"
  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 (14 kb)"
  43. default BUSYBOX_DEFAULT_SENDMAIL
  44. help
  45. Barebones sendmail.
  46. endmenu