<?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: elm attachments in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927932#M110997</link>
    <description>When I add this..&lt;BR /&gt;[include file.txt text/plain base64] &lt;BR /&gt;&lt;BR /&gt;and try this .. &lt;BR /&gt;$ elm user@abc.com &amp;lt; file.txt &lt;BR /&gt;&lt;BR /&gt;file.txt gets sent as an attachment and is included in the message body.&lt;BR /&gt;&lt;BR /&gt;Why does the original method work for 10.20 but not for 11.0?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Mar 2003 19:59:05 GMT</pubDate>
    <dc:creator>Craig Warnholtz</dc:creator>
    <dc:date>2003-03-14T19:59:05Z</dc:date>
    <item>
      <title>elm attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927930#M110995</link>
      <description>On hp-ux 10.20 I send attachments using the following command:&lt;BR /&gt;uuencode file.txt file.txt|elm user@abc.com&lt;BR /&gt;&lt;BR /&gt;This no longer works under hp-ux 11.0. The encoded attachment is placed into the body of the message!&lt;BR /&gt;Why does this no longer work? Do I need a patch for elm?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Craig</description>
      <pubDate>Fri, 14 Mar 2003 19:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927930#M110995</guid>
      <dc:creator>Craig Warnholtz</dc:creator>
      <dc:date>2003-03-14T19:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: elm attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927931#M110996</link>
      <description>You can work around that by adding the mime header ..&lt;BR /&gt;$ vi file.txt&lt;BR /&gt;==&amp;gt; add this line to at the top of the file ..&lt;BR /&gt;[include file.txt text/plain base64]&lt;BR /&gt;&lt;BR /&gt;Then try this ..&lt;BR /&gt;$ elm user@abc.com &amp;lt; file.txt&lt;BR /&gt;&lt;BR /&gt;It works for me when I send it to my yahoo account. I'm not sure if there's such patch for 11.x.</description>
      <pubDate>Fri, 14 Mar 2003 19:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927931#M110996</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-03-14T19:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: elm attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927932#M110997</link>
      <description>When I add this..&lt;BR /&gt;[include file.txt text/plain base64] &lt;BR /&gt;&lt;BR /&gt;and try this .. &lt;BR /&gt;$ elm user@abc.com &amp;lt; file.txt &lt;BR /&gt;&lt;BR /&gt;file.txt gets sent as an attachment and is included in the message body.&lt;BR /&gt;&lt;BR /&gt;Why does the original method work for 10.20 but not for 11.0?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2003 19:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927932#M110997</guid>
      <dc:creator>Craig Warnholtz</dc:creator>
      <dc:date>2003-03-14T19:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: elm attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927933#M110998</link>
      <description>Attached is a handy dandy script that should work.  You may need or want to do a few mods but here its production.&lt;BR /&gt;&lt;BR /&gt;elm patches are always good, but I don't like your current methodology.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 14 Mar 2003 19:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927933#M110998</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-14T19:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: elm attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927934#M110999</link>
      <description>File attachment using uuencode works well with 11.00. &lt;BR /&gt;&lt;BR /&gt;instead of elm try using sendmail&lt;BR /&gt;&lt;BR /&gt;uuencode filetobattached filename | sendmail email-id.&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2003 20:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927934#M110999</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-03-14T20:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: elm attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927935#M111000</link>
      <description>Thanks Steven, I switched to sendmail using some of the code from your script.&lt;BR /&gt;&lt;BR /&gt;Much appreciated.&lt;BR /&gt;Craig</description>
      <pubDate>Fri, 14 Mar 2003 20:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-attachments/m-p/2927935#M111000</guid>
      <dc:creator>Craig Warnholtz</dc:creator>
      <dc:date>2003-03-14T20:43:46Z</dc:date>
    </item>
  </channel>
</rss>

