Config.in 461 B

1234567891011121314151617
  1. config ADK_PACKAGE_FETCHMAIL
  2. prompt "fetchmail......................... Remote mail retriever"
  3. tristate
  4. default n
  5. help
  6. Retrieves remote mail via POP/IMAP
  7. Very useful in conjunction with mutt or pine.
  8. Known to be full of security holes, beware.
  9. config ADK_PACKAGE_FETCHMAIL_SSL
  10. bool "Enable SSL/TLS support"
  11. depends on ADK_PACKAGE_FETCHMAIL
  12. select ADK_PACKAGE_LIBOPENSSL
  13. default n
  14. help
  15. Enable this to be able to retrieve mails more securely.