From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Client Mail Date: Wed, 22 Dec 1999 09:50:20 +0200 Organization: NetVision Israel Lines: 15 Message-ID: References: <83np5p$1nat$1 AT news4 DOT isdnet DOT net> <5GM74.499$PK3 DOT 5161 AT dfiatx1-snr1 DOT gtei DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 945848916 1556 199.203.121.2 (22 Dec 1999 07:48:36 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 22 Dec 1999 07:48:36 GMT X-Sender: eliz AT is In-Reply-To: <5GM74.499$PK3.5161@dfiatx1-snr1.gtei.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Dec 1999, Damian Yerrick wrote: > > Where could I find the source of litle client mail (for DJGPP) > > Have you tried the Emacs sources? Emacs includes a > mail client and a news reader. That is true, but the actual protocol interface (SMTP, POP, NNTP, etc.) is not part of Emacs. Emacs simply talks to external programs, passing them the messages to send and receiving from them the incoming mail or news. For example, to send a mail message, Emacs invokes the Unix-standard program `sendmail' and passes it the text of the message and the headers. (The details are slightly different for dial-in connections, but the principle is the same.)