1234567891011121314151617 |
- config ADK_PACKAGE_FETCHMAIL
- prompt "fetchmail......................... Remote mail retriever"
- tristate
- default n
- help
- Retrieves remote mail via POP/IMAP
- Very useful in conjunction with mutt or pine.
- Known to be full of security holes, beware.
- config ADK_PACKAGE_FETCHMAIL_SSL
- bool "Enable SSL/TLS support"
- depends on ADK_PACKAGE_FETCHMAIL
- select ADK_PACKAGE_LIBOPENSSL
- default n
- help
- Enable this to be able to retrieve mails more securely.
|