El d�a Friday, June 03, 2016 a las 05:52:36PM +1000, Erik Christiansen escribi�:
> On 03.06.16 08:45, Matthias Apitz wrote: > > $ echo 'Ker=C4=B1ko' | mmencode -u -q > > Kerıko > > $ echo 'Ker=C4=B1ko' | mmencode -u -q | od -tx1 > > 0000000 4b 65 72 c4 b1 6b 6f 0a > > 0000010 > > Matthias, mmencode looks very useful, but I'm not able to find it on my > debian install, and apt-search doesn't do any good either. We used to > have mimencode, but that was obsoleted years ago. I tried munpack, but > that doesn't seem to make any attempt to handle mime fragments. > Any clue on where mmencode might be snaffled would be very handy. I'm on FreeBSD and do compile all from sources (the so called ports collection). mmencode comes from: $ which mmencode /usr/local/bin/mmencode $ pkg which /usr/local/bin/mmencode /usr/local/bin/mmencode was installed by package metamail-2.7_11 $ fgrep -A1 MASTER_SITES ports-r414411/*/metamail/Makefile MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \ ftp://ftp.research.telcordia.com/pub/nsb/ I don't know if this would compile straight forward on your system. HIH matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: [email protected] | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-176-38902045 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
