Re: Need help on uuencode
Bruce Korb <[email protected]> Thu, 20 Dec 2018 16:53:27 -0800
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 12/18/18 3:09 AM, Ajith Hs wrote: > Hi, > > uuencode in OEL 7.7 Linux version not working as anticipated for > sending attachment . it is only enocding text in file attachment .Please > provide us with the correct syntax for attaching files with mailx command > using uuencode . The uuencode program simply converts binary data files into ASCII text with limited line lengths. It is up to your Mail User Agent (MUA) to attach it. If "mailx" is the command you use, then you need to learn how to attach the uuencode output to your mail. That said, most MUAs nowadays will automatically encode binary files for you and the recipient will have their MUA decode it. All automatically. Also, I don't use mailx. I use either Thunderbird or a browser. Sorry I could not be more helpful. Regards, Bruce