<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: decoding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233783#M620971</link>
    <description>I am stuck with the format as provided; that is, I can't get the sender to modify what they're doing.&lt;BR /&gt;&lt;BR /&gt;Regarding -m option, then maybe there's hope.  I'll see if I can patch it up on my system.&lt;BR /&gt;&lt;BR /&gt;Thanks folks.&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Apr 2010 16:15:56 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2010-04-07T16:15:56Z</dc:date>
    <item>
      <title>decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233777#M620965</link>
      <description>&lt;!--!*#--&gt;I am writing a program that will look into a sendmail inbox on our server, and process an email there.&lt;BR /&gt;&lt;BR /&gt;As it turns out, the email has an attachment that I will need to decode.  Header info follows.&lt;BR /&gt;&lt;BR /&gt;Is this something that I can decode with tools that already come on HP-UX 11?&lt;BR /&gt;&lt;BR /&gt;--=_BlatBoundary-dhVhQohGvxaO3fshIlRh4&lt;BR /&gt;Content-Type: application/vnd.ms-excel;&lt;BR /&gt;        name="3253_ORD.XLS"&lt;BR /&gt;Content-Disposition: ATTACHMENT;&lt;BR /&gt;        filename="3253_ORD.XLS"&lt;BR /&gt;Content-Transfer-Encoding: base64&lt;BR /&gt;&lt;BR /&gt;VElUTEUJT3JkZXIJTGluZSAgICAgICAJUm91dGUvTW9kZWwJRGVhbGVyL0Rlc2MJQ3VzdG9t&lt;BR /&gt;ZXIvQ29sb3IJT3JkZXIgVHlwZSAJT3JkZXIgRGF0ZSAJUHJvbSBEYXRlICAJVG90IFF0eSAg&lt;BR /&gt;.....data continues......&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2010 15:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233777#M620965</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2010-04-07T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233778#M620966</link>
      <description>I should add that this is not actually an Excel file, it is comma-delimited text data that is named with an XLS extension.&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2010 15:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233778#M620966</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2010-04-07T15:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233779#M620967</link>
      <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;Have a look at 'uuencode' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/uuencode.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/uuencode.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Apr 2010 15:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233779#M620967</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-07T15:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233780#M620968</link>
      <description>Interesting - the doc you point to has an option -m, relates to base64 - but my man page for uuencode or uudecode doesn't mention that option at all.  Perhaps I'm out of date?&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2010 15:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233780#M620968</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2010-04-07T15:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233781#M620969</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Have a look at 'uuencode' :&lt;BR /&gt;&lt;BR /&gt;That'd be uu_de_code, but, ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] but my man page for uuencode or&lt;BR /&gt;&amp;gt; uudecode doesn't mention [...]&lt;BR /&gt;&lt;BR /&gt;Many people who frequent this forum seem to&lt;BR /&gt;prefer/promote uuencode for creating e-mail&lt;BR /&gt;with attachments, so tend to see it (or&lt;BR /&gt;uudecode) as _the_ scheme for dealing with&lt;BR /&gt;e-mail attachments.  I don't understand why,&lt;BR /&gt;but it seems to be true.  (It's not MIME,&lt;BR /&gt;and so it relies on the receiver being able&lt;BR /&gt;to cope with its obsolete scheme.)&lt;BR /&gt;&lt;BR /&gt;I tend to suggest mpack (/munpack) for doing&lt;BR /&gt;this kind of thing, because it does MIME,&lt;BR /&gt;which is what you have here.  Google should&lt;BR /&gt;be able to locate a source kit for mpack, or&lt;BR /&gt;someone may already have a suitable depot&lt;BR /&gt;somewhere.  It may also be possible to find&lt;BR /&gt;a loose base64 encoder/decoder, but that&lt;BR /&gt;might demand much more fooling around to&lt;BR /&gt;strip off the headers and separate the&lt;BR /&gt;pieces.&lt;BR /&gt;&lt;BR /&gt;I don't do much with this stuff, but I did&lt;BR /&gt;manage to build an mpack kit on my main (VMS)&lt;BR /&gt;system.  As I recall, I started with a Debian&lt;BR /&gt;GNU/Linux source kit.  My notes say:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.andrew.cmu.edu/pub/mpack/" target="_blank"&gt;ftp://ftp.andrew.cmu.edu/pub/mpack/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://ftp.de.debian.org/debian/pool/main/m/mpack/mpack_1.6-5.diff.gz" target="_blank"&gt;http://ftp.de.debian.org/debian/pool/main/m/mpack/mpack_1.6-5.diff.gz&lt;/A&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233781#M620969</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-07T16:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233782#M620970</link>
      <description>Hi (again) Fred:&lt;BR /&gt;&lt;BR /&gt;It appears that the '-m' option of 'uuencode'/'uudecode' appears at 11.31.  At least there is no mention of it in the 11.23 manpages (or earlier).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Apr 2010 16:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233782#M620970</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-07T16:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233783#M620971</link>
      <description>I am stuck with the format as provided; that is, I can't get the sender to modify what they're doing.&lt;BR /&gt;&lt;BR /&gt;Regarding -m option, then maybe there's hope.  I'll see if I can patch it up on my system.&lt;BR /&gt;&lt;BR /&gt;Thanks folks.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233783#M620971</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2010-04-07T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233784#M620972</link>
      <description>&lt;!--!*#--&gt;Re: mpack&lt;BR /&gt;&lt;BR /&gt;It's seriously under-tested, so no bets, but&lt;BR /&gt;there's an mpack source kit under here:&lt;BR /&gt;&lt;BR /&gt;      &lt;A href="http://antinode.info/dec/sw/mpack.html" target="_blank"&gt;http://antinode.info/dec/sw/mpack.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If nothing else, the build was clean on an&lt;BR /&gt;11.31 (ia64) system, using either the bundled&lt;BR /&gt;HP C compiler or GCC.  (And munpack did seem&lt;BR /&gt;to unpack an old message I had lying around.&lt;BR /&gt;I didn't try mpack, but what could go wrong?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] tools that already come on HP-UX 11?&lt;BR /&gt;&lt;BR /&gt;Actual "uname -a" output is often more&lt;BR /&gt;helpful than a vague and imprecise&lt;BR /&gt;description.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Perhaps I'm out of date? &lt;BR /&gt;&lt;BR /&gt;From "11", who can tell?</description>
      <pubDate>Thu, 08 Apr 2010 03:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233784#M620972</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-08T03:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233785#M620973</link>
      <description>&amp;gt;Is this something that I can decode with tools that already come on HP-UX 11?&lt;BR /&gt;&lt;BR /&gt;Years ago, 1994, I got a tool called mimencode that I use.  Not sure where?&lt;BR /&gt;&lt;BR /&gt;mr google finds:&lt;BR /&gt;&lt;A href="http://examples.oreilly.com/9780596003302/" target="_blank"&gt;http://examples.oreilly.com/9780596003302/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And there is a tarfile under metamail.</description>
      <pubDate>Thu, 08 Apr 2010 06:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233785#M620973</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-08T06:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233786#M620974</link>
      <description># uname -a&lt;BR /&gt;HP-UX corp B.11.11 U 9000/800 132931597 unlimited-user license&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 11:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233786#M620974</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2010-04-08T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233787#M620975</link>
      <description>The patches that I see that seem to be related are PHCO_32167 and/or PHSS_32127.  There's nothing in the notes that indicates that they'll actually add the -m switch, though.  Does anyone know if I'm on the right track?</description>
      <pubDate>Fri, 09 Apr 2010 12:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233787#M620975</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2010-04-09T12:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233788#M620976</link>
      <description>&amp;gt;The patches that I see that seem to be related are PHCO_32167 and/or PHSS_32127. There's nothing in the notes that indicates that they'll actually add the -m switch&lt;BR /&gt;&lt;BR /&gt;Right, PHCO_32167 doesn't list this feature and is the last patch.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Does anyone know if I'm on the right track?&lt;BR /&gt;&lt;BR /&gt;It doesn't look like it, PHSS_32127 is for OpenMail.</description>
      <pubDate>Fri, 09 Apr 2010 16:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233788#M620976</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-09T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233789#M620977</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] the build was clean on an&lt;BR /&gt;&amp;gt; 11.31 (ia64) system, using either the bundled&lt;BR /&gt;&amp;gt; HP C compiler or GCC.  [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; HP-UX corp B.11.11 U 9000/800 132931597 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;On 11.11, you'd need something better than&lt;BR /&gt;the PA-RISC bundled C compiler.  (Or a lot of&lt;BR /&gt;editing.)  GCC worked for me, and I assume&lt;BR /&gt;that the real HP compiler would work, too,&lt;BR /&gt;but I can't easily try it.</description>
      <pubDate>Fri, 09 Apr 2010 20:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233789#M620977</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-09T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: decoding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233790#M620978</link>
      <description>Thanks folks.  For this particular project I've asked the sender to deliver the attachment using a different method to avoid this issue.  Rather than try to correct the specific decoding problem, I'll wait for an OS upgrade for which we are due.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 15:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding/m-p/5233790#M620978</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2010-04-13T15:18:42Z</dc:date>
    </item>
  </channel>
</rss>

