Link to home
Start Free TrialLog in
Avatar of pncorp
pncorp

asked on

uuencode unreadable on mobile devices

I'm emailing csv files from AIX 5.3 using uuencode to attach the file.  If the user opens it on a mobile the device the file is unreadable.  I'm looking for alternative to uuencode.  With that said I've tried installing mutt and cannot get it to work so I was hoping someone knew of another way.
Avatar of arnold
arnold
Flag of United States of America image

Mime encode?
Perl with MIME modules that will (deal with control character) using quoted-printables.
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pncorp
pncorp

ASKER

Thanks, I ended up getting Mutt to work.