blob: 3a5e3dc2c70171b2571654a2f31b619e3b10c4d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="net">
Enable support for network protocols (POP, IMAP and SMTP). If you
only need to send mail with the local Transport Agent, disabling
this will get you support for only /usr/sbin/sendmail call.
</flag>
<flag name="ssl">
If network is enabled, this adds support for S/MIME and
SSL/TLS-powered protocols through <pkg>dev-libs/openssl</pkg>.
</flag>
<flag name="kerberos">
If network is enabled, this adds support for GSSAPI login on IMAP
through <pkg>virtual/krb5</pkg>.
</flag>
</use>
</pkgmetadata>
|