glfs/basicnet/mailnews/mailnews.xml
Randy McMurchy f314186ca3 Removed excess spaces from the ends of lines in the source files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4496 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-30 21:22:39 +00:00

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>