<?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: mail format uuencode x MIME in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502850#M846426</link>
    <description>I use the command line below:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/awk '{print $0 "\r"}' $1 | /usr/bin/uuencode $1 | mail  $2&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;using a script &lt;BR /&gt;envia.sh with:&lt;BR /&gt;uuencode lima_doc.txt |mailx -m -s "reportdata" my_email@domain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and then envia.sh &amp;lt; lima_doc.txt&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Mar 2005 09:25:08 GMT</pubDate>
    <dc:creator>Vogra</dc:creator>
    <dc:date>2005-03-11T09:25:08Z</dc:date>
    <item>
      <title>mail format uuencode x MIME</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502848#M846424</link>
      <description>Hi all,&lt;BR /&gt; I'm trying to send a message from unix prompt (sendmail/elm), but in the client the messagem begins with:&lt;BR /&gt;------------------------------------------&lt;BR /&gt;begin 660 lima_doc.htm&lt;BR /&gt;M/$A434P^"CQ"3T19/@H\1D].5"!35%E,13TB1D].5"U&amp;amp;04U)3%DZ("=#3U52&lt;BR /&gt;M2452($Y%5R&amp;lt;[($9/3E0M4TE:13HW&amp;lt;'0[($9/3E0M5T5)1TA4.DY/4DU!3#LB&lt;BR /&gt;------------------------------------------&lt;BR /&gt;I checked about PHNE_24522 (11.11) it's im my system. What about? I want to send im MIME format. It's possible?&lt;BR /&gt;Thanx,&lt;BR /&gt;Lima.</description>
      <pubDate>Fri, 11 Mar 2005 09:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502848#M846424</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2005-03-11T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: mail format uuencode x MIME</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502849#M846425</link>
      <description>what command are you typing?</description>
      <pubDate>Fri, 11 Mar 2005 09:11:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502849#M846425</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2005-03-11T09:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: mail format uuencode x MIME</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502850#M846426</link>
      <description>I use the command line below:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/awk '{print $0 "\r"}' $1 | /usr/bin/uuencode $1 | mail  $2&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;using a script &lt;BR /&gt;envia.sh with:&lt;BR /&gt;uuencode lima_doc.txt |mailx -m -s "reportdata" my_email@domain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and then envia.sh &amp;lt; lima_doc.txt&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2005 09:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502850#M846426</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2005-03-11T09:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: mail format uuencode x MIME</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502851#M846427</link>
      <description>Hi Vogra,&lt;BR /&gt;&lt;BR /&gt;I have a mail function which I use to mail datafies to several people. Maybe it is helpfull:&lt;BR /&gt;&lt;BR /&gt;RECEIVER=&lt;AN email="" address=""&gt;&lt;BR /&gt;function f_mail&lt;BR /&gt;{&lt;BR /&gt; filepath="&lt;PATH&gt;"&lt;BR /&gt; datfile="${filepath}/${file}"&lt;BR /&gt; extension="$(echo ${file}| cut -d . -f 2-)"&lt;BR /&gt; subject=" &lt;THIS is="" your="" subject=""&gt;"&lt;BR /&gt; message="&lt;THIS is="" your="" message=""&gt;"&lt;BR /&gt;&lt;BR /&gt; #"Convert file to DOS mode..."&lt;BR /&gt; unix2dos ${datfile} ${datfile} 2&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt; # Send the E-mail message... use -EOF to ignore leading tabs&lt;BR /&gt;  /usr/bin/mailx -m -s "${SUBJECT}" ${RECEIVER} &amp;lt;&amp;lt;-EOF&lt;BR /&gt;&lt;BR /&gt; ${message}&lt;BR /&gt;&lt;BR /&gt; Bij dit bericht is het bestand ${filealias} als bijlage toegevoegd.&lt;BR /&gt; ~&amp;lt; ! uuencode ${datfile} ${datfile}&lt;BR /&gt;&lt;BR /&gt; ~.&lt;BR /&gt; EOF&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Succes,&lt;BR /&gt;&lt;BR /&gt;Rene&lt;BR /&gt;&lt;BR /&gt;&lt;/THIS&gt;&lt;/THIS&gt;&lt;/PATH&gt;&lt;/AN&gt;</description>
      <pubDate>Tue, 15 Mar 2005 10:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502851#M846427</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-03-15T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: mail format uuencode x MIME</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502852#M846428</link>
      <description>Lima -&lt;BR /&gt;Attached you will find multiple examples.&lt;BR /&gt;We keep this handy for our reference.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Tue, 15 Mar 2005 14:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-format-uuencode-x-mime/m-p/3502852#M846428</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2005-03-15T14:06:46Z</dc:date>
    </item>
  </channel>
</rss>

