<?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: Alpha VMS Email output to a flat file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010804#M23725</link>
    <description>J., try a google search on MAIL$_MESSAGE_FILE_CTX&lt;BR /&gt;&lt;BR /&gt;found this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pcbunn.cithep.caltech.edu/jjb/mail/vms2eud.html" target="_blank"&gt;http://pcbunn.cithep.caltech.edu/jjb/mail/vms2eud.html&lt;/A&gt;</description>
    <pubDate>Thu, 26 Oct 2006 20:32:48 GMT</pubDate>
    <dc:creator>Thomas Ritter</dc:creator>
    <dc:date>2006-10-26T20:32:48Z</dc:date>
    <item>
      <title>Alpha VMS Email output to a flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010802#M23723</link>
      <description>&lt;BR /&gt;I know of the extract command in mail but is there a program which can extract to a flat file all the current unread mail messages in an account and to follow on - then be able to delete those extracted messages as well ?</description>
      <pubDate>Thu, 26 Oct 2006 20:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010802#M23723</guid>
      <dc:creator>J Asson</dc:creator>
      <dc:date>2006-10-26T20:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha VMS Email output to a flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010803#M23724</link>
      <description>J., you can build your own. We actually wrote a commercial quality transaction processing system which used email as the transport.&lt;BR /&gt;&lt;BR /&gt;VMS provides a callable interface to mail. We used C to call the mail routines. The routines are a built ugly at first sight, but once you become comfortable with it, good fun. &lt;BR /&gt;&lt;BR /&gt;There are some examples in the VMS doco set. Cannot remember where.</description>
      <pubDate>Thu, 26 Oct 2006 20:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010803#M23724</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-10-26T20:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha VMS Email output to a flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010804#M23725</link>
      <description>J., try a google search on MAIL$_MESSAGE_FILE_CTX&lt;BR /&gt;&lt;BR /&gt;found this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pcbunn.cithep.caltech.edu/jjb/mail/vms2eud.html" target="_blank"&gt;http://pcbunn.cithep.caltech.edu/jjb/mail/vms2eud.html&lt;/A&gt;</description>
      <pubDate>Thu, 26 Oct 2006 20:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010804#M23725</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-10-26T20:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha VMS Email output to a flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010805#M23726</link>
      <description>The doco...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/DOC/83final/4493/4493pro_047.html" target="_blank"&gt;http://h71000.www7.hp.com/DOC/83final/4493/4493pro_047.html&lt;/A&gt;</description>
      <pubDate>Thu, 26 Oct 2006 20:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010805#M23726</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-10-26T20:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha VMS Email output to a flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010806#M23727</link>
      <description>Sounds like a minor command file with&lt;BR /&gt;&lt;BR /&gt;$mail&lt;BR /&gt;select newmail&lt;BR /&gt;extract/all newmail.txt&lt;BR /&gt;delete/all&lt;BR /&gt;$rename newmail.txt some-nicer-name.txt&lt;BR /&gt;&lt;BR /&gt;What am I missing here?&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2006 23:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010806#M23727</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-10-26T23:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha VMS Email output to a flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010807#M23728</link>
      <description>Well I never flipping thought it would be that simple and forgot I could DCL into VMS.&lt;BR /&gt;&lt;BR /&gt;It would be nice to have some code though that would recognise new mail rather than have to run a batch to handle checks but the later is ok with me as I am not a code fella.&lt;BR /&gt;&lt;BR /&gt;Cheers and thanks to all from the Gold Coast in Australia</description>
      <pubDate>Fri, 27 Oct 2006 01:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010807#M23728</guid>
      <dc:creator>J Asson</dc:creator>
      <dc:date>2006-10-27T01:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha VMS Email output to a flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010808#M23729</link>
      <description>Code and DCL into Mail</description>
      <pubDate>Fri, 27 Oct 2006 01:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/alpha-vms-email-output-to-a-flat-file/m-p/5010808#M23729</guid>
      <dc:creator>J Asson</dc:creator>
      <dc:date>2006-10-27T01:38:51Z</dc:date>
    </item>
  </channel>
</rss>

