bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uuencode is not working properly


From: Bob Proulx
Subject: Re: uuencode is not working properly
Date: Tue, 21 Jan 2014 16:53:34 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Paturi, Sivakumar wrote:
> John Cowan wrote:
> > That's what you should expect to see.  Save the email in a file and run 
> > uudecode on it.
>
> I will copy the email content in word format in windows. So where do I run 
> uudecode command ?

You would run the uudecode command where you want to decode the file.
You said reading on MS-Windows and in that case you would run uudecode
there to decode it.

But I think your strategy is more work than you want to use for it.
The uuencode and uudecode pair definitely work.  But they require
manual interaction.

Why not simply send the file as an attachment?  Let your mailer encode
the contents appropriately.  That will likely be base64.  Then on your
receiving end simply save the attachment.  That would seem to be
easier for you.

> I am trying to send one file to email from unix using uuencode command.

You don't say what Unix system you are using so it is impossible to
guess a command for you correctly.  But for example if mutt is
available then the following will work.

  mutt -s "subject line here" -a filename -- address@hidden </dev/null

But it all depends upon what mail commands you have available.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]