<?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: Mime Line Length Problem in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254115#M40446</link>
    <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;I found the same thing - if I sent my CSV file within the body of the e-mail, I could copy the body to Notepad &amp;amp; save it.  It would then open correctly in Excel.&lt;BR /&gt;&lt;BR /&gt;John,&lt;BR /&gt;&lt;BR /&gt;Zipping my files before using MIME allows me to send the longer lines.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 02 Sep 2010 16:44:04 GMT</pubDate>
    <dc:creator>Jack Trachtman</dc:creator>
    <dc:date>2010-09-02T16:44:04Z</dc:date>
    <item>
      <title>Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254112#M40443</link>
      <description>OpenVMS V8.3&lt;BR /&gt;TCPIP V5.6&lt;BR /&gt;MIME v1.93&lt;BR /&gt;&lt;BR /&gt;I've been creating CSV files in DCL, then using MIME to attach the files and send them.  When the user (on a PC) clicks on the attachment, Excel opens and reads the file.&lt;BR /&gt;&lt;BR /&gt;I've just discovered that if my records are longer than 132 characters, the lines get wrapped!  I created a file w/lines from 130-140 characters to confirm this.&lt;BR /&gt;&lt;BR /&gt;Is there any way around this?&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Wed, 01 Sep 2010 21:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254112#M40443</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2010-09-01T21:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254113#M40444</link>
      <description>Jack,&lt;BR /&gt;&lt;BR /&gt;  At what stage are the lines being wrapped? Check carefully.&lt;BR /&gt;&lt;BR /&gt;  I have a job which generates several CSV files, some of which have lines thousands of characters long. On the OpenVMS system, I then ZIP them, add the ZIP into a MIME file and send by SMTP mail. At the other end, open the ZIP and then the CSV file into Excel. No problem. The only trick was to use MIME&amp;gt; ADD/BINARY for the ZIP&lt;BR /&gt;&lt;BR /&gt;  I haven't actually tried sending the CSV directly. &lt;BR /&gt;&lt;BR /&gt;  In generating the CSVs from Oracle/SQLplus (now there's a misnomer!), I had all manner of problems with line lengths - ended up tagging start and end of the rows, then using a perl script to strip white space and glue the lines back together.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2010 22:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254113#M40444</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-09-01T22:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254114#M40445</link>
      <description>It must be the the receiving mail reader breaking the lines in the display.&lt;BR /&gt;&lt;BR /&gt;I just did test sending a text file with lines longer than 132 characters to a linux/thunderbird system:&lt;BR /&gt;Thunderbird breaks the lines in display, but saving the attached file keeps the long lines intact.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2010 06:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254114#M40445</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-02T06:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254115#M40446</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;I found the same thing - if I sent my CSV file within the body of the e-mail, I could copy the body to Notepad &amp;amp; save it.  It would then open correctly in Excel.&lt;BR /&gt;&lt;BR /&gt;John,&lt;BR /&gt;&lt;BR /&gt;Zipping my files before using MIME allows me to send the longer lines.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 02 Sep 2010 16:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254115#M40446</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2010-09-02T16:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254116#M40447</link>
      <description>Jack, You probably were just happy sending long lines in the body, and receiving them intact.&lt;BR /&gt;Depending on the mail agents involved, this is not guaranted.&lt;BR /&gt;I did send it as a quoted-printable attachment:&lt;BR /&gt;since CSV files are text, quoted-printable is enough, and saves one step over zip+mime.</description>
      <pubDate>Thu, 02 Sep 2010 17:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254116#M40447</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-02T17:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254117#M40448</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] using MIME [...]&lt;BR /&gt;&lt;BR /&gt;Not a very detailed description of what you&lt;BR /&gt;did.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the lines get wrapped!&lt;BR /&gt;&lt;BR /&gt;The obvious question would be, "By whom?".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] quoted-printable is enough, [...]&lt;BR /&gt;&lt;BR /&gt;It's worth a try, if the ever-troublesome&lt;BR /&gt;MIME utility can do it right.  There's also&lt;BR /&gt;mpack+munpack, of course.</description>
      <pubDate>Thu, 02 Sep 2010 18:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254117#M40448</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-09-02T18:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254118#M40449</link>
      <description>The following may be useful to others:&lt;BR /&gt;&lt;BR /&gt;In the MIME utility, I had been ADDing my files w/the default content-type.  I have discovered that the following seems to cure my problem of lines wrapping:&lt;BR /&gt;&lt;BR /&gt;$ MIME&lt;BR /&gt;MIME&amp;gt; NEW/NOEDIT outputfile&lt;BR /&gt;MIME&amp;gt; ADD/CONTENT-TYPE="text/csv" filename&lt;BR /&gt;...</description>
      <pubDate>Fri, 03 Sep 2010 15:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254118#M40449</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2010-09-03T15:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254119#M40450</link>
      <description>If you have MIME$FILETYPES.DAT in either SYS$MANAGER or your SYS$LOGIN directory the association is made automatically.&lt;BR /&gt;&lt;BR /&gt;From MIME&amp;gt; HEMP SHOW FILE_TYPES MIME$FILETYPES.DAT:&lt;BR /&gt;&lt;BR /&gt;The FILE_TYPES table is constructed from program built-in types and is read from the simple comma separated list in the MIME$FILETYPES.DAT configuration files, (if they exist).&lt;BR /&gt;&lt;BR /&gt;System-wide FILE_TYPES are specified by the file SYS$MANAGER:MIME$FILETYPES.DAT and can be supplemented with additional entries found in the SYS$LOGIN:MIME$FILETYPES.DAT file.&lt;BR /&gt;&lt;BR /&gt;The table is constructed beginning with the built-in types, then adding the system definitions from SYS$MANAGER:MIME$FILETYPES.DAT, and ending with data from the SYS$LOGIN:MIME$FILETYPES.DAT file.&lt;BR /&gt;&lt;BR /&gt;The entries are displayed in order of the most recently defined (LIFO) entries. In the case of duplicate entries, the first entry is used. This allows a user to customize their own environment while the system manager defines a default system or site environment for all users.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2010 15:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254119#M40450</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2010-09-03T15:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254120#M40451</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Was the file MIME$FILETYPES.DAT supposed to have been automatically installed, or am I supposed to create it following the example in the MIME HELP SHOW FILE_TYPES?  It doesn't exist on my systems.</description>
      <pubDate>Fri, 03 Sep 2010 16:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254120#M40451</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2010-09-03T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254121#M40452</link>
      <description>I'm not sure where ours came from, but you can get a reasonably good one from &lt;A href="http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/mime$filetypes.dat" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/mime$filetypes.dat&lt;/A&gt;</description>
      <pubDate>Sat, 04 Sep 2010 00:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254121#M40452</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2010-09-04T00:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mime Line Length Problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254122#M40453</link>
      <description>Thanks Mike</description>
      <pubDate>Tue, 07 Sep 2010 14:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mime-line-length-problem/m-p/5254122#M40453</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2010-09-07T14:23:53Z</dc:date>
    </item>
  </channel>
</rss>

