forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
26 lines (26 loc) · 907 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Net-Mail</name>
</maintainer>
<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>
<upstream>
<remote-id type="sourceforge">heirloom</remote-id>
</upstream>
</pkgmetadata>