mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
f314186ca3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4496 af4574ff-66df-0310-9fd7-8a98e5e911e0
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<chapter id="basicnet-mailnews">
|
|
<?dbhtml filename="mailnews.html"?>
|
|
<title>Mail/News Clients</title>
|
|
|
|
<para>Mail Clients help you retrieve (Fetchmail), sort (Procmail), read and
|
|
compose responses (Nail, Mutt, Pine, Kmail, Balsa, Evolution, Mozilla) to
|
|
email.</para>
|
|
|
|
<para>News clients also help you retrieve, sort, read and compose
|
|
responses, but these messages travel through USENET (a worldwide
|
|
bulletin board system) using the Network News Transfer Protocol
|
|
(NNTP).</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nail.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procmail.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fetchmail.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mutt.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pine.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slrn.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other.xml"/>
|
|
|
|
</chapter>
|