summaryrefslogtreecommitdiff
path: root/package/fetchmail/Config.in
blob: 1cdb42cc6db0ff5329bad3dd7dc9e7e2c8446497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.