blob: 5319a963faa2a962a44eecc32dadf6590a76c98b (
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.
|