Re: POP3 protocol question

Chris Newman <chrisn+@cmu.edu> Tue, 11 October 1994 17:08 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa04020; 11 Oct 94 13:08 EDT
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa04014; 11 Oct 94 13:08 EDT
Received: from ANDREW.CMU.EDU by CNRI.Reston.VA.US id aa10627; 11 Oct 94 13:08 EDT
Received: (from postman@localhost) by andrew.cmu.edu (8.6.9/8.6.9) id NAA11228; Tue, 11 Oct 1994 13:01:08 -0400
Received: via switchmail; Tue, 11 Oct 1994 13:01:07 -0400 (EDT)
Received: from nifty.andrew.cmu.edu via qmail ID </afs/andrew.cmu.edu/service/mailqs/testq0/QF.oiagH0G00WA70:Qk5A>; Tue, 11 Oct 1994 13:00:50 -0400 (EDT)
Received: via niftymail; Tue, 11 Oct 1994 13:00:26 -0400 (EDT)
X-Orig-Sender: Chris Newman <chrisn+@cmu.edu>
Date: Tue, 11 Oct 1994 13:00:26 -0400
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Chris Newman <chrisn+@cmu.edu>
Subject: Re: POP3 protocol question
To: POP3 IETF Mailing List <ietf-pop3+@andrew.cmu.edu>
In-Reply-To: <aabf47760b01500628e9@[129.22.240.99]>
References: <aabf47760b01500628e9@[129.22.240.99]>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Message-ID: <781894826.29505.0@nifty.andrew.cmu.edu>

 yjc@po.cwru.edu (Jerome Chan) writes:
> Having the ability to send and
> receive mail from a pop3 server via a dialup line is much simpler then
> trying to send mail via an smtp server and collecting it via a pop3 server.

If you're going over a dialup line, you need error detection with
retransmission.  Once you've added that, putting a "stream number" in
each block header is trivial.

What's complex is putting duplicate functionality in every protocol.
First, POP3 clients will end up having to support _both_ SMTP and XTND
XMIT instead of just SMTP.  Second, if you start down the slippery
slope of agreeing to put SMTP into POP3, next people will ask for FTP,
GOPHER, etc in POP3 so that MIME's message/external-body can be
fetched.

		- Chris