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

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

Re: uuencode (GNU sharutils) 4.7


From: Bob Proulx
Subject: Re: uuencode (GNU sharutils) 4.7
Date: Mon, 22 Feb 2016 21:43:24 -0700
User-agent: Mutt/1.5.24 (2015-08-30)

srihari D wrote:
> We are experiencing issues with uuencode, we wanted to send files as
> attachments by using uuencode, but it's displaying the contents of file as
> body of the email. Below is the syntax being used, please help me on this
> issue.
> 
> uuencode myfile.txt Display_name.txt|mail address@hidden

The above does not "attach" the file to the email.  The above inserts
the output of uuencode into the body of the message.  There is no
attachment in the above.

In the above uuencode is working as it has been designed to work.  All
is correct.

These days you probably should want to use MIME attachments instead of
uuencode.  I am not saying anything bad about uuencode.  It does
exactly what it does and the command is still needed in order to
access uuencoded files.  But these days MIME attachments are generally
the prefered method.

I hesitate to suggest a way to do attachments because it depends so
much upon your environment.  But 'mutt' handles attachments well.

  echo Attached is the myfile.txt file |
    mutt -s "subject line here" -a myfile.txt -- address@hidden

Bob



reply via email to

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