The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: lm@mcvoy.com (Larry McVoy)
Subject: [TUHS] attachments: MIME and uuencode
Date: Sun, 12 Mar 2017 17:00:14 -0700	[thread overview]
Message-ID: <20170313000013.GF13938@mcvoy.com> (raw)
In-Reply-To: <CAC5iaNFb+vCmTbUqxtcrLPeUpmsPC2MQuAj-LKCHDTu=PdtY1Q@mail.gmail.com>

I used to have an undocumented mail service on my workstation at Sun.
I could send mail with a subject line specifying what I wanted and it
sent it to me.  Mainly used it when I was teaching at Stanford and I
wanted to grab stuff but couldn't get into Sun's network from the 
outside.  In fact, just found the script, it only worked if I was
coming from lm at CS.Stanford.EDU or lm at Sunburn.Stanford.EDU so I must
have been worried about security.

I had a different one that I made available publicly that served up
all the papers in /u/lm/Doc/postscript/.

On Sun, Mar 12, 2017 at 07:41:32PM -0400, Gregg Levine wrote:
> Hello!
> Jason, that is amazing. Can you e-mail me steps you took? But please
> do so off of list.
> -----
> Gregg C Levine gregg.drwho8 at gmail.com
> "This signature fought the Time Wars, time and again."
> 
> 
> On Sun, Mar 12, 2017 at 1:28 AM,  <jsteve at superglobalmegacorp.com> wrote:
> > As much as I despise the whole ???email server is my file server???, the thing
> > is that email clients are cross platform, and an easy way to get data in and
> > out of a server, and out to other people.  SMTP+UUENCODE/MIME is basically
> > the best peer to peer network that is still going strong, since RFC 821 in
> > 1982!  Naturally other email systems existed prior to this, but SMTP let you
> > easily send across the internet, in a method that basically still works to
> > this day, although servers have become more selective on who they talk to,
> > thanks to the rise of SPAM..
> >
> >
> >
> > I just fired up 4.3 BSD Uwsic, and setup an external DNS, and right away I???m
> > able to send an email, and I???m able to receive it on gmail:
> >
> >
> >
> > From: The Not Ready for Prime Time Super User root at csl3.wisc.edu
> >
> >
> >
> > Compared to what a disaster FTP turned out with it???s active/passive port
> > games, SMTP with it???s relay based nature is still the easiest way to send &
> > receive data.  Add in something like Microsoft Exhcange, which has
> > persistent and shared data stores, it???s quite easily to setup ???public
> > folders??? and keep binaries in there.  Of course you???d be crazy to put
> > ancient email servers directly onto the internet, but you can easily setup
> > forwarding/spooling gateways like postfix, to process inbound mail, and
> > deliver it to your ancient UNIX/VMS/MacOS/Windows server of choice.  I route
> > mine through MS Office 365, but backend on Exchange 5.5 as I can use the
> > Outlook client on MS-DOS, MacOS, and OS/2 to easily get files around if
> > needed.  Add in stunnel, and you can even use ???modern??? IMAP clients against
> > Exchange 5.5... Not that I???d recommend you doing something like this... lol
> >
> >
> >
> > Sent from Mail for Windows 10
> >
> >
> >
> > From: Dan Cross
> > Sent: Sunday, 12 March 2017 9:16 AM
> > To: Mary Ann Horton
> > Cc: TUHS main list
> > Subject: Re: [TUHS] attachments: MIME and uuencode
> >
> >
> >
> > On Sat, Mar 11, 2017 at 6:05 PM, Mary Ann Horton <mah at mhorton.net> wrote:
> >
> > Possible?  Yes.  Convenient?  No.
> >
> > You could cat several uuencode files together and send them in one email.
> > You'd have to edit them on the receiving end into separate files and
> > uudecode them separately.  In practice, you'd uuencode a tarball.
> >
> > MIME was a major advance, and what's telling is that 25 years later,
> > SMTP/MIME is still the standard.
> >
> >
> >
> > This is so interesting. Not to be argumentative about it but I felt it was
> > actually something of a regression. Something like making a file available
> > via an FTP server (possible in an executable but unreadable directory with
> > an obscure name) or just in some directory in an organization where a
> > filesystem was shared and sending a pointer to the file via email seemed
> > much more efficient, particularly if one was sending to multiple recipients.
> > Attaching files to email as MIME components felt like trying to turn email
> > into a filesystem, and SMTP into a file transfer protocol. The way I saw it,
> > email was email and we already had file transfer protocols....
> >
> >
> >
> > It seemed like MIME really took off when Microsoft embraced it; before that,
> > plain ol' text seemed much more common. My sense at the time was that
> > networked filesystems and services like FTP (or the then-nascent HTTP) were
> > far less commonplace on the MS platform, so email as a content distribution
> > mechanism was more natural in that world. I was somewhat dismayed at the
> > inability to make Windows users see the light; in retrospect, of course,
> > this just means that I myself was missing something critical.
> >
> >
> >
> > Mary Ann, why did you consider it such a step forward? I'm really curious
> > about the reasoning from folks involved with such things at the time.
> >
> >
> >
> >         - Dan C.
> >
> >
> >
> >

-- 
---
Larry McVoy            	     lm at mcvoy.com             http://www.mcvoy.com/lm 


  reply	other threads:[~2017-03-13  0:00 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-11 19:07 Mary Ann Horton
2017-03-11 23:01 ` Paul Winalski
2017-03-11 23:05   ` Mary Ann Horton
2017-03-12  1:14     ` Dan Cross
2017-03-12  6:28       ` jsteve
2017-03-12 23:41         ` Gregg Levine
2017-03-13  0:00           ` Larry McVoy [this message]
2017-03-13  1:59             ` Dave Horsfall
2017-03-12 23:43       ` Mary Ann Horton
2017-03-12 21:10   ` Dave Horsfall
     [not found]     ` <12de3888-3a82-4a8c-9177-50e6cb4cb931.maildroid@localhost>
2017-03-19  2:34       ` Dave Horsfall
2017-03-12 13:53 ` Tim Bradshaw
2017-03-12 17:42 ` Clem Cole
2017-03-12 23:35   ` Mary Ann Horton
2017-03-13  0:07     ` Clem Cole
2017-03-13  0:09     ` Warren Toomey
2017-03-13  0:11       ` Clem Cole
2017-03-12 15:10 Noel Chiappa
2017-03-12 18:13 Doug McIlroy
2017-03-12 18:22 ` Larry McVoy
2017-03-12 18:26 ` Clem Cole
2017-03-13  0:34   ` Dan Cross
2017-03-13  1:28     ` Larry McVoy
2017-03-13  5:39       ` Dave Horsfall
2017-03-13 11:37   ` Steffen Nurpmeso
2017-03-13 20:21     ` Steffen Nurpmeso
2017-03-13 22:14       ` Doug McIlroy
2017-03-14 10:49         ` Steffen Nurpmeso
2017-03-12 18:33 ` Paul Winalski
2017-03-13  5:58   ` Dave Horsfall
2017-03-12 18:57 Andy Valencia
2017-03-12 20:04 Noel Chiappa
2017-03-12 21:34 ` Random832
2017-03-12 22:12   ` Noel Chiappa
2017-03-13 14:58     ` Michael Kjörling
2017-03-13 21:56       ` Dave Horsfall
2017-03-14 10:33         ` Steffen Nurpmeso
2017-03-16 18:52         ` Michael Kjörling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170313000013.GF13938@mcvoy.com \
    --to=lm@mcvoy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).